Showing
2 changed files
with
416 additions
and
165 deletions
| ... | @@ -21,7 +21,7 @@ ep-core:Frequency | ... | @@ -21,7 +21,7 @@ ep-core:Frequency |
| 21 | rdfs:subClassOf owl:Class . | 21 | rdfs:subClassOf owl:Class . |
| 22 | 22 | ||
| 23 | ep-core:GP_cm-1 | 23 | ep-core:GP_cm-1 |
| 24 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 24 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 25 | rdfs:label "Gigapascals per centimetre"^^xsd:string . | 25 | rdfs:label "Gigapascals per centimetre"^^xsd:string . |
| 26 | 26 | ||
| 27 | ep-core:Illuminance | 27 | ep-core:Illuminance |
| ... | @@ -33,227 +33,332 @@ ep-core:LengthPerLength | ... | @@ -33,227 +33,332 @@ ep-core:LengthPerLength |
| 33 | rdfs:subClassOf owl:Class . | 33 | rdfs:subClassOf owl:Class . |
| 34 | 34 | ||
| 35 | ep-core:MeasureOfFlowOfMaterial | 35 | ep-core:MeasureOfFlowOfMaterial |
| 36 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 36 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 37 | rdfs:label "measure of flow of material"^^xsd:string ; | 37 | rdfs:label "measure of flow of material"^^xsd:string ; |
| 38 | rdfs:subClassOf owl:Class . | 38 | rdfs:subClassOf owl:Class . |
| 39 | 39 | ||
| 40 | ep-core:VolumeFlowRateAt15degC1atm | 40 | ep-core:VolumeFlowRateAt15degC1atm |
| 41 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 41 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 42 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | 42 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 43 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 43 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 44 | 44 | ||
| 45 | ep-core:VolumeFlowRateAt1degC1atm | 45 | ep-core:VolumeFlowRateAt1degC1atm |
| 46 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 46 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 47 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | 47 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 48 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 48 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 49 | 49 | ||
| 50 | ep-core:VolumeFlowRateAt60degF1atm | 50 | ep-core:VolumeFlowRateAt60degF1atm |
| 51 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 51 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 52 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | 52 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 53 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 53 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 54 | 54 | ||
| 55 | ep-core:acre | 55 | ep-core:acre |
| 56 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 56 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 57 | rdfs:label "acres"^^xsd:string . | 57 | rdfs:label "acres"^^xsd:string . |
| 58 | 58 | ||
| 59 | +ep-core:angstrom | ||
| 60 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 61 | + rdfs:domain ep-core:Length ; | ||
| 62 | + rdfs:label "Angstrom"^^xsd:string . | ||
| 63 | + | ||
| 59 | ep-core:apiDensity | 64 | ep-core:apiDensity |
| 60 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 65 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 61 | rdfs:label "API Density"^^xsd:string . | 66 | rdfs:label "API Density"^^xsd:string . |
| 62 | 67 | ||
| 63 | ep-core:atm_100m-1 | 68 | ep-core:atm_100m-1 |
| 64 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 69 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 65 | rdfs:label "atmospheres per 100 metres"^^xsd:string . | 70 | rdfs:label "atmospheres per 100 metres"^^xsd:string . |
| 66 | 71 | ||
| 67 | ep-core:atm_ft-1 | 72 | ep-core:atm_ft-1 |
| 68 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 73 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 69 | rdfs:label "atmospheres per foot"^^xsd:string . | 74 | rdfs:label "atmospheres per foot"^^xsd:string . |
| 70 | 75 | ||
| 71 | ep-core:atm_m-1 | 76 | ep-core:atm_m-1 |
| 72 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 77 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 73 | rdfs:label "atmospheres per metre"^^xsd:string . | 78 | rdfs:label "atmospheres per metre"^^xsd:string . |
| 74 | 79 | ||
| 75 | ep-core:atmosphere | 80 | ep-core:atmosphere |
| 76 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 81 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 77 | rdfs:domain ep-core:Pressure ; | 82 | rdfs:domain ep-core:Pressure ; |
| 78 | rdfs:label "atmosphere"^^xsd:string . | 83 | rdfs:label "atmosphere"^^xsd:string . |
| 79 | 84 | ||
| 80 | ep-core:bar_km-1 | 85 | ep-core:bar_km-1 |
| 81 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 86 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 82 | rdfs:label "bar per kilometre"^^xsd:string . | 87 | rdfs:label "bar per kilometre"^^xsd:string . |
| 83 | 88 | ||
| 84 | ep-core:bar_m-1 | 89 | ep-core:bar_m-1 |
| 85 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 90 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 86 | rdfs:label "bar per metre"^^xsd:string . | 91 | rdfs:label "bar per metre"^^xsd:string . |
| 87 | 92 | ||
| 88 | ep-core:barn | 93 | ep-core:barn |
| 89 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 94 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 90 | rdfs:label "barn (area)"^^xsd:string . | 95 | rdfs:label "barn (area)"^^xsd:string . |
| 91 | 96 | ||
| 92 | ep-core:barrel_day-1 | 97 | ep-core:barrel_day-1 |
| 93 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 98 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 94 | rdfs:domain ep-core:VolumetricFlowRate ; | 99 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 95 | rdfs:label "barrel day-1"^^xsd:string . | 100 | rdfs:label "barrel day-1"^^xsd:string . |
| 96 | 101 | ||
| 97 | ep-core:centiEuclid | 102 | ep-core:centiEuclid |
| 98 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 103 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 99 | rdfs:label "CentiEuclid"^^xsd:string . | 104 | rdfs:label "CentiEuclid"^^xsd:string . |
| 100 | 105 | ||
| 101 | ep-core:centimetre | 106 | ep-core:centimetre |
| 102 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 107 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 103 | rdfs:domain ep-core:Length ; | 108 | rdfs:domain ep-core:Length ; |
| 104 | rdfs:label "centimetre"^^xsd:string . | 109 | rdfs:label "centimetre"^^xsd:string . |
| 105 | 110 | ||
| 111 | +ep-core:chain_Benoit_A | ||
| 112 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 113 | + rdfs:domain ep-core:Length ; | ||
| 114 | + rdfs:label "Benoit Chain A"^^xsd:string . | ||
| 115 | + | ||
| 116 | +ep-core:chain_Benoit_B | ||
| 117 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 118 | + rdfs:domain ep-core:Length ; | ||
| 119 | + rdfs:label "Benoit Chain B"^^xsd:string . | ||
| 120 | + | ||
| 121 | +ep-core:chain_Clarke | ||
| 122 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 123 | + rdfs:domain ep-core:Length ; | ||
| 124 | + rdfs:label "Clarke's Chain"^^xsd:string . | ||
| 125 | + | ||
| 126 | +ep-core:chain_Sears | ||
| 127 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 128 | + rdfs:domain ep-core:Length ; | ||
| 129 | + rdfs:label "Sears Chain"^^xsd:string . | ||
| 130 | + | ||
| 131 | +ep-core:chain_US | ||
| 132 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 133 | + rdfs:domain ep-core:Length ; | ||
| 134 | + rdfs:label "US Survey Chain"^^xsd:string . | ||
| 135 | + | ||
| 106 | ep-core:cm2 | 136 | ep-core:cm2 |
| 107 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 137 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 108 | rdfs:label "square centimetres"^^xsd:string . | 138 | rdfs:label "square centimetres"^^xsd:string . |
| 109 | 139 | ||
| 110 | ep-core:cm_s-2 | 140 | ep-core:cm_s-2 |
| 111 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 141 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 112 | rdfs:label "centimetres per second squared"^^xsd:string . | 142 | rdfs:label "centimetres per second squared"^^xsd:string . |
| 113 | 143 | ||
| 114 | ep-core:count | 144 | ep-core:count |
| 115 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 145 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 116 | rdfs:label "count"^^xsd:string . | 146 | rdfs:label "count"^^xsd:string . |
| 117 | 147 | ||
| 118 | ep-core:cycle_s-1 | 148 | ep-core:cycle_s-1 |
| 119 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 149 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 120 | rdfs:domain ep-core:Frequency ; | 150 | rdfs:domain ep-core:Frequency ; |
| 121 | rdfs:label "Cycles per second"^^xsd:string . | 151 | rdfs:label "Cycles per second"^^xsd:string . |
| 122 | 152 | ||
| 123 | -ep-core:degreesOfAngle_100ft-1 | 153 | +ep-core:decimetre |
| 124 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 154 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 155 | + rdfs:domain ep-core:Length ; | ||
| 156 | + rdfs:label "Decimetre"^^xsd:string . | ||
| 157 | + | ||
| 158 | +ep-core:degreesOfAngle_100ft-1 | ||
| 159 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 125 | rdfs:label "degrees of angle per 100ft"^^xsd:string . | 160 | rdfs:label "degrees of angle per 100ft"^^xsd:string . |
| 126 | 161 | ||
| 127 | ep-core:degreesOfAngle_30ft-1 | 162 | ep-core:degreesOfAngle_30ft-1 |
| 128 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 163 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 129 | rdfs:label "degrees of angle per 30ft"^^xsd:string . | 164 | rdfs:label "degrees of angle per 30ft"^^xsd:string . |
| 130 | 165 | ||
| 131 | ep-core:degreesOfAngle_30m-1 | 166 | ep-core:degreesOfAngle_30m-1 |
| 132 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 167 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 133 | rdfs:label "degrees of angle per 30m"^^xsd:string . | 168 | rdfs:label "degrees of angle per 30m"^^xsd:string . |
| 134 | 169 | ||
| 135 | ep-core:degreesOfAngle_ft-1 | 170 | ep-core:degreesOfAngle_ft-1 |
| 136 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 171 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 137 | rdfs:label "degrees of angle per ft"^^xsd:string . | 172 | rdfs:label "degrees of angle per ft"^^xsd:string . |
| 138 | 173 | ||
| 139 | ep-core:degreesOfAngle_hr-1 | 174 | ep-core:degreesOfAngle_hr-1 |
| 140 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 175 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 141 | rdfs:label "degrees of angle per hour"^^xsd:string . | 176 | rdfs:label "degrees of angle per hour"^^xsd:string . |
| 142 | 177 | ||
| 143 | ep-core:degreesOfAngle_m-1 | 178 | ep-core:degreesOfAngle_m-1 |
| 144 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 179 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 145 | rdfs:label "degrees of angle per m"^^xsd:string . | 180 | rdfs:label "degrees of angle per m"^^xsd:string . |
| 146 | 181 | ||
| 147 | ep-core:degreesOfAngle_min-1 | 182 | ep-core:degreesOfAngle_min-1 |
| 148 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 183 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 149 | rdfs:label "degrees of angle per minute"^^xsd:string . | 184 | rdfs:label "degrees of angle per minute"^^xsd:string . |
| 150 | 185 | ||
| 151 | ep-core:degreesOfAngle_s-1 | 186 | ep-core:degreesOfAngle_s-1 |
| 152 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 187 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 153 | rdfs:label "degrees of angle per second"^^xsd:string . | 188 | rdfs:label "degrees of angle per second"^^xsd:string . |
| 154 | 189 | ||
| 155 | ep-core:dyne | 190 | ep-core:dyne |
| 156 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 191 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 157 | rdfs:label "Dyne"^^xsd:string . | 192 | rdfs:label "Dyne"^^xsd:string . |
| 158 | 193 | ||
| 159 | ep-core:erg_cm-2 | 194 | ep-core:erg_cm-2 |
| 160 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 195 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 161 | rdfs:label "ergs per square centimetre"^^xsd:string . | 196 | rdfs:label "ergs per square centimetre"^^xsd:string . |
| 162 | 197 | ||
| 163 | ep-core:euclid | 198 | ep-core:euclid |
| 164 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 199 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 165 | rdfs:label "Euclid"^^xsd:string . | 200 | rdfs:label "Euclid"^^xsd:string . |
| 166 | 201 | ||
| 167 | ep-core:fahrenheit | 202 | ep-core:fahrenheit |
| 168 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 203 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 169 | rdfs:domain ep-core:Temperature ; | 204 | rdfs:domain ep-core:Temperature ; |
| 170 | rdfs:label "fahrenheit"^^xsd:string . | 205 | rdfs:label "fahrenheit"^^xsd:string . |
| 171 | 206 | ||
| 207 | +ep-core:fathom | ||
| 208 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 209 | + rdfs:domain ep-core:Length ; | ||
| 210 | + rdfs:label "fathom"^^xsd:string . | ||
| 211 | + | ||
| 212 | +ep-core:femtometre | ||
| 213 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 214 | + rdfs:domain ep-core:Length ; | ||
| 215 | + rdfs:label "femtometre"^^xsd:string . | ||
| 216 | + | ||
| 172 | ep-core:footCandle | 217 | ep-core:footCandle |
| 173 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 218 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 174 | rdfs:domain ep-core:Illuminance ; | 219 | rdfs:domain ep-core:Illuminance ; |
| 175 | rdfs:label "foot candle"^^xsd:string . | 220 | rdfs:label "foot candle"^^xsd:string . |
| 176 | 221 | ||
| 177 | -ep-core:foot_s-2 | 222 | +ep-core:foot_Benoit_A |
| 223 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 224 | + rdfs:domain ep-core:Length ; | ||
| 225 | + rdfs:label "Benoit A Foot"^^xsd:string . | ||
| 226 | + | ||
| 227 | +ep-core:foot_Benoit_B | ||
| 228 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 229 | + rdfs:domain ep-core:Length ; | ||
| 230 | + rdfs:label "Benoit B Foot"^^xsd:string . | ||
| 231 | + | ||
| 232 | +ep-core:foot_British_1865 | ||
| 233 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 234 | + rdfs:domain ep-core:Length ; | ||
| 235 | + rdfs:label "British Foot (1865)"^^xsd:string . | ||
| 236 | + | ||
| 237 | +ep-core:foot_Clarke | ||
| 238 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 239 | + rdfs:domain ep-core:Length ; | ||
| 240 | + rdfs:label "Clarke Foot"^^xsd:string . | ||
| 241 | + | ||
| 242 | +ep-core:foot_Gold_Coast | ||
| 243 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 244 | + rdfs:domain ep-core:Length ; | ||
| 245 | + rdfs:label "Gold Coast Foot"^^xsd:string . | ||
| 246 | + | ||
| 247 | +ep-core:foot_Indian | ||
| 248 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 249 | + rdfs:domain ep-core:Length ; | ||
| 250 | + rdfs:label "Indian Foot"^^xsd:string . | ||
| 251 | + | ||
| 252 | +ep-core:foot_Indian_1937 | ||
| 253 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 254 | + rdfs:domain ep-core:Length ; | ||
| 255 | + rdfs:label "Indian Foot (1937)"^^xsd:string . | ||
| 256 | + | ||
| 257 | +ep-core:foot_Indian_1962 | ||
| 258 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 259 | + rdfs:domain ep-core:Length ; | ||
| 260 | + rdfs:label "Indian Foot (1962)"^^xsd:string . | ||
| 261 | + | ||
| 262 | +ep-core:foot_Indian_1975 | ||
| 263 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 264 | + rdfs:domain ep-core:Length ; | ||
| 265 | + rdfs:label "Indian Foot (1975)"^^xsd:string . | ||
| 266 | + | ||
| 267 | +ep-core:foot_Modified_American | ||
| 178 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 268 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 269 | + rdfs:domain ep-core:Length ; | ||
| 270 | + rdfs:label "Modified American Foot"^^xsd:string . | ||
| 271 | + | ||
| 272 | +ep-core:foot_Sears | ||
| 273 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 274 | + rdfs:domain ep-core:Length ; | ||
| 275 | + rdfs:label "Sears Foot"^^xsd:string . | ||
| 276 | + | ||
| 277 | +ep-core:foot_US_Survey | ||
| 278 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 279 | + rdfs:domain ep-core:Length ; | ||
| 280 | + rdfs:label "US Survey Foot"^^xsd:string . | ||
| 281 | + | ||
| 282 | +ep-core:foot_s-2 | ||
| 283 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 179 | rdfs:label "feet per second squared"^^xsd:string . | 284 | rdfs:label "feet per second squared"^^xsd:string . |
| 180 | 285 | ||
| 181 | ep-core:ft2 | 286 | ep-core:ft2 |
| 182 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 287 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 183 | rdfs:label "square feet"^^xsd:string . | 288 | rdfs:label "square feet"^^xsd:string . |
| 184 | 289 | ||
| 185 | ep-core:ft_100ft-1 | 290 | ep-core:ft_100ft-1 |
| 186 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 291 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 187 | rdfs:domain ep-core:LengthPerLength ; | 292 | rdfs:domain ep-core:LengthPerLength ; |
| 188 | rdfs:label "feet per 100ft"^^xsd:string . | 293 | rdfs:label "feet per 100ft"^^xsd:string . |
| 189 | 294 | ||
| 190 | ep-core:ft_ft-1 | 295 | ep-core:ft_ft-1 |
| 191 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 296 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 192 | rdfs:domain ep-core:LengthPerLength ; | 297 | rdfs:domain ep-core:LengthPerLength ; |
| 193 | rdfs:label "feet per foot"^^xsd:string . | 298 | rdfs:label "feet per foot"^^xsd:string . |
| 194 | 299 | ||
| 195 | ep-core:ft_in-1 | 300 | ep-core:ft_in-1 |
| 196 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 301 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 197 | rdfs:domain ep-core:LengthPerLength ; | 302 | rdfs:domain ep-core:LengthPerLength ; |
| 198 | rdfs:label "feet per inch"^^xsd:string . | 303 | rdfs:label "feet per inch"^^xsd:string . |
| 199 | 304 | ||
| 200 | ep-core:ft_m-1 | 305 | ep-core:ft_m-1 |
| 201 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 306 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 202 | rdfs:domain ep-core:LengthPerLength ; | 307 | rdfs:domain ep-core:LengthPerLength ; |
| 203 | rdfs:label "feet per metre"^^xsd:string . | 308 | rdfs:label "feet per metre"^^xsd:string . |
| 204 | 309 | ||
| 205 | ep-core:ft_mi-1 | 310 | ep-core:ft_mi-1 |
| 206 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 311 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 207 | rdfs:domain ep-core:LengthPerLength ; | 312 | rdfs:domain ep-core:LengthPerLength ; |
| 208 | rdfs:label "feet per mile"^^xsd:string . | 313 | rdfs:label "feet per mile"^^xsd:string . |
| 209 | 314 | ||
| 210 | ep-core:galileo | 315 | ep-core:galileo |
| 211 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 316 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 212 | rdfs:label "galileo"^^xsd:string . | 317 | rdfs:label "galileo"^^xsd:string . |
| 213 | 318 | ||
| 214 | ep-core:gf | 319 | ep-core:gf |
| 215 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 320 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 216 | rdfs:label "Gram (force)"^^xsd:string . | 321 | rdfs:label "Gram (force)"^^xsd:string . |
| 217 | 322 | ||
| 218 | ep-core:ghz | 323 | ep-core:ghz |
| 219 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 324 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 220 | rdfs:domain ep-core:Frequency ; | 325 | rdfs:domain ep-core:Frequency ; |
| 221 | rdfs:label "Gigahertz"^^xsd:string . | 326 | rdfs:label "Gigahertz"^^xsd:string . |
| 222 | 327 | ||
| 223 | ep-core:gn | 328 | ep-core:gn |
| 224 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 329 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 225 | rdfs:label "normal acceleration Gn"^^xsd:string . | 330 | rdfs:label "normal acceleration Gn"^^xsd:string . |
| 226 | 331 | ||
| 227 | ep-core:grain_100ft-3 | 332 | ep-core:grain_100ft-3 |
| 228 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 333 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 229 | rdfs:label "grain per 100ft3"^^xsd:string . | 334 | rdfs:label "grain per 100ft3"^^xsd:string . |
| 230 | 335 | ||
| 231 | ep-core:grain_ft-3_1 | 336 | ep-core:grain_ft-3_1 |
| 232 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 337 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 233 | rdfs:label "grain per ft3"^^xsd:string . | 338 | rdfs:label "grain per ft3"^^xsd:string . |
| 234 | 339 | ||
| 235 | ep-core:grain_usGallon-1 | 340 | ep-core:grain_usGallon-1 |
| 236 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 341 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 237 | rdfs:label "grain per US Gallon"^^xsd:string . | 342 | rdfs:label "grain per US Gallon"^^xsd:string . |
| 238 | 343 | ||
| 239 | ep-core:gram_dm-3 | 344 | ep-core:gram_dm-3 |
| 240 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 345 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 241 | rdfs:label "gram dm-3"^^xsd:string . | 346 | rdfs:label "gram dm-3"^^xsd:string . |
| 242 | 347 | ||
| 243 | ep-core:gram_l-1 | 348 | ep-core:gram_l-1 |
| 244 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 349 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 245 | rdfs:label "grams per litre"^^xsd:string . | 350 | rdfs:label "grams per litre"^^xsd:string . |
| 246 | 351 | ||
| 247 | ep-core:gram_m-3 | 352 | ep-core:gram_m-3 |
| 248 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 353 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 249 | rdfs:label "gram m-3"^^xsd:string . | 354 | rdfs:label "gram m-3"^^xsd:string . |
| 250 | 355 | ||
| 251 | ep-core:gram_ukGallon-1 | 356 | ep-core:gram_ukGallon-1 |
| 252 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 357 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 253 | rdfs:label "grams per UK Gallon"^^xsd:string . | 358 | rdfs:label "grams per UK Gallon"^^xsd:string . |
| 254 | 359 | ||
| 255 | ep-core:gram_usGallon-1 | 360 | ep-core:gram_usGallon-1 |
| 256 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 361 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 257 | rdfs:label "grams per US Gallon"^^xsd:string . | 362 | rdfs:label "grams per US Gallon"^^xsd:string . |
| 258 | 363 | ||
| 259 | ep-core:hasSetOfAllPartsOfType | 364 | ep-core:hasSetOfAllPartsOfType |
| ... | @@ -262,479 +367,625 @@ ep-core:hasSetOfAllPartsOfType | ... | @@ -262,479 +367,625 @@ ep-core:hasSetOfAllPartsOfType |
| 262 | rdfs:label "basis for"^^xsd:string . | 367 | rdfs:label "basis for"^^xsd:string . |
| 263 | 368 | ||
| 264 | ep-core:hectare | 369 | ep-core:hectare |
| 265 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 370 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 266 | rdfs:label "hectares"^^xsd:string . | 371 | rdfs:label "hectares"^^xsd:string . |
| 267 | 372 | ||
| 268 | ep-core:hz | 373 | ep-core:hz |
| 269 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 374 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 270 | rdfs:domain ep-core:Frequency ; | 375 | rdfs:domain ep-core:Frequency ; |
| 271 | rdfs:label "Hertz"^^xsd:string . | 376 | rdfs:label "Hertz"^^xsd:string . |
| 272 | 377 | ||
| 273 | ep-core:in2 | 378 | ep-core:in2 |
| 274 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 379 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 275 | rdfs:label "square inches"^^xsd:string . | 380 | rdfs:label "square inches"^^xsd:string . |
| 276 | 381 | ||
| 277 | ep-core:in2_ft-2 | 382 | ep-core:in2_ft-2 |
| 278 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 383 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 279 | rdfs:label "square inches per square foot"^^xsd:string . | 384 | rdfs:label "square inches per square foot"^^xsd:string . |
| 280 | 385 | ||
| 281 | ep-core:in2_in-2 | 386 | ep-core:in2_in-2 |
| 282 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 387 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 283 | rdfs:label "square inches per square inch"^^xsd:string . | 388 | rdfs:label "square inches per square inch"^^xsd:string . |
| 284 | 389 | ||
| 285 | ep-core:inch_64 | 390 | ep-core:inch_64 |
| 286 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 391 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 287 | rdfs:domain ep-core:Length ; | 392 | rdfs:domain ep-core:Length ; |
| 288 | rdfs:label "inch/64"^^xsd:string . | 393 | rdfs:label "inch/64"^^xsd:string . |
| 289 | 394 | ||
| 290 | ep-core:j_cm-2 | 395 | ep-core:j_cm-2 |
| 291 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 396 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 292 | rdfs:label "joules per square centimetre"^^xsd:string . | 397 | rdfs:label "joules per square centimetre"^^xsd:string . |
| 293 | 398 | ||
| 294 | ep-core:j_m-2 | 399 | ep-core:j_m-2 |
| 295 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 400 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 296 | rdfs:label "joules per square metre"^^xsd:string . | 401 | rdfs:label "joules per square metre"^^xsd:string . |
| 297 | 402 | ||
| 298 | ep-core:kgf | 403 | ep-core:kgf |
| 299 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 404 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 300 | rdfs:label "kg (force)"^^xsd:string . | 405 | rdfs:label "kg (force)"^^xsd:string . |
| 301 | 406 | ||
| 302 | ep-core:kgf_m_m-2 | 407 | ep-core:kgf_m_m-2 |
| 303 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 408 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 304 | rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; | 409 | rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; |
| 305 | rdfs:label "kg (force) meter per square metre"^^xsd:string . | 410 | rdfs:label "kg (force) meter per square metre"^^xsd:string . |
| 306 | 411 | ||
| 307 | ep-core:khz | 412 | ep-core:khz |
| 308 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 413 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 309 | rdfs:domain ep-core:Frequency ; | 414 | rdfs:domain ep-core:Frequency ; |
| 310 | rdfs:label "Kilohertz"^^xsd:string . | 415 | rdfs:label "Kilohertz"^^xsd:string . |
| 311 | 416 | ||
| 312 | ep-core:kiloDyne | 417 | ep-core:kiloDyne |
| 313 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 418 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 314 | rdfs:label "Kilodyne"^^xsd:string . | 419 | rdfs:label "Kilodyne"^^xsd:string . |
| 315 | 420 | ||
| 316 | ep-core:kiloLux | 421 | ep-core:kiloLux |
| 317 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 422 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 318 | rdfs:domain ep-core:Illuminance ; | 423 | rdfs:domain ep-core:Illuminance ; |
| 319 | rdfs:label "kilolux"^^xsd:string . | 424 | rdfs:label "kilolux"^^xsd:string . |
| 320 | 425 | ||
| 321 | ep-core:kiloNewton | 426 | ep-core:kiloNewton |
| 322 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 427 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 323 | rdfs:label "Kilonewton"^^xsd:string . | 428 | rdfs:label "Kilonewton"^^xsd:string . |
| 324 | 429 | ||
| 325 | ep-core:kilogram_dm-3 | 430 | ep-core:kilogram_dm-3 |
| 326 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 431 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 327 | rdfs:label "kilogram dm-3"^^xsd:string . | 432 | rdfs:label "kilogram dm-3"^^xsd:string . |
| 328 | 433 | ||
| 329 | ep-core:kilogram_l-1 | 434 | ep-core:kilogram_l-1 |
| 330 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 435 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 331 | rdfs:label "kilogram per litre"^^xsd:string . | 436 | rdfs:label "kilogram per litre"^^xsd:string . |
| 332 | 437 | ||
| 333 | ep-core:kilogram_m-3 | 438 | ep-core:kilogram_m-3 |
| 334 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 439 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 335 | rdfs:label "kilogram m-3"^^xsd:string . | 440 | rdfs:label "kilogram m-3"^^xsd:string . |
| 336 | 441 | ||
| 337 | -ep-core:kilovolt | 442 | +ep-core:kilometre |
| 338 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 443 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 444 | + rdfs:domain ep-core:Length ; | ||
| 445 | + rdfs:label "Kilometre"^^xsd:string . | ||
| 446 | + | ||
| 447 | +ep-core:kilovolt | ||
| 448 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 339 | rdfs:label "kilovolt"^^xsd:string . | 449 | rdfs:label "kilovolt"^^xsd:string . |
| 340 | 450 | ||
| 341 | ep-core:klbf | 451 | ep-core:klbf |
| 342 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 452 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 343 | rdfs:label "kilopound (force)"^^xsd:string . | 453 | rdfs:label "kilopound (force)"^^xsd:string . |
| 344 | 454 | ||
| 345 | ep-core:km2 | 455 | ep-core:km2 |
| 346 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 456 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 347 | rdfs:label "square kilometres"^^xsd:string . | 457 | rdfs:label "square kilometres"^^xsd:string . |
| 348 | 458 | ||
| 349 | ep-core:km_cm-1 | 459 | ep-core:km_cm-1 |
| 350 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 460 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 351 | rdfs:domain ep-core:LengthPerLength ; | 461 | rdfs:domain ep-core:LengthPerLength ; |
| 352 | rdfs:label "kilometres per centimetre"^^xsd:string . | 462 | rdfs:label "kilometres per centimetre"^^xsd:string . |
| 353 | 463 | ||
| 354 | ep-core:kpa_100m-1 | 464 | ep-core:kpa_100m-1 |
| 355 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 465 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 356 | rdfs:label "Kilopascal per 100 metres"^^xsd:string . | 466 | rdfs:label "Kilopascal per 100 metres"^^xsd:string . |
| 357 | 467 | ||
| 358 | ep-core:kpa_m-1 | 468 | ep-core:kpa_m-1 |
| 359 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 469 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 360 | rdfs:label "Kilopascal per metre"^^xsd:string . | 470 | rdfs:label "Kilopascal per metre"^^xsd:string . |
| 361 | 471 | ||
| 362 | ep-core:lbf | 472 | ep-core:lbf |
| 363 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 473 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 364 | rdfs:label "Pounds (force)"^^xsd:string . | 474 | rdfs:label "Pounds (force)"^^xsd:string . |
| 365 | 475 | ||
| 366 | ep-core:lbf_ft-3 | 476 | ep-core:lbf_ft-3 |
| 367 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 477 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 368 | rdfs:label "pounds (force) per cubic foot"^^xsd:string . | 478 | rdfs:label "pounds (force) per cubic foot"^^xsd:string . |
| 369 | 479 | ||
| 370 | ep-core:lbf_ft_in-2 | 480 | ep-core:lbf_ft_in-2 |
| 371 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 481 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 372 | rdfs:label "pound foot per square inch"^^xsd:string . | 482 | rdfs:label "pound foot per square inch"^^xsd:string . |
| 373 | 483 | ||
| 374 | ep-core:lbf_usGal-1 | 484 | ep-core:lbf_usGal-1 |
| 375 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 485 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 376 | rdfs:label "pounds (force) per US Gallon"^^xsd:string . | 486 | rdfs:label "pounds (force) per US Gallon"^^xsd:string . |
| 377 | 487 | ||
| 378 | ep-core:lbm_1000bbl-1 | 488 | ep-core:lbm_1000bbl-1 |
| 379 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 489 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 380 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | 490 | rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . |
| 381 | 491 | ||
| 382 | ep-core:lbm_1000ukGallon-1 | 492 | ep-core:lbm_1000ukGallon-1 |
| 383 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 493 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 384 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | 494 | rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . |
| 385 | 495 | ||
| 386 | ep-core:lbm_1000usGallon-1 | 496 | ep-core:lbm_1000usGallon-1 |
| 387 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 497 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 388 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | 498 | rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . |
| 389 | 499 | ||
| 390 | ep-core:lbm_10bbl-1 | 500 | ep-core:lbm_10bbl-1 |
| 391 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 501 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 392 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | 502 | rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . |
| 393 | 503 | ||
| 394 | ep-core:lbm_bbl-1 | 504 | ep-core:lbm_bbl-1 |
| 395 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 505 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 396 | rdfs:label "pounds (mass) per barrel"^^xsd:string . | 506 | rdfs:label "pounds (mass) per barrel"^^xsd:string . |
| 397 | 507 | ||
| 398 | ep-core:lbm_ft-3 | 508 | ep-core:lbm_ft-3 |
| 399 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 509 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 400 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | 510 | rdfs:label "pounds (mass) per cubic foot"^^xsd:string . |
| 401 | 511 | ||
| 402 | ep-core:lbm_in-3 | 512 | ep-core:lbm_in-3 |
| 403 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 513 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 404 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | 514 | rdfs:label "pounds (mass) per cubic inch"^^xsd:string . |
| 405 | 515 | ||
| 406 | ep-core:lbm_millibarrel-1 | 516 | ep-core:lbm_millibarrel-1 |
| 407 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 517 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 408 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | 518 | rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . |
| 409 | 519 | ||
| 410 | ep-core:lbm_ukGallon-1 | 520 | ep-core:lbm_ukGallon-1 |
| 411 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 521 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 412 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | 522 | rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . |
| 413 | 523 | ||
| 414 | ep-core:lbm_usGallon-1 | 524 | ep-core:lbm_usGallon-1 |
| 415 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 525 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 416 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | 526 | rdfs:label "pounds (mass) per US Gallon"^^xsd:string . |
| 417 | 527 | ||
| 418 | -ep-core:lm_m-2 | 528 | +ep-core:link_Benoit_A |
| 529 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 530 | + rdfs:domain ep-core:Length ; | ||
| 531 | + rdfs:label "Benoit Link A"^^xsd:string . | ||
| 532 | + | ||
| 533 | +ep-core:link_Benoit_B | ||
| 534 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 535 | + rdfs:domain ep-core:Length ; | ||
| 536 | + rdfs:label "Benoit Link B"^^xsd:string . | ||
| 537 | + | ||
| 538 | +ep-core:link_Clarke | ||
| 539 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 540 | + rdfs:domain ep-core:Length ; | ||
| 541 | + rdfs:label "Clarke Link"^^xsd:string . | ||
| 542 | + | ||
| 543 | +ep-core:link_Sears | ||
| 544 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 545 | + rdfs:domain ep-core:Length ; | ||
| 546 | + rdfs:label "Sears Link"^^xsd:string . | ||
| 547 | + | ||
| 548 | +ep-core:link_US_Survey | ||
| 419 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 549 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 550 | + rdfs:domain ep-core:Length ; | ||
| 551 | + rdfs:label "US Survey Link"^^xsd:string . | ||
| 552 | + | ||
| 553 | +ep-core:lm_m-2 | ||
| 554 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 420 | rdfs:domain ep-core:Illuminance ; | 555 | rdfs:domain ep-core:Illuminance ; |
| 421 | rdfs:label "lumens per square metre"^^xsd:string . | 556 | rdfs:label "lumens per square metre"^^xsd:string . |
| 422 | 557 | ||
| 423 | ep-core:lux | 558 | ep-core:lux |
| 424 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 559 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 425 | rdfs:domain ep-core:Illuminance ; | 560 | rdfs:domain ep-core:Illuminance ; |
| 426 | rdfs:label "lux"^^xsd:string . | 561 | rdfs:label "lux"^^xsd:string . |
| 427 | 562 | ||
| 428 | ep-core:m2 | 563 | ep-core:m2 |
| 429 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 564 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 430 | rdfs:label "square metres"^^xsd:string . | 565 | rdfs:label "square metres"^^xsd:string . |
| 431 | 566 | ||
| 432 | ep-core:m2_m-2 | 567 | ep-core:m2_m-2 |
| 433 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 568 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 434 | rdfs:label "square metres per square metre"^^xsd:string . | 569 | rdfs:label "square metres per square metre"^^xsd:string . |
| 435 | 570 | ||
| 436 | ep-core:m_30m-1 | 571 | ep-core:m_30m-1 |
| 437 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 572 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 438 | rdfs:domain ep-core:LengthPerLength ; | 573 | rdfs:domain ep-core:LengthPerLength ; |
| 439 | rdfs:label "metres per 30m"^^xsd:string . | 574 | rdfs:label "metres per 30m"^^xsd:string . |
| 440 | 575 | ||
| 441 | ep-core:m_cm-2 | 576 | ep-core:m_cm-2 |
| 442 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 577 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 443 | rdfs:domain ep-core:LengthPerLength ; | 578 | rdfs:domain ep-core:LengthPerLength ; |
| 444 | rdfs:label "metres per centimetre"^^xsd:string . | 579 | rdfs:label "metres per centimetre"^^xsd:string . |
| 445 | 580 | ||
| 446 | ep-core:m_km-1 | 581 | ep-core:m_km-1 |
| 447 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 582 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 448 | rdfs:domain ep-core:LengthPerLength ; | 583 | rdfs:domain ep-core:LengthPerLength ; |
| 449 | rdfs:label "metres per kilometre"^^xsd:string . | 584 | rdfs:label "metres per kilometre"^^xsd:string . |
| 450 | 585 | ||
| 451 | ep-core:m_m-1 | 586 | ep-core:m_m-1 |
| 452 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 587 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 453 | rdfs:domain ep-core:LengthPerLength ; | 588 | rdfs:domain ep-core:LengthPerLength ; |
| 454 | rdfs:label "metres per metre"^^xsd:string . | 589 | rdfs:label "metres per metre"^^xsd:string . |
| 455 | 590 | ||
| 456 | ep-core:masseq_100g | 591 | ep-core:masseq_100g |
| 457 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 592 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 458 | rdfs:label "mass equivalent (100 grams)"^^xsd:string . | 593 | rdfs:label "mass equivalent (100 grams)"^^xsd:string . |
| 459 | 594 | ||
| 460 | ep-core:masseq_g | 595 | ep-core:masseq_g |
| 461 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 596 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 462 | rdfs:label "mass equivalent (grams)"^^xsd:string . | 597 | rdfs:label "mass equivalent (grams)"^^xsd:string . |
| 463 | 598 | ||
| 464 | ep-core:masseq_kg | 599 | ep-core:masseq_kg |
| 465 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 600 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 466 | rdfs:label "mass equivalent (kilograms)"^^xsd:string . | 601 | rdfs:label "mass equivalent (kilograms)"^^xsd:string . |
| 467 | 602 | ||
| 468 | ep-core:megaGramF | 603 | ep-core:megaGramF |
| 469 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 604 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 470 | rdfs:label "Megagram (force)"^^xsd:string . | 605 | rdfs:label "Megagram (force)"^^xsd:string . |
| 471 | 606 | ||
| 472 | ep-core:megaNewton | 607 | ep-core:megaNewton |
| 473 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 608 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 474 | rdfs:label "Meganewton"^^xsd:string . | 609 | rdfs:label "Meganewton"^^xsd:string . |
| 475 | 610 | ||
| 476 | ep-core:megagram_m-3 | 611 | ep-core:megagram_m-3 |
| 477 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 612 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 478 | rdfs:label "Megagram m-3"^^xsd:string . | 613 | rdfs:label "Megagram m-3"^^xsd:string . |
| 479 | 614 | ||
| 480 | ep-core:megahertz | 615 | ep-core:megahertz |
| 481 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 616 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 482 | rdfs:domain ep-core:Frequency ; | 617 | rdfs:domain ep-core:Frequency ; |
| 483 | rdfs:label "Megahertz"^^xsd:string . | 618 | rdfs:label "Megahertz"^^xsd:string . |
| 484 | 619 | ||
| 620 | +ep-core:megametre | ||
| 621 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 622 | + rdfs:domain ep-core:Length ; | ||
| 623 | + rdfs:label "Megametre"^^xsd:string . | ||
| 624 | + | ||
| 485 | ep-core:megavolt | 625 | ep-core:megavolt |
| 486 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 626 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 487 | rdfs:label "Megavolt"^^xsd:string . | 627 | rdfs:label "Megavolt"^^xsd:string . |
| 488 | 628 | ||
| 489 | ep-core:metre3_hour-1 | 629 | ep-core:metre3_hour-1 |
| 490 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 630 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 491 | rdfs:domain ep-core:VolumetricFlowRate ; | 631 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 492 | rdfs:label "metre3 hour-1"^^xsd:string . | 632 | rdfs:label "metre3 hour-1"^^xsd:string . |
| 493 | 633 | ||
| 634 | +ep-core:metre_German_Legal | ||
| 635 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 636 | + rdfs:domain ep-core:Length ; | ||
| 637 | + rdfs:label "German Legal Metre"^^xsd:string . | ||
| 638 | + | ||
| 494 | ep-core:metre_s-2 | 639 | ep-core:metre_s-2 |
| 495 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 640 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 496 | rdfs:label "metres per second squared"^^xsd:string . | 641 | rdfs:label "metres per second squared"^^xsd:string . |
| 497 | 642 | ||
| 498 | ep-core:mgn | 643 | ep-core:mgn |
| 499 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 644 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 500 | rdfs:label "milliGn - normal acceleration"^^xsd:string . | 645 | rdfs:label "milliGn - normal acceleration"^^xsd:string . |
| 501 | 646 | ||
| 502 | ep-core:mi2 | 647 | ep-core:mi2 |
| 503 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 648 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 504 | rdfs:label "square miles"^^xsd:string . | 649 | rdfs:label "square miles"^^xsd:string . |
| 505 | 650 | ||
| 506 | ep-core:mi_in-1 | 651 | ep-core:mi_in-1 |
| 507 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 652 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 508 | rdfs:domain ep-core:LengthPerLength ; | 653 | rdfs:domain ep-core:LengthPerLength ; |
| 509 | rdfs:label "miles per inch"^^xsd:string . | 654 | rdfs:label "miles per inch"^^xsd:string . |
| 510 | 655 | ||
| 511 | ep-core:microEuclid | 656 | ep-core:microEuclid |
| 512 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 657 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 513 | rdfs:label "MicroEuclid"^^xsd:string . | 658 | rdfs:label "MicroEuclid"^^xsd:string . |
| 514 | 659 | ||
| 515 | ep-core:microNewton | 660 | ep-core:microNewton |
| 516 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 661 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 517 | rdfs:label "MIcronewton"^^xsd:string . | 662 | rdfs:label "MIcronewton"^^xsd:string . |
| 518 | 663 | ||
| 519 | ep-core:microgram_cm-3 | 664 | ep-core:microgram_cm-3 |
| 520 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 665 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 521 | rdfs:label "microgram cm-3"^^xsd:string . | 666 | rdfs:label "microgram cm-3"^^xsd:string . |
| 522 | 667 | ||
| 668 | +ep-core:micrometre | ||
| 669 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 670 | + rdfs:domain ep-core:Length ; | ||
| 671 | + rdfs:label "micrometre"^^xsd:string . | ||
| 672 | + | ||
| 523 | ep-core:microvolt | 673 | ep-core:microvolt |
| 524 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 674 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 525 | rdfs:label "microvolt"^^xsd:string . | 675 | rdfs:label "microvolt"^^xsd:string . |
| 526 | 676 | ||
| 677 | +ep-core:mil | ||
| 678 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 679 | + rdfs:comment "Swedish or Norwegian mile"^^xsd:string ; | ||
| 680 | + rdfs:domain ep-core:Length ; | ||
| 681 | + rdfs:label "mil"^^xsd:string . | ||
| 682 | + | ||
| 683 | +ep-core:mile | ||
| 684 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 685 | + rdfs:domain ep-core:Length ; | ||
| 686 | + rdfs:label "mile"^^xsd:string . | ||
| 687 | + | ||
| 688 | +ep-core:mile_US | ||
| 689 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 690 | + rdfs:domain ep-core:Length ; | ||
| 691 | + rdfs:label "US Mile"^^xsd:string . | ||
| 692 | + | ||
| 527 | ep-core:milliEuclid | 693 | ep-core:milliEuclid |
| 528 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 694 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 529 | rdfs:label "MilliEuclid"^^xsd:string . | 695 | rdfs:label "MilliEuclid"^^xsd:string . |
| 530 | 696 | ||
| 531 | ep-core:milliNewton | 697 | ep-core:milliNewton |
| 532 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 698 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 533 | rdfs:label "Millinewton"^^xsd:string . | 699 | rdfs:label "Millinewton"^^xsd:string . |
| 534 | 700 | ||
| 535 | ep-core:milliPa_second | 701 | ep-core:milliPa_second |
| 536 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 702 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 537 | rdfs:domain ep-core:PlasticViscosity ; | 703 | rdfs:domain ep-core:PlasticViscosity ; |
| 538 | rdfs:label "MPa.second"^^xsd:string . | 704 | rdfs:label "MPa.second"^^xsd:string . |
| 539 | 705 | ||
| 540 | ep-core:milligalileo | 706 | ep-core:milligalileo |
| 541 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 707 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 542 | rdfs:label "milligalileo"^^xsd:string . | 708 | rdfs:label "milligalileo"^^xsd:string . |
| 543 | 709 | ||
| 544 | ep-core:milligram_dm-3 | 710 | ep-core:milligram_dm-3 |
| 545 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 711 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 546 | rdfs:label "milligram dm-3"^^xsd:string . | 712 | rdfs:label "milligram dm-3"^^xsd:string . |
| 547 | 713 | ||
| 548 | ep-core:milligram_l-1 | 714 | ep-core:milligram_l-1 |
| 549 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 715 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 550 | rdfs:label "milligrams per litre"^^xsd:string . | 716 | rdfs:label "milligrams per litre"^^xsd:string . |
| 551 | 717 | ||
| 552 | ep-core:milligram_m-3 | 718 | ep-core:milligram_m-3 |
| 553 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 719 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 554 | rdfs:label "milligram m-3"^^xsd:string . | 720 | rdfs:label "milligram m-3"^^xsd:string . |
| 555 | 721 | ||
| 556 | ep-core:milligram_usGallon-1 | 722 | ep-core:milligram_usGallon-1 |
| 557 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 723 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 558 | rdfs:label "milligrams per US Gallon"^^xsd:string . | 724 | rdfs:label "milligrams per US Gallon"^^xsd:string . |
| 559 | 725 | ||
| 560 | ep-core:millihertz | 726 | ep-core:millihertz |
| 561 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 727 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 562 | rdfs:domain ep-core:Frequency ; | 728 | rdfs:domain ep-core:Frequency ; |
| 563 | rdfs:label "millihertz"^^xsd:string . | 729 | rdfs:label "millihertz"^^xsd:string . |
| 564 | 730 | ||
| 565 | ep-core:millivolt | 731 | ep-core:millivolt |
| 566 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 732 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 567 | rdfs:label "millivolt"^^xsd:string . | 733 | rdfs:label "millivolt"^^xsd:string . |
| 568 | 734 | ||
| 569 | ep-core:mj_cm-2 | 735 | ep-core:mj_cm-2 |
| 570 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 736 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 571 | rdfs:label "millijoules per square centimetre"^^xsd:string . | 737 | rdfs:label "millijoules per square centimetre"^^xsd:string . |
| 572 | 738 | ||
| 573 | ep-core:mj_m-2 | 739 | ep-core:mj_m-2 |
| 574 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 740 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 575 | rdfs:label "millijoules per square metre"^^xsd:string . | 741 | rdfs:label "millijoules per square metre"^^xsd:string . |
| 576 | 742 | ||
| 577 | ep-core:mm2 | 743 | ep-core:mm2 |
| 578 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 744 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 579 | rdfs:label "square millimetres"^^xsd:string . | 745 | rdfs:label "square millimetres"^^xsd:string . |
| 580 | 746 | ||
| 581 | ep-core:mm2_mm-2 | 747 | ep-core:mm2_mm-2 |
| 582 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 748 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 583 | rdfs:label "square millimetres per square millimetre"^^xsd:string . | 749 | rdfs:label "square millimetres per square millimetre"^^xsd:string . |
| 584 | 750 | ||
| 585 | ep-core:mpa_m-1 | 751 | ep-core:mpa_m-1 |
| 586 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 752 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 587 | rdfs:label "megapascal per metre"^^xsd:string . | 753 | rdfs:label "megapascal per metre"^^xsd:string . |
| 588 | 754 | ||
| 589 | ep-core:n_m-3 | 755 | ep-core:n_m-3 |
| 590 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 756 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 591 | rdfs:label "Newtons per square metre"^^xsd:string . | 757 | rdfs:label "Newtons per square metre"^^xsd:string . |
| 592 | 758 | ||
| 593 | ep-core:n_m-E | 759 | ep-core:n_m-E |
| 594 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 760 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 595 | rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; | 761 | rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; |
| 596 | rdfs:label "joules per square centimetre"^^xsd:string . | 762 | rdfs:label "joules per square centimetre"^^xsd:string . |
| 597 | 763 | ||
| 598 | ep-core:nanoEuclid | 764 | ep-core:nanoEuclid |
| 599 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 765 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 600 | rdfs:label "NanoEuclid"^^xsd:string . | 766 | rdfs:label "NanoEuclid"^^xsd:string . |
| 601 | 767 | ||
| 602 | -ep-core:newton | 768 | +ep-core:nanometre |
| 603 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 769 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 770 | + rdfs:domain ep-core:Length ; | ||
| 771 | + rdfs:label "nanometre"^^xsd:string . | ||
| 772 | + | ||
| 773 | +ep-core:nauticalMile | ||
| 774 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 775 | + rdfs:domain ep-core:Length ; | ||
| 776 | + rdfs:label "Nautical Mile"^^xsd:string . | ||
| 777 | + | ||
| 778 | +ep-core:newton | ||
| 779 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 604 | rdfs:label "Newton"^^xsd:string . | 780 | rdfs:label "Newton"^^xsd:string . |
| 605 | 781 | ||
| 606 | ep-core:ozf | 782 | ep-core:ozf |
| 607 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 783 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 608 | rdfs:label "Ounces (force)"^^xsd:string . | 784 | rdfs:label "Ounces (force)"^^xsd:string . |
| 609 | 785 | ||
| 610 | ep-core:pascal_m-1 | 786 | ep-core:pascal_m-1 |
| 611 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 787 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 612 | rdfs:label "Pascal per metre"^^xsd:string . | 788 | rdfs:label "Pascal per metre"^^xsd:string . |
| 613 | 789 | ||
| 614 | ep-core:pdl | 790 | ep-core:pdl |
| 615 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 791 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 616 | rdfs:label "Poundal"^^xsd:string . | 792 | rdfs:label "Poundal"^^xsd:string . |
| 617 | 793 | ||
| 618 | ep-core:perAnnum | 794 | ep-core:perAnnum |
| 619 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 795 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 620 | rdfs:domain ep-core:Frequency ; | 796 | rdfs:domain ep-core:Frequency ; |
| 621 | rdfs:label "per annum"^^xsd:string . | 797 | rdfs:label "per annum"^^xsd:string . |
| 622 | 798 | ||
| 623 | ep-core:perDay | 799 | ep-core:perDay |
| 624 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 800 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 625 | rdfs:domain ep-core:Frequency ; | 801 | rdfs:domain ep-core:Frequency ; |
| 626 | rdfs:label "per day"^^xsd:string . | 802 | rdfs:label "per day"^^xsd:string . |
| 627 | 803 | ||
| 628 | ep-core:perHour | 804 | ep-core:perHour |
| 629 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 805 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 630 | rdfs:domain ep-core:Frequency ; | 806 | rdfs:domain ep-core:Frequency ; |
| 631 | rdfs:label "per hour"^^xsd:string . | 807 | rdfs:label "per hour"^^xsd:string . |
| 632 | 808 | ||
| 633 | ep-core:perMinute | 809 | ep-core:perMinute |
| 634 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 810 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 635 | rdfs:domain ep-core:Frequency ; | 811 | rdfs:domain ep-core:Frequency ; |
| 636 | rdfs:label "per minute"^^xsd:string . | 812 | rdfs:label "per minute"^^xsd:string . |
| 637 | 813 | ||
| 638 | ep-core:perSecond | 814 | ep-core:perSecond |
| 639 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 815 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 640 | rdfs:domain ep-core:Frequency ; | 816 | rdfs:domain ep-core:Frequency ; |
| 641 | rdfs:label "per second"^^xsd:string . | 817 | rdfs:label "per second"^^xsd:string . |
| 642 | 818 | ||
| 643 | ep-core:perWeek | 819 | ep-core:perWeek |
| 644 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 820 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 645 | rdfs:domain ep-core:Frequency ; | 821 | rdfs:domain ep-core:Frequency ; |
| 646 | rdfs:label "per week"^^xsd:string . | 822 | rdfs:label "per week"^^xsd:string . |
| 647 | 823 | ||
| 824 | +ep-core:picometre | ||
| 825 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 826 | + rdfs:domain ep-core:Length ; | ||
| 827 | + rdfs:label "picometre"^^xsd:string . | ||
| 828 | + | ||
| 648 | ep-core:psi_1000ft-1 | 829 | ep-core:psi_1000ft-1 |
| 649 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 830 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 650 | rdfs:label "psi per 1000ft"^^xsd:string . | 831 | rdfs:label "psi per 1000ft"^^xsd:string . |
| 651 | 832 | ||
| 652 | ep-core:psi_100ft-1 | 833 | ep-core:psi_100ft-1 |
| 653 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 834 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 654 | rdfs:label "psi per 100ft"^^xsd:string . | 835 | rdfs:label "psi per 100ft"^^xsd:string . |
| 655 | 836 | ||
| 656 | ep-core:psi_ft-1 | 837 | ep-core:psi_ft-1 |
| 657 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 838 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 658 | rdfs:label "psi per ft"^^xsd:string . | 839 | rdfs:label "psi per ft"^^xsd:string . |
| 659 | 840 | ||
| 660 | ep-core:psi_m-1 | 841 | ep-core:psi_m-1 |
| 661 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 842 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 662 | rdfs:label "psi per metre"^^xsd:string . | 843 | rdfs:label "psi per metre"^^xsd:string . |
| 663 | 844 | ||
| 664 | ep-core:radian_ft-1 | 845 | ep-core:radian_ft-1 |
| 665 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 846 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 666 | rdfs:label "radians per ft"^^xsd:string . | 847 | rdfs:label "radians per ft"^^xsd:string . |
| 667 | 848 | ||
| 668 | ep-core:radian_m-1 | 849 | ep-core:radian_m-1 |
| 669 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 850 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 670 | rdfs:label "radians per m"^^xsd:string . | 851 | rdfs:label "radians per m"^^xsd:string . |
| 671 | 852 | ||
| 672 | ep-core:radian_s-1 | 853 | ep-core:radian_s-1 |
| 673 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 854 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 674 | rdfs:label "radians per s"^^xsd:string . | 855 | rdfs:label "radians per s"^^xsd:string . |
| 675 | 856 | ||
| 676 | ep-core:rev_min-1 | 857 | ep-core:rev_min-1 |
| 677 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 858 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 678 | rdfs:label "revolutions per minute"^^xsd:string . | 859 | rdfs:label "revolutions per minute"^^xsd:string . |
| 679 | 860 | ||
| 680 | ep-core:rev_s-1 | 861 | ep-core:rev_s-1 |
| 681 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 862 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 682 | rdfs:label "revolutions per second"^^xsd:string . | 863 | rdfs:label "revolutions per second"^^xsd:string . |
| 683 | 864 | ||
| 865 | +ep-core:sixteenth_inch | ||
| 866 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 867 | + rdfs:domain ep-core:Length ; | ||
| 868 | + rdfs:label "sixteenth of an inch"^^xsd:string . | ||
| 869 | + | ||
| 870 | +ep-core:sixtyFourth_Inch | ||
| 871 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 872 | + rdfs:domain ep-core:Length ; | ||
| 873 | + rdfs:label "Sixty-Fourth of an Inch"^^xsd:string . | ||
| 874 | + | ||
| 684 | ep-core:ten_megagram_m-3 | 875 | ep-core:ten_megagram_m-3 |
| 685 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 876 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 686 | rdfs:label "10 Megagram m-3"^^xsd:string . | 877 | rdfs:label "10 Megagram m-3"^^xsd:string . |
| 687 | 878 | ||
| 879 | +ep-core:tenth_inch | ||
| 880 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 881 | + rdfs:domain ep-core:Length ; | ||
| 882 | + rdfs:label "Tenth of an Inch"^^xsd:string . | ||
| 883 | + | ||
| 884 | +ep-core:thirtySecond_inch | ||
| 885 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 886 | + rdfs:domain ep-core:Length ; | ||
| 887 | + rdfs:label "Thirty-Secondth of an inch"^^xsd:string . | ||
| 888 | + | ||
| 688 | ep-core:thousand_barrel | 889 | ep-core:thousand_barrel |
| 689 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 890 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 690 | rdfs:label "thousand barrel"^^xsd:string . | 891 | rdfs:label "thousand barrel"^^xsd:string . |
| 691 | 892 | ||
| 692 | ep-core:uhz | 893 | ep-core:uhz |
| 693 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 894 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 694 | rdfs:domain ep-core:Frequency ; | 895 | rdfs:domain ep-core:Frequency ; |
| 695 | rdfs:label "microHertz"^^xsd:string . | 896 | rdfs:label "microHertz"^^xsd:string . |
| 696 | 897 | ||
| 697 | ep-core:ukTonF | 898 | ep-core:ukTonF |
| 698 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 899 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 699 | rdfs:label "UK Ton (force)"^^xsd:string . | 900 | rdfs:label "UK Ton (force)"^^xsd:string . |
| 700 | 901 | ||
| 701 | ep-core:um2 | 902 | ep-core:um2 |
| 702 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 903 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 703 | rdfs:label "square micrometres"^^xsd:string . | 904 | rdfs:label "square micrometres"^^xsd:string . |
| 704 | 905 | ||
| 705 | ep-core:usTonF | 906 | ep-core:usTonF |
| 706 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 907 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 707 | rdfs:label "US Ton (force)"^^xsd:string . | 908 | rdfs:label "US Ton (force)"^^xsd:string . |
| 708 | 909 | ||
| 709 | ep-core:us_mi2 | 910 | ep-core:us_mi2 |
| 710 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 911 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 711 | rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | 912 | rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; |
| 712 | rdfs:label "square miles (US)"^^xsd:string . | 913 | rdfs:label "square miles (US)"^^xsd:string . |
| 713 | 914 | ||
| 714 | ep-core:volt | 915 | ep-core:volt |
| 715 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 916 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 716 | rdfs:label "Volt"^^xsd:string . | 917 | rdfs:label "Volt"^^xsd:string . |
| 717 | 918 | ||
| 718 | -ep-core:yd2 | 919 | +ep-core:yard |
| 719 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 920 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 921 | + rdfs:domain ep-core:Length ; | ||
| 922 | + rdfs:label "Yard"^^xsd:string . | ||
| 923 | + | ||
| 924 | +ep-core:yd2 | ||
| 925 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 720 | rdfs:label "square yards"^^xsd:string . | 926 | rdfs:label "square yards"^^xsd:string . |
| 721 | 927 | ||
| 928 | +ep-core:yd_Benoit_A | ||
| 929 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 930 | + rdfs:domain ep-core:Length ; | ||
| 931 | + rdfs:label "Benoit A Yard"^^xsd:string . | ||
| 932 | + | ||
| 933 | +ep-core:yd_Benoit_B | ||
| 934 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 935 | + rdfs:domain ep-core:Length ; | ||
| 936 | + rdfs:label "Benoit B Yard"^^xsd:string . | ||
| 937 | + | ||
| 938 | +ep-core:yd_Clarke | ||
| 939 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 940 | + rdfs:domain ep-core:Length ; | ||
| 941 | + rdfs:label "Clarke's Yard"^^xsd:string . | ||
| 942 | + | ||
| 943 | +ep-core:yd_Imperial | ||
| 944 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 945 | + rdfs:domain ep-core:Length ; | ||
| 946 | + rdfs:label "Imperial Yard"^^xsd:string . | ||
| 947 | + | ||
| 948 | +ep-core:yd_Indian | ||
| 949 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 950 | + rdfs:domain ep-core:Length ; | ||
| 951 | + rdfs:label "Indian Yard"^^xsd:string . | ||
| 952 | + | ||
| 953 | +ep-core:yd_Indian_1937 | ||
| 954 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 955 | + rdfs:domain ep-core:Length ; | ||
| 956 | + rdfs:label "Indian Yard (1937)"^^xsd:string . | ||
| 957 | + | ||
| 958 | +ep-core:yd_Indian_1962 | ||
| 959 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 960 | + rdfs:domain ep-core:Length ; | ||
| 961 | + rdfs:label "Indian Yard (1962)"^^xsd:string . | ||
| 962 | + | ||
| 963 | +ep-core:yd_Indian_1975 | ||
| 964 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 965 | + rdfs:domain ep-core:Length ; | ||
| 966 | + rdfs:label "Indian Yard (1975)"^^xsd:string . | ||
| 967 | + | ||
| 968 | +ep-core:yd_Sears | ||
| 969 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 970 | + rdfs:domain ep-core:Length ; | ||
| 971 | + rdfs:label "Sears Yard"^^xsd:string . | ||
| 972 | + | ||
| 722 | ep-prodcore:DensityAt0degC1atm | 973 | ep-prodcore:DensityAt0degC1atm |
| 723 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 974 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 724 | rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; | 975 | rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; |
| 725 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 976 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 726 | 977 | ||
| 727 | ep-prodcore:DensityAt15degC1atm | 978 | ep-prodcore:DensityAt15degC1atm |
| 728 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 979 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 729 | rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; | 980 | rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 730 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 981 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 731 | 982 | ||
| 732 | ep-prodcore:DensityAt60degF1atm | 983 | ep-prodcore:DensityAt60degF1atm |
| 733 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 984 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 734 | rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; | 985 | rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 735 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . | 986 | rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . |
| 736 | 987 | ||
| 737 | ep-prodcore:MeasureOfDensityOfMaterial | 988 | ep-prodcore:MeasureOfDensityOfMaterial |
| 738 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 989 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 739 | rdfs:label "measure of density of material"^^xsd:string ; | 990 | rdfs:label "measure of density of material"^^xsd:string ; |
| 740 | rdfs:subClassOf owl:Class . | 991 | rdfs:subClassOf owl:Class . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment