MonkeyChap

more units

...@@ -18,7 +18,7 @@ ep-core:Attenuation ...@@ -18,7 +18,7 @@ ep-core:Attenuation
18 rdfs:subClassOf ep-core:DimensionlessMeasure . 18 rdfs:subClassOf ep-core:DimensionlessMeasure .
19 19
20 ep-core:BulkModulus 20 ep-core:BulkModulus
21 - rdf:type ep-core:PropertySpace , rdfs:Class ; 21 + rdf:type rdfs:Class , ep-core:PropertySpace ;
22 rdfs:label "Shear Modulus"^^xsd:string ; 22 rdfs:label "Shear Modulus"^^xsd:string ;
23 rdfs:subClassOf ep-core:EnergyPerVolume . 23 rdfs:subClassOf ep-core:EnergyPerVolume .
24 24
...@@ -26,17 +26,17 @@ ep-core:Density ...@@ -26,17 +26,17 @@ ep-core:Density
26 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 26 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
27 27
28 ep-core:DimensionlessMeasure 28 ep-core:DimensionlessMeasure
29 - rdf:type ep-core:PropertySpace , rdfs:Class ; 29 + rdf:type rdfs:Class , ep-core:PropertySpace ;
30 rdfs:label "Dimensionless Measure"^^xsd:string ; 30 rdfs:label "Dimensionless Measure"^^xsd:string ;
31 rdfs:subClassOf owl:Class . 31 rdfs:subClassOf owl:Class .
32 32
33 ep-core:ElectromagneticEnergyDensity 33 ep-core:ElectromagneticEnergyDensity
34 - rdf:type rdfs:Class , ep-core:PropertySpace ; 34 + rdf:type ep-core:PropertySpace , rdfs:Class ;
35 rdfs:label "Electromagnetic Energy Density"^^xsd:string ; 35 rdfs:label "Electromagnetic Energy Density"^^xsd:string ;
36 rdfs:subClassOf ep-core:EnergyPerVolume . 36 rdfs:subClassOf ep-core:EnergyPerVolume .
37 37
38 ep-core:EnergyPerVolume 38 ep-core:EnergyPerVolume
39 - rdf:type ep-core:PropertySpace , rdfs:Class ; 39 + rdf:type rdfs:Class , ep-core:PropertySpace ;
40 rdfs:label "Energy Per Volume"^^xsd:string ; 40 rdfs:label "Energy Per Volume"^^xsd:string ;
41 rdfs:subClassOf owl:Class . 41 rdfs:subClassOf owl:Class .
42 42
...@@ -45,7 +45,7 @@ ep-core:Frequency ...@@ -45,7 +45,7 @@ ep-core:Frequency
45 rdfs:subClassOf owl:Class . 45 rdfs:subClassOf owl:Class .
46 46
47 ep-core:GP_cm-1 47 ep-core:GP_cm-1
48 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 48 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
49 rdfs:label "Gigapascals per centimetre"^^xsd:string . 49 rdfs:label "Gigapascals per centimetre"^^xsd:string .
50 50
51 ep-core:Illuminance 51 ep-core:Illuminance
...@@ -61,7 +61,7 @@ ep-core:LinearStrain ...@@ -61,7 +61,7 @@ ep-core:LinearStrain
61 rdfs:subClassOf ep-core:Strain . 61 rdfs:subClassOf ep-core:Strain .
62 62
63 ep-core:MagneticFieldStrength 63 ep-core:MagneticFieldStrength
64 - rdf:type rdfs:Class , ep-core:PropertySpace ; 64 + rdf:type ep-core:PropertySpace , rdfs:Class ;
65 rdfs:label "magnetic field strength"^^xsd:string ; 65 rdfs:label "magnetic field strength"^^xsd:string ;
66 rdfs:subClassOf owl:Class . 66 rdfs:subClassOf owl:Class .
67 67
...@@ -82,32 +82,32 @@ ep-core:MassPerLength ...@@ -82,32 +82,32 @@ ep-core:MassPerLength
82 rdfs:subClassOf owl:Class . 82 rdfs:subClassOf owl:Class .
83 83
84 ep-core:MeasureOfFlowOfMaterial 84 ep-core:MeasureOfFlowOfMaterial
85 - rdf:type ep-core:PropertySpace , rdfs:Class ; 85 + rdf:type rdfs:Class , ep-core:PropertySpace ;
86 rdfs:label "measure of flow of material"^^xsd:string ; 86 rdfs:label "measure of flow of material"^^xsd:string ;
87 rdfs:subClassOf owl:Class . 87 rdfs:subClassOf owl:Class .
88 88
89 ep-core:ModulusOfCompression 89 ep-core:ModulusOfCompression
90 - rdf:type ep-core:PropertySpace , rdfs:Class ; 90 + rdf:type rdfs:Class , ep-core:PropertySpace ;
91 rdfs:label "modulus of compression"^^xsd:string ; 91 rdfs:label "modulus of compression"^^xsd:string ;
92 rdfs:subClassOf ep-core:EnergyPerVolume . 92 rdfs:subClassOf ep-core:EnergyPerVolume .
93 93
94 ep-core:ModulusOfElasticity 94 ep-core:ModulusOfElasticity
95 - rdf:type ep-core:PropertySpace , rdfs:Class ; 95 + rdf:type rdfs:Class , ep-core:PropertySpace ;
96 rdfs:label "modulus of elasticity"^^xsd:string ; 96 rdfs:label "modulus of elasticity"^^xsd:string ;
97 rdfs:subClassOf ep-core:EnergyPerVolume . 97 rdfs:subClassOf ep-core:EnergyPerVolume .
98 98
99 ep-core:ModulusOfRigidity 99 ep-core:ModulusOfRigidity
100 - rdf:type ep-core:PropertySpace , rdfs:Class ; 100 + rdf:type rdfs:Class , ep-core:PropertySpace ;
101 rdfs:label "Modulus of Rigidity"^^xsd:string ; 101 rdfs:label "Modulus of Rigidity"^^xsd:string ;
102 rdfs:subClassOf ep-core:EnergyPerVolume . 102 rdfs:subClassOf ep-core:EnergyPerVolume .
103 103
104 ep-core:MomentOfForce 104 ep-core:MomentOfForce
105 - rdf:type ep-core:PropertySpace , rdfs:Class ; 105 + rdf:type rdfs:Class , ep-core:PropertySpace ;
106 rdfs:label "Moment of Force"^^xsd:string ; 106 rdfs:label "Moment of Force"^^xsd:string ;
107 rdfs:subClassOf owl:Class . 107 rdfs:subClassOf owl:Class .
108 108
109 ep-core:NormalStress 109 ep-core:NormalStress
110 - rdf:type ep-core:PropertySpace , rdfs:Class ; 110 + rdf:type rdfs:Class , ep-core:PropertySpace ;
111 rdfs:label "Normal Stress"^^xsd:string ; 111 rdfs:label "Normal Stress"^^xsd:string ;
112 rdfs:subClassOf ep-core:EnergyPerVolume . 112 rdfs:subClassOf ep-core:EnergyPerVolume .
113 113
...@@ -119,8 +119,13 @@ ep-core:PoissonRatio ...@@ -119,8 +119,13 @@ ep-core:PoissonRatio
119 rdf:type rdfs:Class ; 119 rdf:type rdfs:Class ;
120 rdfs:subClassOf ep-core:Ratio . 120 rdfs:subClassOf ep-core:Ratio .
121 121
122 -ep-core:RadiantEngergyDensity 122 +ep-core:Power
123 rdf:type ep-core:PropertySpace , rdfs:Class ; 123 rdf:type ep-core:PropertySpace , rdfs:Class ;
124 + rdfs:label "pressure"^^xsd:string ;
125 + rdfs:subClassOf owl:Class .
126 +
127 +ep-core:RadiantEngergyDensity
128 + rdf:type rdfs:Class , ep-core:PropertySpace ;
124 rdfs:label "Radiant Energy Density"^^xsd:string ; 129 rdfs:label "Radiant Energy Density"^^xsd:string ;
125 rdfs:subClassOf ep-core:EnergyPerVolume . 130 rdfs:subClassOf ep-core:EnergyPerVolume .
126 131
...@@ -128,7 +133,7 @@ ep-core:Ratio ...@@ -128,7 +133,7 @@ ep-core:Ratio
128 rdfs:subClassOf ep-core:DimensionlessMeasure . 133 rdfs:subClassOf ep-core:DimensionlessMeasure .
129 134
130 ep-core:ShearModulus 135 ep-core:ShearModulus
131 - rdf:type ep-core:PropertySpace , rdfs:Class ; 136 + rdf:type rdfs:Class , ep-core:PropertySpace ;
132 rdfs:label "Shear Modulus"^^xsd:string ; 137 rdfs:label "Shear Modulus"^^xsd:string ;
133 rdfs:subClassOf ep-core:EnergyPerVolume . 138 rdfs:subClassOf ep-core:EnergyPerVolume .
134 139
...@@ -137,7 +142,7 @@ ep-core:ShearStrain ...@@ -137,7 +142,7 @@ ep-core:ShearStrain
137 rdfs:subClassOf ep-core:Strain . 142 rdfs:subClassOf ep-core:Strain .
138 143
139 ep-core:ShearStress 144 ep-core:ShearStress
140 - rdf:type ep-core:PropertySpace , rdfs:Class ; 145 + rdf:type rdfs:Class , ep-core:PropertySpace ;
141 rdfs:label "Shear Stress"^^xsd:string ; 146 rdfs:label "Shear Stress"^^xsd:string ;
142 rdfs:subClassOf ep-core:EnergyPerVolume . 147 rdfs:subClassOf ep-core:EnergyPerVolume .
143 148
...@@ -146,17 +151,17 @@ ep-core:Strain ...@@ -146,17 +151,17 @@ ep-core:Strain
146 rdfs:subClassOf ep-core:DimensionlessMeasure . 151 rdfs:subClassOf ep-core:DimensionlessMeasure .
147 152
148 ep-core:VolumeFlowRateAt15degC1atm 153 ep-core:VolumeFlowRateAt15degC1atm
149 - rdf:type rdfs:Class , ep-core:PropertySpace ; 154 + rdf:type ep-core:PropertySpace , rdfs:Class ;
150 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; 155 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
151 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 156 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
152 157
153 ep-core:VolumeFlowRateAt1degC1atm 158 ep-core:VolumeFlowRateAt1degC1atm
154 - rdf:type rdfs:Class , ep-core:PropertySpace ; 159 + rdf:type ep-core:PropertySpace , rdfs:Class ;
155 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; 160 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
156 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 161 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
157 162
158 ep-core:VolumeFlowRateAt60degF1atm 163 ep-core:VolumeFlowRateAt60degF1atm
159 - rdf:type rdfs:Class , ep-core:PropertySpace ; 164 + rdf:type ep-core:PropertySpace , rdfs:Class ;
160 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; 165 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
161 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 166 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
162 167
...@@ -165,469 +170,505 @@ ep-core:VolumicConcentration ...@@ -165,469 +170,505 @@ ep-core:VolumicConcentration
165 rdfs:subClassOf ep-core:MassOrVolumicConcentration . 170 rdfs:subClassOf ep-core:MassOrVolumicConcentration .
166 171
167 ep-core:a_m-1 172 ep-core:a_m-1
168 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 173 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
169 rdfs:domain ep-core:MagneticFieldStrength ; 174 rdfs:domain ep-core:MagneticFieldStrength ;
170 rdfs:label "amperes per metre"^^xsd:string . 175 rdfs:label "amperes per metre"^^xsd:string .
171 176
172 ep-core:a_mm-1 177 ep-core:a_mm-1
173 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 178 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
174 rdfs:domain ep-core:MagneticFieldStrength ; 179 rdfs:domain ep-core:MagneticFieldStrength ;
175 rdfs:label "amperes per metre"^^xsd:string . 180 rdfs:label "amperes per metre"^^xsd:string .
176 181
177 ep-core:acre 182 ep-core:acre
178 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 183 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
179 rdfs:label "acres"^^xsd:string . 184 rdfs:label "acres"^^xsd:string .
180 185
181 ep-core:angstrom 186 ep-core:angstrom
182 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 187 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
183 rdfs:domain ep-core:Length ; 188 rdfs:domain ep-core:Length ;
184 rdfs:label "Angstrom"^^xsd:string . 189 rdfs:label "Angstrom"^^xsd:string .
185 190
186 ep-core:apiDensity 191 ep-core:apiDensity
187 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 192 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
188 rdfs:label "API Density"^^xsd:string . 193 rdfs:label "API Density"^^xsd:string .
189 194
195 +ep-core:at
196 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
197 + rdfs:domain ep-core:Pressure ;
198 + rdfs:label "atmosphere (technical)"^^xsd:string .
199 +
190 ep-core:atm_100m-1 200 ep-core:atm_100m-1
191 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 201 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
192 rdfs:label "atmospheres per 100 metres"^^xsd:string . 202 rdfs:label "atmospheres per 100 metres"^^xsd:string .
193 203
194 ep-core:atm_ft-1 204 ep-core:atm_ft-1
195 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 205 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
196 rdfs:label "atmospheres per foot"^^xsd:string . 206 rdfs:label "atmospheres per foot"^^xsd:string .
197 207
198 ep-core:atm_m-1 208 ep-core:atm_m-1
199 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 209 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
200 rdfs:label "atmospheres per metre"^^xsd:string . 210 rdfs:label "atmospheres per metre"^^xsd:string .
201 211
202 ep-core:atmosphere 212 ep-core:atmosphere
203 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 213 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
204 rdfs:domain ep-core:Pressure ; 214 rdfs:domain ep-core:Pressure ;
205 rdfs:label "atmosphere"^^xsd:string . 215 rdfs:label "atmosphere"^^xsd:string .
206 216
207 ep-core:attogram 217 ep-core:attogram
208 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 218 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
209 rdfs:domain ep-core:Mass ; 219 rdfs:domain ep-core:Mass ;
210 rdfs:label "attogram"^^xsd:string . 220 rdfs:label "attogram"^^xsd:string .
211 221
212 ep-core:bar_km-1 222 ep-core:bar_km-1
213 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 223 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
214 rdfs:label "bar per kilometre"^^xsd:string . 224 rdfs:label "bar per kilometre"^^xsd:string .
215 225
216 ep-core:bar_m-1 226 ep-core:bar_m-1
217 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 227 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
218 rdfs:label "bar per metre"^^xsd:string . 228 rdfs:label "bar per metre"^^xsd:string .
219 229
220 ep-core:barn 230 ep-core:barn
221 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 231 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
222 rdfs:label "barn (area)"^^xsd:string . 232 rdfs:label "barn (area)"^^xsd:string .
223 233
224 ep-core:barrel_day-1 234 ep-core:barrel_day-1
225 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 235 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
226 rdfs:domain ep-core:VolumetricFlowRate ; 236 rdfs:domain ep-core:VolumetricFlowRate ;
227 rdfs:label "barrel day-1"^^xsd:string . 237 rdfs:label "barrel day-1"^^xsd:string .
228 238
229 ep-core:btu_bbl-1 239 ep-core:btu_bbl-1
230 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 240 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
231 rdfs:domain ep-core:EnergyPerVolume ; 241 rdfs:domain ep-core:EnergyPerVolume ;
232 rdfs:label "British thermal units per barrel"^^xsd:string . 242 rdfs:label "British thermal units per barrel"^^xsd:string .
233 243
234 ep-core:btu_ft-3 244 ep-core:btu_ft-3
235 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 245 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
236 rdfs:domain ep-core:EnergyPerVolume ; 246 rdfs:domain ep-core:EnergyPerVolume ;
237 rdfs:label "British thermal units per cubic foot"^^xsd:string . 247 rdfs:label "British thermal units per cubic foot"^^xsd:string .
238 248
239 ep-core:btu_gallon_UK 249 ep-core:btu_gallon_UK
240 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 250 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
241 rdfs:domain ep-core:EnergyPerVolume ; 251 rdfs:domain ep-core:EnergyPerVolume ;
242 rdfs:label "British thermal units per UK gallon"^^xsd:string . 252 rdfs:label "British thermal units per UK gallon"^^xsd:string .
243 253
244 ep-core:btu_gallon_US 254 ep-core:btu_gallon_US
245 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 255 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
246 rdfs:domain ep-core:EnergyPerVolume ; 256 rdfs:domain ep-core:EnergyPerVolume ;
247 rdfs:label "British thermal units per US gallon"^^xsd:string . 257 rdfs:label "British thermal units per US gallon"^^xsd:string .
248 258
249 ep-core:cal_cm-3 259 ep-core:cal_cm-3
250 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 260 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
251 rdfs:domain ep-core:EnergyPerVolume ; 261 rdfs:domain ep-core:EnergyPerVolume ;
252 rdfs:label "calories per cubic centimetre"^^xsd:string . 262 rdfs:label "calories per cubic centimetre"^^xsd:string .
253 263
254 ep-core:cal_ml-1 264 ep-core:cal_ml-1
255 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 265 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
256 rdfs:domain ep-core:EnergyPerVolume ; 266 rdfs:domain ep-core:EnergyPerVolume ;
257 rdfs:label "calories per millilitre"^^xsd:string . 267 rdfs:label "calories per millilitre"^^xsd:string .
258 268
259 ep-core:cal_mm-3 269 ep-core:cal_mm-3
260 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 270 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
261 rdfs:domain ep-core:EnergyPerVolume ; 271 rdfs:domain ep-core:EnergyPerVolume ;
262 rdfs:label "calories per cubic millimetre"^^xsd:string . 272 rdfs:label "calories per cubic millimetre"^^xsd:string .
263 273
264 ep-core:carat 274 ep-core:carat
265 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 275 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
266 rdfs:domain ep-core:Mass ; 276 rdfs:domain ep-core:Mass ;
267 rdfs:label "carat"^^xsd:string . 277 rdfs:label "carat"^^xsd:string .
268 278
269 ep-core:ccgr 279 ep-core:ccgr
270 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 280 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
271 rdfs:domain ep-core:PlaneAngle ; 281 rdfs:domain ep-core:PlaneAngle ;
272 rdfs:label "centisimal second"^^xsd:string . 282 rdfs:label "centisimal second"^^xsd:string .
273 283
274 ep-core:centiEuclid 284 ep-core:centiEuclid
275 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 285 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
276 rdfs:domain ep-core:DimensionlessMeasure ; 286 rdfs:domain ep-core:DimensionlessMeasure ;
277 rdfs:label "CentiEuclid"^^xsd:string . 287 rdfs:label "CentiEuclid"^^xsd:string .
278 288
279 ep-core:centimetre 289 ep-core:centimetre
280 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 290 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
281 rdfs:domain ep-core:Length ; 291 rdfs:domain ep-core:Length ;
282 rdfs:label "centimetre"^^xsd:string . 292 rdfs:label "centimetre"^^xsd:string .
283 293
284 ep-core:cgr 294 ep-core:cgr
285 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 295 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
286 rdfs:domain ep-core:PlaneAngle ; 296 rdfs:domain ep-core:PlaneAngle ;
287 rdfs:label "centisimal minute"^^xsd:string . 297 rdfs:label "centisimal minute"^^xsd:string .
288 298
299 +ep-core:ch
300 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
301 + rdfs:comment "No definition available - nearest I can find is French horsepower (cheveau)."^^xsd:string ;
302 + rdfs:domain ep-core:Power ;
303 + rdfs:label "ch"^^xsd:string .
304 +
289 ep-core:chain_Benoit_A 305 ep-core:chain_Benoit_A
290 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 306 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
291 rdfs:domain ep-core:Length ; 307 rdfs:domain ep-core:Length ;
292 rdfs:label "Benoit Chain A"^^xsd:string . 308 rdfs:label "Benoit Chain A"^^xsd:string .
293 309
294 ep-core:chain_Benoit_B 310 ep-core:chain_Benoit_B
295 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 311 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
296 rdfs:domain ep-core:Length ; 312 rdfs:domain ep-core:Length ;
297 rdfs:label "Benoit Chain B"^^xsd:string . 313 rdfs:label "Benoit Chain B"^^xsd:string .
298 314
299 ep-core:chain_Clarke 315 ep-core:chain_Clarke
300 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 316 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
301 rdfs:domain ep-core:Length ; 317 rdfs:domain ep-core:Length ;
302 rdfs:label "Clarke's Chain"^^xsd:string . 318 rdfs:label "Clarke's Chain"^^xsd:string .
303 319
304 ep-core:chain_Sears 320 ep-core:chain_Sears
305 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 321 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
306 rdfs:domain ep-core:Length ; 322 rdfs:domain ep-core:Length ;
307 rdfs:label "Sears Chain"^^xsd:string . 323 rdfs:label "Sears Chain"^^xsd:string .
308 324
309 ep-core:chain_US 325 ep-core:chain_US
310 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 326 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
311 rdfs:domain ep-core:Length ; 327 rdfs:domain ep-core:Length ;
312 rdfs:label "US Survey Chain"^^xsd:string . 328 rdfs:label "US Survey Chain"^^xsd:string .
313 329
314 ep-core:cm2 330 ep-core:cm2
315 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 331 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
316 rdfs:label "square centimetres"^^xsd:string . 332 rdfs:label "square centimetres"^^xsd:string .
317 333
334 +ep-core:cmH20at4degC
335 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
336 + rdfs:domain ep-core:Pressure ;
337 + rdfs:label "cm H20 at 4 deg C"^^xsd:string .
338 +
318 ep-core:cm_s-2 339 ep-core:cm_s-2
319 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 340 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
320 rdfs:label "centimetres per second squared"^^xsd:string . 341 rdfs:label "centimetres per second squared"^^xsd:string .
321 342
322 ep-core:count 343 ep-core:count
323 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 344 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
324 rdfs:label "count"^^xsd:string . 345 rdfs:label "count"^^xsd:string .
325 346
326 ep-core:cwt_UK 347 ep-core:cwt_UK
327 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 348 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
328 rdfs:domain ep-core:Mass ; 349 rdfs:domain ep-core:Mass ;
329 rdfs:label "UK Hundredweight"^^xsd:string . 350 rdfs:label "UK Hundredweight"^^xsd:string .
330 351
331 ep-core:cwt_US 352 ep-core:cwt_US
332 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 353 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
333 rdfs:domain ep-core:Mass ; 354 rdfs:domain ep-core:Mass ;
334 rdfs:label "US Hundredweight"^^xsd:string . 355 rdfs:label "US Hundredweight"^^xsd:string .
335 356
336 ep-core:cycle 357 ep-core:cycle
337 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 358 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
338 rdfs:domain ep-core:PlaneAngle ; 359 rdfs:domain ep-core:PlaneAngle ;
339 rdfs:label "cycle"^^xsd:string . 360 rdfs:label "cycle"^^xsd:string .
340 361
341 ep-core:cycle_s-1 362 ep-core:cycle_s-1
342 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 363 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
343 rdfs:domain ep-core:Frequency ; 364 rdfs:domain ep-core:Frequency ;
344 rdfs:label "Cycles per second"^^xsd:string . 365 rdfs:label "Cycles per second"^^xsd:string .
345 366
346 ep-core:decanewton_m-T 367 ep-core:decanewton_m-T
347 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 368 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
348 rdfs:domain ep-core:MomentOfForce ; 369 rdfs:domain ep-core:MomentOfForce ;
349 rdfs:label "Decanewton Metre Torque"^^xsd:string . 370 rdfs:label "Decanewton Metre Torque"^^xsd:string .
350 371
351 ep-core:decimetre 372 ep-core:decimetre
352 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 373 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
353 rdfs:domain ep-core:Length ; 374 rdfs:domain ep-core:Length ;
354 rdfs:label "Decimetre"^^xsd:string . 375 rdfs:label "Decimetre"^^xsd:string .
355 376
356 ep-core:decinewton_m-T 377 ep-core:decinewton_m-T
357 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 378 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
358 rdfs:domain ep-core:MomentOfForce ; 379 rdfs:domain ep-core:MomentOfForce ;
359 rdfs:label "Decinewton Metre Torque"^^xsd:string . 380 rdfs:label "Decinewton Metre Torque"^^xsd:string .
360 381
361 ep-core:dega 382 ep-core:dega
362 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 383 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
363 rdfs:domain ep-core:PlaneAngle ; 384 rdfs:domain ep-core:PlaneAngle ;
364 rdfs:label "degree of an angle"^^xsd:string . 385 rdfs:label "degree of an angle"^^xsd:string .
365 386
366 ep-core:degreesOfAngle_100ft-1 387 ep-core:degreesOfAngle_100ft-1
367 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 388 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
368 rdfs:label "degrees of angle per 100ft"^^xsd:string . 389 rdfs:label "degrees of angle per 100ft"^^xsd:string .
369 390
370 ep-core:degreesOfAngle_30ft-1 391 ep-core:degreesOfAngle_30ft-1
371 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 392 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
372 rdfs:label "degrees of angle per 30ft"^^xsd:string . 393 rdfs:label "degrees of angle per 30ft"^^xsd:string .
373 394
374 ep-core:degreesOfAngle_30m-1 395 ep-core:degreesOfAngle_30m-1
375 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 396 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
376 rdfs:label "degrees of angle per 30m"^^xsd:string . 397 rdfs:label "degrees of angle per 30m"^^xsd:string .
377 398
378 ep-core:degreesOfAngle_ft-1 399 ep-core:degreesOfAngle_ft-1
379 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 400 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
380 rdfs:label "degrees of angle per ft"^^xsd:string . 401 rdfs:label "degrees of angle per ft"^^xsd:string .
381 402
382 ep-core:degreesOfAngle_hr-1 403 ep-core:degreesOfAngle_hr-1
383 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 404 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
384 rdfs:label "degrees of angle per hour"^^xsd:string . 405 rdfs:label "degrees of angle per hour"^^xsd:string .
385 406
386 ep-core:degreesOfAngle_m-1 407 ep-core:degreesOfAngle_m-1
387 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 408 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
388 rdfs:label "degrees of angle per m"^^xsd:string . 409 rdfs:label "degrees of angle per m"^^xsd:string .
389 410
390 ep-core:degreesOfAngle_min-1 411 ep-core:degreesOfAngle_min-1
391 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 412 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
392 rdfs:label "degrees of angle per minute"^^xsd:string . 413 rdfs:label "degrees of angle per minute"^^xsd:string .
393 414
394 ep-core:degreesOfAngle_s-1 415 ep-core:degreesOfAngle_s-1
395 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 416 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
396 rdfs:label "degrees of angle per second"^^xsd:string . 417 rdfs:label "degrees of angle per second"^^xsd:string .
397 418
398 ep-core:dyne 419 ep-core:dyne
399 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 420 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
400 rdfs:label "Dyne"^^xsd:string . 421 rdfs:label "Dyne"^^xsd:string .
401 422
423 +ep-core:dyne_cm-2
424 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
425 + rdfs:domain ep-core:Pressure ;
426 + rdfs:label "dynes per square centimetre"^^xsd:string .
427 +
428 +ep-core:ehp
429 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
430 + rdfs:domain ep-core:Power ;
431 + rdfs:label "electric horsepower"^^xsd:string .
432 +
402 ep-core:erg_cm-2 433 ep-core:erg_cm-2
403 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 434 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
404 rdfs:label "ergs per square centimetre"^^xsd:string . 435 rdfs:label "ergs per square centimetre"^^xsd:string .
405 436
406 ep-core:erg_cm-3 437 ep-core:erg_cm-3
407 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 438 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
408 rdfs:domain ep-core:EnergyPerVolume ; 439 rdfs:domain ep-core:EnergyPerVolume ;
409 rdfs:label "ergs per cubic centimetre"^^xsd:string . 440 rdfs:label "ergs per cubic centimetre"^^xsd:string .
410 441
411 ep-core:erg_m-3 442 ep-core:erg_m-3
412 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 443 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
413 rdfs:domain ep-core:EnergyPerVolume ; 444 rdfs:domain ep-core:EnergyPerVolume ;
414 rdfs:label "ergs per cubic metre"^^xsd:string . 445 rdfs:label "ergs per cubic metre"^^xsd:string .
415 446
416 ep-core:euclid 447 ep-core:euclid
417 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 448 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
418 rdfs:domain ep-core:DimensionlessMeasure ; 449 rdfs:domain ep-core:DimensionlessMeasure ;
419 rdfs:label "Euclid"^^xsd:string . 450 rdfs:label "Euclid"^^xsd:string .
420 451
421 ep-core:fahrenheit 452 ep-core:fahrenheit
422 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 453 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
423 rdfs:domain ep-core:Temperature ; 454 rdfs:domain ep-core:Temperature ;
424 rdfs:label "fahrenheit"^^xsd:string . 455 rdfs:label "fahrenheit"^^xsd:string .
425 456
426 ep-core:fathom 457 ep-core:fathom
427 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 458 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
428 rdfs:domain ep-core:Length ; 459 rdfs:domain ep-core:Length ;
429 rdfs:label "fathom"^^xsd:string . 460 rdfs:label "fathom"^^xsd:string .
430 461
431 ep-core:femtometre 462 ep-core:femtometre
432 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 463 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
433 rdfs:domain ep-core:Length ; 464 rdfs:domain ep-core:Length ;
434 rdfs:label "femtometre"^^xsd:string . 465 rdfs:label "femtometre"^^xsd:string .
435 466
436 ep-core:footCandle 467 ep-core:footCandle
437 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 468 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
438 rdfs:domain ep-core:Illuminance ; 469 rdfs:domain ep-core:Illuminance ;
439 rdfs:label "foot candle"^^xsd:string . 470 rdfs:label "foot candle"^^xsd:string .
440 471
441 ep-core:foot_Benoit_A 472 ep-core:foot_Benoit_A
442 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 473 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
443 rdfs:domain ep-core:Length ; 474 rdfs:domain ep-core:Length ;
444 rdfs:label "Benoit A Foot"^^xsd:string . 475 rdfs:label "Benoit A Foot"^^xsd:string .
445 476
446 ep-core:foot_Benoit_B 477 ep-core:foot_Benoit_B
447 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 478 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
448 rdfs:domain ep-core:Length ; 479 rdfs:domain ep-core:Length ;
449 rdfs:label "Benoit B Foot"^^xsd:string . 480 rdfs:label "Benoit B Foot"^^xsd:string .
450 481
451 ep-core:foot_British_1865 482 ep-core:foot_British_1865
452 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 483 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
453 rdfs:domain ep-core:Length ; 484 rdfs:domain ep-core:Length ;
454 rdfs:label "British Foot (1865)"^^xsd:string . 485 rdfs:label "British Foot (1865)"^^xsd:string .
455 486
456 ep-core:foot_Clarke 487 ep-core:foot_Clarke
457 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 488 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
458 rdfs:domain ep-core:Length ; 489 rdfs:domain ep-core:Length ;
459 rdfs:label "Clarke Foot"^^xsd:string . 490 rdfs:label "Clarke Foot"^^xsd:string .
460 491
461 ep-core:foot_Gold_Coast 492 ep-core:foot_Gold_Coast
462 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 493 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
463 rdfs:domain ep-core:Length ; 494 rdfs:domain ep-core:Length ;
464 rdfs:label "Gold Coast Foot"^^xsd:string . 495 rdfs:label "Gold Coast Foot"^^xsd:string .
465 496
466 ep-core:foot_Indian 497 ep-core:foot_Indian
467 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 498 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
468 rdfs:domain ep-core:Length ; 499 rdfs:domain ep-core:Length ;
469 rdfs:label "Indian Foot"^^xsd:string . 500 rdfs:label "Indian Foot"^^xsd:string .
470 501
471 ep-core:foot_Indian_1937 502 ep-core:foot_Indian_1937
472 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 503 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
473 rdfs:domain ep-core:Length ; 504 rdfs:domain ep-core:Length ;
474 rdfs:label "Indian Foot (1937)"^^xsd:string . 505 rdfs:label "Indian Foot (1937)"^^xsd:string .
475 506
476 ep-core:foot_Indian_1962 507 ep-core:foot_Indian_1962
477 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 508 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
478 rdfs:domain ep-core:Length ; 509 rdfs:domain ep-core:Length ;
479 rdfs:label "Indian Foot (1962)"^^xsd:string . 510 rdfs:label "Indian Foot (1962)"^^xsd:string .
480 511
481 ep-core:foot_Indian_1975 512 ep-core:foot_Indian_1975
482 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 513 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
483 rdfs:domain ep-core:Length ; 514 rdfs:domain ep-core:Length ;
484 rdfs:label "Indian Foot (1975)"^^xsd:string . 515 rdfs:label "Indian Foot (1975)"^^xsd:string .
485 516
486 ep-core:foot_Modified_American 517 ep-core:foot_Modified_American
487 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 518 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
488 rdfs:domain ep-core:Length ; 519 rdfs:domain ep-core:Length ;
489 rdfs:label "Modified American Foot"^^xsd:string . 520 rdfs:label "Modified American Foot"^^xsd:string .
490 521
491 ep-core:foot_Sears 522 ep-core:foot_Sears
492 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 523 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
493 rdfs:domain ep-core:Length ; 524 rdfs:domain ep-core:Length ;
494 rdfs:label "Sears Foot"^^xsd:string . 525 rdfs:label "Sears Foot"^^xsd:string .
495 526
496 ep-core:foot_US_Survey 527 ep-core:foot_US_Survey
497 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 528 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
498 rdfs:domain ep-core:Length ; 529 rdfs:domain ep-core:Length ;
499 rdfs:label "US Survey Foot"^^xsd:string . 530 rdfs:label "US Survey Foot"^^xsd:string .
500 531
501 ep-core:foot_s-2 532 ep-core:foot_s-2
502 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 533 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
503 rdfs:label "feet per second squared"^^xsd:string . 534 rdfs:label "feet per second squared"^^xsd:string .
504 535
505 ep-core:ft2 536 ep-core:ft2
506 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 537 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
507 rdfs:label "square feet"^^xsd:string . 538 rdfs:label "square feet"^^xsd:string .
508 539
509 ep-core:ft_100ft-1 540 ep-core:ft_100ft-1
510 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 541 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
511 rdfs:domain ep-core:LengthPerLength ; 542 rdfs:domain ep-core:LengthPerLength ;
512 rdfs:label "feet per 100ft"^^xsd:string . 543 rdfs:label "feet per 100ft"^^xsd:string .
513 544
514 ep-core:ft_ft-1 545 ep-core:ft_ft-1
515 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 546 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
516 rdfs:domain ep-core:LengthPerLength ; 547 rdfs:domain ep-core:LengthPerLength ;
517 rdfs:label "feet per foot"^^xsd:string . 548 rdfs:label "feet per foot"^^xsd:string .
518 549
519 ep-core:ft_in-1 550 ep-core:ft_in-1
520 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 551 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
521 rdfs:domain ep-core:LengthPerLength ; 552 rdfs:domain ep-core:LengthPerLength ;
522 rdfs:label "feet per inch"^^xsd:string . 553 rdfs:label "feet per inch"^^xsd:string .
523 554
524 ep-core:ft_lbf 555 ep-core:ft_lbf
525 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 556 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
526 rdfs:domain ep-core:MomentOfForce ; 557 rdfs:domain ep-core:MomentOfForce ;
527 rdfs:label "Foot Pound (force)"^^xsd:string . 558 rdfs:label "Foot Pound (force)"^^xsd:string .
528 559
529 ep-core:ft_lbf_bbl-1 560 ep-core:ft_lbf_bbl-1
530 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 561 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
531 rdfs:domain ep-core:EnergyPerVolume ; 562 rdfs:domain ep-core:EnergyPerVolume ;
532 rdfs:label "foot-pound (force) per barrel"^^xsd:string . 563 rdfs:label "foot-pound (force) per barrel"^^xsd:string .
533 564
534 ep-core:ft_lbf_usGallon-1 565 ep-core:ft_lbf_usGallon-1
535 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 566 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
536 rdfs:domain ep-core:EnergyPerVolume ; 567 rdfs:domain ep-core:EnergyPerVolume ;
537 rdfs:label "foot-pound (force) per US gallon"^^xsd:string . 568 rdfs:label "foot-pound (force) per US gallon"^^xsd:string .
538 569
539 ep-core:ft_m-1 570 ep-core:ft_m-1
540 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 571 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
541 rdfs:domain ep-core:LengthPerLength ; 572 rdfs:domain ep-core:LengthPerLength ;
542 rdfs:label "feet per metre"^^xsd:string . 573 rdfs:label "feet per metre"^^xsd:string .
543 574
544 ep-core:ft_mi-1 575 ep-core:ft_mi-1
545 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 576 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
546 rdfs:domain ep-core:LengthPerLength ; 577 rdfs:domain ep-core:LengthPerLength ;
547 rdfs:label "feet per mile"^^xsd:string . 578 rdfs:label "feet per mile"^^xsd:string .
548 579
549 ep-core:g_kg-1 580 ep-core:g_kg-1
550 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 581 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
551 rdfs:domain ep-core:MassConcentration ; 582 rdfs:domain ep-core:MassConcentration ;
552 rdfs:label "grams per kilogram"^^xsd:string . 583 rdfs:label "grams per kilogram"^^xsd:string .
553 584
554 ep-core:galileo 585 ep-core:galileo
555 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 586 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
556 rdfs:label "galileo"^^xsd:string . 587 rdfs:label "galileo"^^xsd:string .
557 588
558 ep-core:gamma 589 ep-core:gamma
559 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 590 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
560 rdfs:domain ep-core:MagneticFieldStrength ; 591 rdfs:domain ep-core:MagneticFieldStrength ;
561 rdfs:label "gamma"^^xsd:string . 592 rdfs:label "gamma"^^xsd:string .
562 593
563 ep-core:gf 594 ep-core:gf
564 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 595 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
565 rdfs:label "Gram (force)"^^xsd:string . 596 rdfs:label "Gram (force)"^^xsd:string .
566 597
567 ep-core:ghz 598 ep-core:ghz
568 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 599 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
569 rdfs:domain ep-core:Frequency ; 600 rdfs:domain ep-core:Frequency ;
570 rdfs:label "Gigahertz"^^xsd:string . 601 rdfs:label "Gigahertz"^^xsd:string .
571 602
572 -ep-core:gigaradian 603 +ep-core:gigaPa
573 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 604 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
605 + rdfs:domain ep-core:Pressure ;
606 + rdfs:label "GPa"^^xsd:string .
607 +
608 +ep-core:gigaradian
609 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
574 rdfs:domain ep-core:PlaneAngle ; 610 rdfs:domain ep-core:PlaneAngle ;
575 rdfs:label "gigaradians"^^xsd:string . 611 rdfs:label "gigaradians"^^xsd:string .
576 612
613 +ep-core:gigawatt
614 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
615 + rdfs:domain ep-core:Power ;
616 + rdfs:label "gigawatts"^^xsd:string .
617 +
577 ep-core:gn 618 ep-core:gn
578 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 619 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
579 rdfs:label "normal acceleration Gn"^^xsd:string . 620 rdfs:label "normal acceleration Gn"^^xsd:string .
580 621
581 ep-core:gon 622 ep-core:gon
582 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 623 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
583 rdfs:domain ep-core:PlaneAngle ; 624 rdfs:domain ep-core:PlaneAngle ;
584 rdfs:label "gons"^^xsd:string . 625 rdfs:label "gons"^^xsd:string .
585 626
586 ep-core:gr 627 ep-core:gr
587 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 628 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
588 rdfs:domain ep-core:PlaneAngle ; 629 rdfs:domain ep-core:PlaneAngle ;
589 rdfs:label "grad"^^xsd:string . 630 rdfs:label "grad"^^xsd:string .
590 631
591 ep-core:grain 632 ep-core:grain
592 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 633 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
593 rdfs:domain ep-core:Mass ; 634 rdfs:domain ep-core:Mass ;
594 rdfs:label "grain"^^xsd:string . 635 rdfs:label "grain"^^xsd:string .
595 636
596 ep-core:grain_100ft-3 637 ep-core:grain_100ft-3
597 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 638 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
598 rdfs:label "grain per 100ft3"^^xsd:string . 639 rdfs:label "grain per 100ft3"^^xsd:string .
599 640
600 ep-core:grain_ft-3_1 641 ep-core:grain_ft-3_1
601 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 642 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
602 rdfs:label "grain per ft3"^^xsd:string . 643 rdfs:label "grain per ft3"^^xsd:string .
603 644
604 ep-core:grain_usGallon-1 645 ep-core:grain_usGallon-1
605 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 646 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
606 rdfs:label "grain per US Gallon"^^xsd:string . 647 rdfs:label "grain per US Gallon"^^xsd:string .
607 648
608 ep-core:gram 649 ep-core:gram
609 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 650 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
610 rdfs:domain ep-core:Mass ; 651 rdfs:domain ep-core:Mass ;
611 rdfs:label "gram"^^xsd:string . 652 rdfs:label "gram"^^xsd:string .
612 653
613 ep-core:gram_dm-3 654 ep-core:gram_dm-3
614 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 655 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
615 rdfs:label "gram dm-3"^^xsd:string . 656 rdfs:label "gram dm-3"^^xsd:string .
616 657
617 ep-core:gram_l-1 658 ep-core:gram_l-1
618 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 659 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
619 rdfs:label "grams per litre"^^xsd:string . 660 rdfs:label "grams per litre"^^xsd:string .
620 661
621 ep-core:gram_m-3 662 ep-core:gram_m-3
622 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 663 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
623 rdfs:label "gram m-3"^^xsd:string . 664 rdfs:label "gram m-3"^^xsd:string .
624 665
625 ep-core:gram_ukGallon-1 666 ep-core:gram_ukGallon-1
626 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 667 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
627 rdfs:label "grams per UK Gallon"^^xsd:string . 668 rdfs:label "grams per UK Gallon"^^xsd:string .
628 669
629 ep-core:gram_usGallon-1 670 ep-core:gram_usGallon-1
630 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 671 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
631 rdfs:label "grams per US Gallon"^^xsd:string . 672 rdfs:label "grams per US Gallon"^^xsd:string .
632 673
633 ep-core:hasSetOfAllPartsOfType 674 ep-core:hasSetOfAllPartsOfType
...@@ -636,653 +677,808 @@ ep-core:hasSetOfAllPartsOfType ...@@ -636,653 +677,808 @@ ep-core:hasSetOfAllPartsOfType
636 rdfs:label "basis for"^^xsd:string . 677 rdfs:label "basis for"^^xsd:string .
637 678
638 ep-core:hectare 679 ep-core:hectare
639 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 680 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
640 rdfs:label "hectares"^^xsd:string . 681 rdfs:label "hectares"^^xsd:string .
641 682
642 -ep-core:hp_hr_bbl-1 683 +ep-core:hectobar
684 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
685 + rdfs:domain ep-core:Pressure ;
686 + rdfs:label "hectobar"^^xsd:string .
687 +
688 +ep-core:hhp
689 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
690 + rdfs:domain ep-core:Power ;
691 + rdfs:label "hydraulic horsepower"^^xsd:string .
692 +
693 +ep-core:hp
643 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 694 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
695 + rdfs:domain ep-core:Power ;
696 + rdfs:label "horsepower"^^xsd:string .
697 +
698 +ep-core:hp_hr_bbl-1
699 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
644 rdfs:domain ep-core:EnergyPerVolume ; 700 rdfs:domain ep-core:EnergyPerVolume ;
645 rdfs:label "horsepower hours per barrel"^^xsd:string . 701 rdfs:label "horsepower hours per barrel"^^xsd:string .
646 702
647 ep-core:hz 703 ep-core:hz
648 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 704 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
649 rdfs:domain ep-core:Frequency ; 705 rdfs:domain ep-core:Frequency ;
650 rdfs:label "Hertz"^^xsd:string . 706 rdfs:label "Hertz"^^xsd:string .
651 707
652 ep-core:in2 708 ep-core:in2
653 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 709 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
654 rdfs:label "square inches"^^xsd:string . 710 rdfs:label "square inches"^^xsd:string .
655 711
656 ep-core:in2_ft-2 712 ep-core:in2_ft-2
657 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 713 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
658 rdfs:label "square inches per square foot"^^xsd:string . 714 rdfs:label "square inches per square foot"^^xsd:string .
659 715
660 ep-core:in2_in-2 716 ep-core:in2_in-2
661 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 717 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
662 rdfs:label "square inches per square inch"^^xsd:string . 718 rdfs:label "square inches per square inch"^^xsd:string .
663 719
720 +<http://www.reportinghub.no/ep/schema/core#inH20at39.2F>
721 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
722 + rdfs:domain ep-core:Pressure ;
723 + rdfs:label "inches of H20 at 39.2 deg F"^^xsd:string .
724 +
725 +ep-core:inH20at60F
726 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
727 + rdfs:domain ep-core:Pressure ;
728 + rdfs:label "inches of H20 at 60 deg F"^^xsd:string .
729 +
730 +ep-core:inHGat32F
731 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
732 + rdfs:domain ep-core:Pressure ;
733 + rdfs:label "inches of mercury at 32 deg F"^^xsd:string .
734 +
735 +ep-core:inHGat60F
736 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
737 + rdfs:domain ep-core:Pressure ;
738 + rdfs:label "inches of mercury at 60 deg F"^^xsd:string .
739 +
664 ep-core:inch_64 740 ep-core:inch_64
665 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 741 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
666 rdfs:domain ep-core:Length ; 742 rdfs:domain ep-core:Length ;
667 rdfs:label "inch/64"^^xsd:string . 743 rdfs:label "inch/64"^^xsd:string .
668 744
669 ep-core:j_cm-2 745 ep-core:j_cm-2
670 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 746 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
671 rdfs:label "joules per square centimetre"^^xsd:string . 747 rdfs:label "joules per square centimetre"^^xsd:string .
672 748
673 ep-core:j_dm-3 749 ep-core:j_dm-3
674 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 750 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
675 rdfs:domain ep-core:EnergyPerVolume ; 751 rdfs:domain ep-core:EnergyPerVolume ;
676 rdfs:label "joules per cubic decimetre"^^xsd:string . 752 rdfs:label "joules per cubic decimetre"^^xsd:string .
677 753
678 ep-core:j_m-2 754 ep-core:j_m-2
679 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 755 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
680 rdfs:label "joules per square metre"^^xsd:string . 756 rdfs:label "joules per square metre"^^xsd:string .
681 757
682 ep-core:j_m-3 758 ep-core:j_m-3
683 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 759 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
684 rdfs:domain ep-core:EnergyPerVolume ; 760 rdfs:domain ep-core:EnergyPerVolume ;
685 rdfs:label "joules per cubic metre"^^xsd:string . 761 rdfs:label "joules per cubic metre"^^xsd:string .
686 762
687 ep-core:joule 763 ep-core:joule
688 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 764 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
689 rdfs:domain ep-core:MomentOfForce ; 765 rdfs:domain ep-core:MomentOfForce ;
690 rdfs:label "joules"^^xsd:string . 766 rdfs:label "joules"^^xsd:string .
691 767
692 ep-core:kCal_cm-3 768 ep-core:kCal_cm-3
693 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 769 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
694 rdfs:domain ep-core:EnergyPerVolume ; 770 rdfs:domain ep-core:EnergyPerVolume ;
695 rdfs:label "kilocalories per cubic centimetre"^^xsd:string . 771 rdfs:label "kilocalories per cubic centimetre"^^xsd:string .
696 772
773 +ep-core:kCal_h-1
774 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
775 + rdfs:domain ep-core:Power ;
776 + rdfs:label "Kilocalories per hour"^^xsd:string .
777 +
697 ep-core:kCal_m-3 778 ep-core:kCal_m-3
698 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 779 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
699 rdfs:domain ep-core:EnergyPerVolume ; 780 rdfs:domain ep-core:EnergyPerVolume ;
700 rdfs:label "kilocalories per cubic metre"^^xsd:string . 781 rdfs:label "kilocalories per cubic metre"^^xsd:string .
701 782
702 -ep-core:kft_lbf 783 +ep-core:kN_m-2
784 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
785 + rdfs:domain ep-core:Pressure ;
786 + rdfs:label "kilonewtons per square metre"^^xsd:string .
787 +
788 +ep-core:kPa
703 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 789 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
790 + rdfs:domain ep-core:Pressure ;
791 + rdfs:label "kilopascals"^^xsd:string .
792 +
793 +ep-core:kft_lbf
794 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
704 rdfs:domain ep-core:MomentOfForce ; 795 rdfs:domain ep-core:MomentOfForce ;
705 rdfs:label "1000 Foot Pound (force)"^^xsd:string . 796 rdfs:label "1000 Foot Pound (force)"^^xsd:string .
706 797
707 ep-core:kg_kg-1 798 ep-core:kg_kg-1
708 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 799 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
709 rdfs:domain ep-core:MassConcentration ; 800 rdfs:domain ep-core:MassConcentration ;
710 rdfs:label "kilograms per kilogram"^^xsd:string . 801 rdfs:label "kilograms per kilogram"^^xsd:string .
711 802
712 ep-core:kg_m-1 803 ep-core:kg_m-1
713 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 804 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
714 rdfs:domain ep-core:MassPerLength ; 805 rdfs:domain ep-core:MassPerLength ;
715 rdfs:label "kilograms per metre"^^xsd:string . 806 rdfs:label "kilograms per metre"^^xsd:string .
716 807
717 ep-core:kg_m_cm-2 808 ep-core:kg_m_cm-2
718 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 809 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
719 rdfs:domain ep-core:MassPerLength ; 810 rdfs:domain ep-core:MassPerLength ;
720 rdfs:label "Kilogram metres per cm2"^^xsd:string . 811 rdfs:label "Kilogram metres per cm2"^^xsd:string .
721 812
722 ep-core:kg_sack94-1 813 ep-core:kg_sack94-1
723 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 814 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
724 rdfs:domain ep-core:MassConcentration ; 815 rdfs:domain ep-core:MassConcentration ;
725 rdfs:label "kilograms per 94lb sack"^^xsd:string . 816 rdfs:label "kilograms per 94lb sack"^^xsd:string .
726 817
727 ep-core:kgf 818 ep-core:kgf
728 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 819 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
729 rdfs:label "kg (force)"^^xsd:string . 820 rdfs:label "kg (force)"^^xsd:string .
730 821
731 -ep-core:kgf_m 822 +ep-core:kgf_cm-2
732 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 823 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
824 + rdfs:domain ep-core:Pressure ;
825 + rdfs:label "kilograms (force) per square centimetre"^^xsd:string .
826 +
827 +ep-core:kgf_m
828 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
733 rdfs:domain ep-core:MomentOfForce ; 829 rdfs:domain ep-core:MomentOfForce ;
734 rdfs:label "Kilogram (force) metre"^^xsd:string . 830 rdfs:label "Kilogram (force) metre"^^xsd:string .
735 831
736 ep-core:kgf_m_m-2 832 ep-core:kgf_m_m-2
737 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 833 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
738 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; 834 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ;
739 rdfs:label "kg (force) meter per square metre"^^xsd:string . 835 rdfs:label "kg (force) meter per square metre"^^xsd:string .
740 836
837 +ep-core:kgf_mm-2
838 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
839 + rdfs:domain ep-core:Pressure ;
840 + rdfs:label "kilograms (force) per square millimetre"^^xsd:string .
841 +
741 ep-core:khz 842 ep-core:khz
742 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 843 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
743 rdfs:domain ep-core:Frequency ; 844 rdfs:domain ep-core:Frequency ;
744 rdfs:label "Kilohertz"^^xsd:string . 845 rdfs:label "Kilohertz"^^xsd:string .
745 846
746 ep-core:kiloDyne 847 ep-core:kiloDyne
747 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 848 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
748 rdfs:label "Kilodyne"^^xsd:string . 849 rdfs:label "Kilodyne"^^xsd:string .
749 850
750 ep-core:kiloLux 851 ep-core:kiloLux
751 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 852 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
752 rdfs:domain ep-core:Illuminance ; 853 rdfs:domain ep-core:Illuminance ;
753 rdfs:label "kilolux"^^xsd:string . 854 rdfs:label "kilolux"^^xsd:string .
754 855
755 ep-core:kiloNewton 856 ep-core:kiloNewton
756 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 857 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
757 rdfs:label "Kilonewton"^^xsd:string . 858 rdfs:label "Kilonewton"^^xsd:string .
758 859
759 ep-core:kilogram 860 ep-core:kilogram
760 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 861 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
761 rdfs:domain ep-core:Mass ; 862 rdfs:domain ep-core:Mass ;
762 rdfs:label "kilogram"^^xsd:string . 863 rdfs:label "kilogram"^^xsd:string .
763 864
764 ep-core:kilogram_dm-3 865 ep-core:kilogram_dm-3
765 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 866 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
766 rdfs:label "kilogram dm-3"^^xsd:string . 867 rdfs:label "kilogram dm-3"^^xsd:string .
767 868
768 ep-core:kilogram_l-1 869 ep-core:kilogram_l-1
769 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 870 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
770 rdfs:label "kilogram per litre"^^xsd:string . 871 rdfs:label "kilogram per litre"^^xsd:string .
771 872
772 ep-core:kilogram_m-3 873 ep-core:kilogram_m-3
773 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 874 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
774 rdfs:label "kilogram m-3"^^xsd:string . 875 rdfs:label "kilogram m-3"^^xsd:string .
775 876
776 ep-core:kilometre 877 ep-core:kilometre
777 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 878 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
778 rdfs:domain ep-core:Length ; 879 rdfs:domain ep-core:Length ;
779 rdfs:label "Kilometre"^^xsd:string . 880 rdfs:label "Kilometre"^^xsd:string .
780 881
781 ep-core:kilonewton_m-T 882 ep-core:kilonewton_m-T
782 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 883 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
783 rdfs:domain ep-core:MomentOfForce ; 884 rdfs:domain ep-core:MomentOfForce ;
784 rdfs:label "Kilonewton Metre Torque"^^xsd:string . 885 rdfs:label "Kilonewton Metre Torque"^^xsd:string .
785 886
786 ep-core:kiloradian 887 ep-core:kiloradian
787 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 888 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
788 rdfs:domain ep-core:PlaneAngle ; 889 rdfs:domain ep-core:PlaneAngle ;
789 rdfs:label "kiloradians"^^xsd:string . 890 rdfs:label "kiloradians"^^xsd:string .
790 891
791 ep-core:kilovolt 892 ep-core:kilovolt
792 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 893 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
793 rdfs:label "kilovolt"^^xsd:string . 894 rdfs:label "kilovolt"^^xsd:string .
794 895
795 -ep-core:kj_dm-3 896 +ep-core:kilowatt
796 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 897 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
898 + rdfs:domain ep-core:Power ;
899 + rdfs:label "Kilowatts"^^xsd:string .
900 +
901 +ep-core:kj_dm-3
902 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
797 rdfs:domain ep-core:EnergyPerVolume ; 903 rdfs:domain ep-core:EnergyPerVolume ;
798 rdfs:label "kilojoules per cubic decimetre"^^xsd:string . 904 rdfs:label "kilojoules per cubic decimetre"^^xsd:string .
799 905
800 ep-core:kj_m-3 906 ep-core:kj_m-3
801 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 907 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
802 rdfs:domain ep-core:EnergyPerVolume ; 908 rdfs:domain ep-core:EnergyPerVolume ;
803 rdfs:label "kilojoules per cubic metre"^^xsd:string . 909 rdfs:label "kilojoules per cubic metre"^^xsd:string .
804 910
805 ep-core:klbf 911 ep-core:klbf
806 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 912 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
807 rdfs:label "kilopound (force)"^^xsd:string . 913 rdfs:label "kilopound (force)"^^xsd:string .
808 914
809 ep-core:klbm 915 ep-core:klbm
810 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 916 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
811 rdfs:domain ep-core:Mass ; 917 rdfs:domain ep-core:Mass ;
812 rdfs:label "Thousand pounds mass"^^xsd:string . 918 rdfs:label "Thousand pounds mass"^^xsd:string .
813 919
814 ep-core:klbm_in-1 920 ep-core:klbm_in-1
815 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 921 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
816 rdfs:domain ep-core:MassPerLength ; 922 rdfs:domain ep-core:MassPerLength ;
817 rdfs:label "thousand pounds (mass) per inch"^^xsd:string . 923 rdfs:label "thousand pounds (mass) per inch"^^xsd:string .
818 924
819 ep-core:km2 925 ep-core:km2
820 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 926 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
821 rdfs:label "square kilometres"^^xsd:string . 927 rdfs:label "square kilometres"^^xsd:string .
822 928
823 ep-core:km_cm-1 929 ep-core:km_cm-1
824 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 930 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
825 rdfs:domain ep-core:LengthPerLength ; 931 rdfs:domain ep-core:LengthPerLength ;
826 rdfs:label "kilometres per centimetre"^^xsd:string . 932 rdfs:label "kilometres per centimetre"^^xsd:string .
827 933
828 ep-core:kpa_100m-1 934 ep-core:kpa_100m-1
829 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 935 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
830 rdfs:label "Kilopascal per 100 metres"^^xsd:string . 936 rdfs:label "Kilopascal per 100 metres"^^xsd:string .
831 937
832 ep-core:kpa_m-1 938 ep-core:kpa_m-1
833 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 939 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
834 rdfs:label "Kilopascal per metre"^^xsd:string . 940 rdfs:label "Kilopascal per metre"^^xsd:string .
835 941
942 +ep-core:kpsi
943 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
944 + rdfs:domain ep-core:Pressure ;
945 + rdfs:label "thousand pounds per square inch"^^xsd:string .
946 +
836 ep-core:kw_h_dm-3 947 ep-core:kw_h_dm-3
837 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 948 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
838 rdfs:domain ep-core:EnergyPerVolume ; 949 rdfs:domain ep-core:EnergyPerVolume ;
839 rdfs:label "kilowatt hours per cubic decimetre"^^xsd:string . 950 rdfs:label "kilowatt hours per cubic decimetre"^^xsd:string .
840 951
841 ep-core:kw_h_m-3 952 ep-core:kw_h_m-3
842 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 953 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
843 rdfs:domain ep-core:EnergyPerVolume ; 954 rdfs:domain ep-core:EnergyPerVolume ;
844 rdfs:label "kilowatt hours per cubic metre"^^xsd:string . 955 rdfs:label "kilowatt hours per cubic metre"^^xsd:string .
845 956
846 ep-core:lbf 957 ep-core:lbf
847 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 958 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
848 rdfs:label "Pounds (force)"^^xsd:string . 959 rdfs:label "Pounds (force)"^^xsd:string .
849 960
850 -ep-core:lbf_ft 961 +ep-core:lbf_100ft-2
851 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 962 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
963 + rdfs:domain ep-core:Pressure ;
964 + rdfs:label "pounds (force) per 100ft square"^^xsd:string .
965 +
966 +ep-core:lbf_ft
967 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
852 rdfs:domain ep-core:MomentOfForce ; 968 rdfs:domain ep-core:MomentOfForce ;
853 rdfs:label "Pound (force) Foot"^^xsd:string . 969 rdfs:label "Pound (force) Foot"^^xsd:string .
854 970
855 -ep-core:lbf_ft-3 971 +ep-core:lbf_ft-2
856 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 972 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
973 + rdfs:domain ep-core:Pressure ;
974 + rdfs:label "pounds (force) per square foot"^^xsd:string .
975 +
976 +ep-core:lbf_ft-3
977 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
857 rdfs:label "pounds (force) per cubic foot"^^xsd:string . 978 rdfs:label "pounds (force) per cubic foot"^^xsd:string .
858 979
859 ep-core:lbf_ft_bbl-1 980 ep-core:lbf_ft_bbl-1
860 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 981 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
861 rdfs:domain ep-core:EnergyPerVolume ; 982 rdfs:domain ep-core:EnergyPerVolume ;
862 rdfs:label "pounds (force) foot per barrel"^^xsd:string . 983 rdfs:label "pounds (force) foot per barrel"^^xsd:string .
863 984
864 ep-core:lbf_ft_in-2 985 ep-core:lbf_ft_in-2
865 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 986 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
866 rdfs:label "pound foot per square inch"^^xsd:string . 987 rdfs:label "pound foot per square inch"^^xsd:string .
867 988
868 ep-core:lbf_in 989 ep-core:lbf_in
869 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 990 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
870 rdfs:domain ep-core:MomentOfForce ; 991 rdfs:domain ep-core:MomentOfForce ;
871 rdfs:label "Pound (force) Inch"^^xsd:string . 992 rdfs:label "Pound (force) Inch"^^xsd:string .
872 993
994 +ep-core:lbf_in-2
995 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
996 + rdfs:domain ep-core:Pressure ;
997 + rdfs:label "pounds (force) per square inch"^^xsd:string .
998 +
873 ep-core:lbf_usGal-1 999 ep-core:lbf_usGal-1
874 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1000 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
875 rdfs:label "pounds (force) per US Gallon"^^xsd:string . 1001 rdfs:label "pounds (force) per US Gallon"^^xsd:string .
876 1002
877 ep-core:lbm 1003 ep-core:lbm
878 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1004 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
879 rdfs:domain ep-core:Mass ; 1005 rdfs:domain ep-core:Mass ;
880 rdfs:label "pound (mass)"^^xsd:string . 1006 rdfs:label "pound (mass)"^^xsd:string .
881 1007
882 ep-core:lbm_1000bbl-1 1008 ep-core:lbm_1000bbl-1
883 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1009 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
884 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . 1010 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
885 1011
886 ep-core:lbm_1000ukGallon-1 1012 ep-core:lbm_1000ukGallon-1
887 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1013 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
888 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . 1014 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string .
889 1015
890 ep-core:lbm_1000usGallon-1 1016 ep-core:lbm_1000usGallon-1
891 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1017 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
892 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . 1018 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string .
893 1019
894 ep-core:lbm_10bbl-1 1020 ep-core:lbm_10bbl-1
895 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1021 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
896 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . 1022 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string .
897 1023
898 ep-core:lbm_bbl-1 1024 ep-core:lbm_bbl-1
899 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1025 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
900 rdfs:label "pounds (mass) per barrel"^^xsd:string . 1026 rdfs:label "pounds (mass) per barrel"^^xsd:string .
901 1027
902 ep-core:lbm_ft-1 1028 ep-core:lbm_ft-1
903 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1029 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
904 rdfs:domain ep-core:MassPerLength ; 1030 rdfs:domain ep-core:MassPerLength ;
905 rdfs:label "pounds (mass) per foot"^^xsd:string . 1031 rdfs:label "pounds (mass) per foot"^^xsd:string .
906 1032
907 ep-core:lbm_ft-3 1033 ep-core:lbm_ft-3
908 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1034 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
909 rdfs:label "pounds (mass) per cubic foot"^^xsd:string . 1035 rdfs:label "pounds (mass) per cubic foot"^^xsd:string .
910 1036
911 ep-core:lbm_ft2_s-2 1037 ep-core:lbm_ft2_s-2
912 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1038 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
913 rdfs:comment "Some of these units are just bizarre dimensional re-statements of other units."^^xsd:string ; 1039 rdfs:comment "Some of these units are just bizarre dimensional re-statements of other units."^^xsd:string ;
914 rdfs:domain ep-core:MomentOfForce ; 1040 rdfs:domain ep-core:MomentOfForce ;
915 rdfs:label "Pound (mass) square foot per second per second"^^xsd:string . 1041 rdfs:label "Pound (mass) square foot per second per second"^^xsd:string .
916 1042
1043 +ep-core:lbm_in-2
1044 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1045 + rdfs:domain ep-core:Pressure ;
1046 + rdfs:label "pounds per square inch"^^xsd:string .
1047 +
917 ep-core:lbm_in-3 1048 ep-core:lbm_in-3
918 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1049 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
919 rdfs:label "pounds (mass) per cubic inch"^^xsd:string . 1050 rdfs:label "pounds (mass) per cubic inch"^^xsd:string .
920 1051
921 ep-core:lbm_millibarrel-1 1052 ep-core:lbm_millibarrel-1
922 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1053 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
923 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . 1054 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string .
924 1055
925 ep-core:lbm_ukGallon-1 1056 ep-core:lbm_ukGallon-1
926 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1057 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
927 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . 1058 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string .
928 1059
929 ep-core:lbm_usGallon-1 1060 ep-core:lbm_usGallon-1
930 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1061 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
931 rdfs:label "pounds (mass) per US Gallon"^^xsd:string . 1062 rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
932 1063
933 ep-core:link_Benoit_A 1064 ep-core:link_Benoit_A
934 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1065 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
935 rdfs:domain ep-core:Length ; 1066 rdfs:domain ep-core:Length ;
936 rdfs:label "Benoit Link A"^^xsd:string . 1067 rdfs:label "Benoit Link A"^^xsd:string .
937 1068
938 ep-core:link_Benoit_B 1069 ep-core:link_Benoit_B
939 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1070 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
940 rdfs:domain ep-core:Length ; 1071 rdfs:domain ep-core:Length ;
941 rdfs:label "Benoit Link B"^^xsd:string . 1072 rdfs:label "Benoit Link B"^^xsd:string .
942 1073
943 ep-core:link_Clarke 1074 ep-core:link_Clarke
944 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1075 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
945 rdfs:domain ep-core:Length ; 1076 rdfs:domain ep-core:Length ;
946 rdfs:label "Clarke Link"^^xsd:string . 1077 rdfs:label "Clarke Link"^^xsd:string .
947 1078
948 ep-core:link_Sears 1079 ep-core:link_Sears
949 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1080 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
950 rdfs:domain ep-core:Length ; 1081 rdfs:domain ep-core:Length ;
951 rdfs:label "Sears Link"^^xsd:string . 1082 rdfs:label "Sears Link"^^xsd:string .
952 1083
953 ep-core:link_US_Survey 1084 ep-core:link_US_Survey
954 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1085 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
955 rdfs:domain ep-core:Length ; 1086 rdfs:domain ep-core:Length ;
956 rdfs:label "US Survey Link"^^xsd:string . 1087 rdfs:label "US Survey Link"^^xsd:string .
957 1088
958 ep-core:lm_m-2 1089 ep-core:lm_m-2
959 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1090 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
960 rdfs:domain ep-core:Illuminance ; 1091 rdfs:domain ep-core:Illuminance ;
961 rdfs:label "lumens per square metre"^^xsd:string . 1092 rdfs:label "lumens per square metre"^^xsd:string .
962 1093
963 ep-core:lux 1094 ep-core:lux
964 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1095 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
965 rdfs:domain ep-core:Illuminance ; 1096 rdfs:domain ep-core:Illuminance ;
966 rdfs:label "lux"^^xsd:string . 1097 rdfs:label "lux"^^xsd:string .
967 1098
968 ep-core:m2 1099 ep-core:m2
969 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1100 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
970 rdfs:label "square metres"^^xsd:string . 1101 rdfs:label "square metres"^^xsd:string .
971 1102
972 ep-core:m2_m-2 1103 ep-core:m2_m-2
973 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1104 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
974 rdfs:label "square metres per square metre"^^xsd:string . 1105 rdfs:label "square metres per square metre"^^xsd:string .
975 1106
976 -ep-core:m_30m-1 1107 +ep-core:mBar
977 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1108 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1109 + rdfs:domain ep-core:Pressure ;
1110 + rdfs:label "millibar"^^xsd:string .
1111 +
1112 +ep-core:m_30m-1
1113 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
978 rdfs:domain ep-core:LengthPerLength ; 1114 rdfs:domain ep-core:LengthPerLength ;
979 rdfs:label "metres per 30m"^^xsd:string . 1115 rdfs:label "metres per 30m"^^xsd:string .
980 1116
981 ep-core:m_cm-2 1117 ep-core:m_cm-2
982 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1118 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
983 rdfs:domain ep-core:LengthPerLength ; 1119 rdfs:domain ep-core:LengthPerLength ;
984 rdfs:label "metres per centimetre"^^xsd:string . 1120 rdfs:label "metres per centimetre"^^xsd:string .
985 1121
986 ep-core:m_km-1 1122 ep-core:m_km-1
987 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1123 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
988 rdfs:domain ep-core:LengthPerLength ; 1124 rdfs:domain ep-core:LengthPerLength ;
989 rdfs:label "metres per kilometre"^^xsd:string . 1125 rdfs:label "metres per kilometre"^^xsd:string .
990 1126
991 ep-core:m_m-1 1127 ep-core:m_m-1
992 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1128 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
993 rdfs:domain ep-core:LengthPerLength ; 1129 rdfs:domain ep-core:LengthPerLength ;
994 rdfs:label "metres per metre"^^xsd:string . 1130 rdfs:label "metres per metre"^^xsd:string .
995 1131
996 ep-core:masseq_100g 1132 ep-core:masseq_100g
997 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1133 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
998 rdfs:label "mass equivalent (100 grams)"^^xsd:string . 1134 rdfs:label "mass equivalent (100 grams)"^^xsd:string .
999 1135
1000 ep-core:masseq_g 1136 ep-core:masseq_g
1001 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1137 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1002 rdfs:label "mass equivalent (grams)"^^xsd:string . 1138 rdfs:label "mass equivalent (grams)"^^xsd:string .
1003 1139
1004 ep-core:masseq_kg 1140 ep-core:masseq_kg
1005 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1141 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1006 rdfs:label "mass equivalent (kilograms)"^^xsd:string . 1142 rdfs:label "mass equivalent (kilograms)"^^xsd:string .
1007 1143
1008 ep-core:megaGramF 1144 ep-core:megaGramF
1009 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1145 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1010 rdfs:label "Megagram (force)"^^xsd:string . 1146 rdfs:label "Megagram (force)"^^xsd:string .
1011 1147
1012 ep-core:megaNewton 1148 ep-core:megaNewton
1013 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1149 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1014 rdfs:label "Meganewton"^^xsd:string . 1150 rdfs:label "Meganewton"^^xsd:string .
1015 1151
1016 ep-core:megagram 1152 ep-core:megagram
1017 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1153 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1018 rdfs:domain ep-core:Mass ; 1154 rdfs:domain ep-core:Mass ;
1019 rdfs:label "megagram"^^xsd:string . 1155 rdfs:label "megagram"^^xsd:string .
1020 1156
1021 ep-core:megagram_m-3 1157 ep-core:megagram_m-3
1022 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1158 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1023 rdfs:label "Megagram m-3"^^xsd:string . 1159 rdfs:label "Megagram m-3"^^xsd:string .
1024 1160
1025 ep-core:megahertz 1161 ep-core:megahertz
1026 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1162 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1027 rdfs:domain ep-core:Frequency ; 1163 rdfs:domain ep-core:Frequency ;
1028 rdfs:label "Megahertz"^^xsd:string . 1164 rdfs:label "Megahertz"^^xsd:string .
1029 1165
1030 ep-core:megajoule_m-3 1166 ep-core:megajoule_m-3
1031 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1167 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1032 rdfs:domain ep-core:EnergyPerVolume ; 1168 rdfs:domain ep-core:EnergyPerVolume ;
1033 rdfs:label "megajoules per cubic metre"^^xsd:string . 1169 rdfs:label "megajoules per cubic metre"^^xsd:string .
1034 1170
1171 +ep-core:megajoules_yr-1
1172 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1173 + rdfs:domain ep-core:Power ;
1174 + rdfs:label "Megajoules per year"^^xsd:string .
1175 +
1035 ep-core:megametre 1176 ep-core:megametre
1036 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1177 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1037 rdfs:domain ep-core:Length ; 1178 rdfs:domain ep-core:Length ;
1038 rdfs:label "Megametre"^^xsd:string . 1179 rdfs:label "Megametre"^^xsd:string .
1039 1180
1040 ep-core:megaradian 1181 ep-core:megaradian
1041 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1182 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1042 rdfs:domain ep-core:PlaneAngle ; 1183 rdfs:domain ep-core:PlaneAngle ;
1043 rdfs:label "megaradians"^^xsd:string . 1184 rdfs:label "megaradians"^^xsd:string .
1044 1185
1045 ep-core:megavolt 1186 ep-core:megavolt
1046 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1187 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1047 rdfs:label "Megavolt"^^xsd:string . 1188 rdfs:label "Megavolt"^^xsd:string .
1048 1189
1049 -ep-core:megawatt_h_m-3 1190 +ep-core:megawatt
1050 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1191 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1192 + rdfs:domain ep-core:Power ;
1193 + rdfs:label "Megawatts"^^xsd:string .
1194 +
1195 +ep-core:megawatt_h_m-3
1196 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1051 rdfs:domain ep-core:EnergyPerVolume ; 1197 rdfs:domain ep-core:EnergyPerVolume ;
1052 rdfs:label "megawatt hours per cubic metre"^^xsd:string . 1198 rdfs:label "megawatt hours per cubic metre"^^xsd:string .
1053 1199
1054 ep-core:metre3_hour-1 1200 ep-core:metre3_hour-1
1055 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1201 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1056 rdfs:domain ep-core:VolumetricFlowRate ; 1202 rdfs:domain ep-core:VolumetricFlowRate ;
1057 rdfs:label "metre3 hour-1"^^xsd:string . 1203 rdfs:label "metre3 hour-1"^^xsd:string .
1058 1204
1059 ep-core:metre_German_Legal 1205 ep-core:metre_German_Legal
1060 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1206 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1061 rdfs:domain ep-core:Length ; 1207 rdfs:domain ep-core:Length ;
1062 rdfs:label "German Legal Metre"^^xsd:string . 1208 rdfs:label "German Legal Metre"^^xsd:string .
1063 1209
1064 ep-core:metre_s-2 1210 ep-core:metre_s-2
1065 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1211 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1066 rdfs:label "metres per second squared"^^xsd:string . 1212 rdfs:label "metres per second squared"^^xsd:string .
1067 1213
1068 ep-core:mg_in-1 1214 ep-core:mg_in-1
1069 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1215 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1070 rdfs:domain ep-core:MassPerLength ; 1216 rdfs:domain ep-core:MassPerLength ;
1071 rdfs:label "thousand kilograms per inch"^^xsd:string . 1217 rdfs:label "thousand kilograms per inch"^^xsd:string .
1072 1218
1073 ep-core:mg_kg-1 1219 ep-core:mg_kg-1
1074 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1220 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1075 rdfs:domain ep-core:MassConcentration ; 1221 rdfs:domain ep-core:MassConcentration ;
1076 rdfs:label "milligrams per kilogram"^^xsd:string . 1222 rdfs:label "milligrams per kilogram"^^xsd:string .
1077 1223
1078 ep-core:mgn 1224 ep-core:mgn
1079 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1225 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1080 rdfs:label "milliGn - normal acceleration"^^xsd:string . 1226 rdfs:label "milliGn - normal acceleration"^^xsd:string .
1081 1227
1082 ep-core:mi2 1228 ep-core:mi2
1083 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1229 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1084 rdfs:label "square miles"^^xsd:string . 1230 rdfs:label "square miles"^^xsd:string .
1085 1231
1086 ep-core:mi_in-1 1232 ep-core:mi_in-1
1087 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1233 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1088 rdfs:domain ep-core:LengthPerLength ; 1234 rdfs:domain ep-core:LengthPerLength ;
1089 rdfs:label "miles per inch"^^xsd:string . 1235 rdfs:label "miles per inch"^^xsd:string .
1090 1236
1237 +ep-core:microBar
1238 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1239 + rdfs:domain ep-core:Pressure ;
1240 + rdfs:label "microBar"^^xsd:string .
1241 +
1091 ep-core:microEuclid 1242 ep-core:microEuclid
1092 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1243 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1093 rdfs:domain ep-core:DimensionlessMeasure ; 1244 rdfs:domain ep-core:DimensionlessMeasure ;
1094 rdfs:label "MicroEuclid"^^xsd:string . 1245 rdfs:label "MicroEuclid"^^xsd:string .
1095 1246
1096 ep-core:microNewton 1247 ep-core:microNewton
1097 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1248 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1098 rdfs:label "MIcronewton"^^xsd:string . 1249 rdfs:label "MIcronewton"^^xsd:string .
1099 1250
1251 +ep-core:microPa
1252 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1253 + rdfs:domain ep-core:Pressure ;
1254 + rdfs:label "micropascals"^^xsd:string .
1255 +
1100 ep-core:microgram 1256 ep-core:microgram
1101 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1257 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1102 rdfs:domain ep-core:Mass ; 1258 rdfs:domain ep-core:Mass ;
1103 rdfs:label "micrograms"^^xsd:string . 1259 rdfs:label "micrograms"^^xsd:string .
1104 1260
1105 ep-core:microgram_cm-3 1261 ep-core:microgram_cm-3
1106 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1262 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1107 rdfs:label "microgram cm-3"^^xsd:string . 1263 rdfs:label "microgram cm-3"^^xsd:string .
1108 1264
1109 ep-core:micrometre 1265 ep-core:micrometre
1110 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1266 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1111 rdfs:domain ep-core:Length ; 1267 rdfs:domain ep-core:Length ;
1112 rdfs:label "micrometre"^^xsd:string . 1268 rdfs:label "micrometre"^^xsd:string .
1113 1269
1114 ep-core:microradian 1270 ep-core:microradian
1115 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1271 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1116 rdfs:domain ep-core:PlaneAngle ; 1272 rdfs:domain ep-core:PlaneAngle ;
1117 rdfs:label "microradians"^^xsd:string . 1273 rdfs:label "microradians"^^xsd:string .
1118 1274
1119 ep-core:microvolt 1275 ep-core:microvolt
1120 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1276 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1121 rdfs:label "microvolt"^^xsd:string . 1277 rdfs:label "microvolt"^^xsd:string .
1122 1278
1279 +ep-core:microwatt
1280 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1281 + rdfs:domain ep-core:Power ;
1282 + rdfs:label "microwatts"^^xsd:string .
1283 +
1123 ep-core:mil 1284 ep-core:mil
1124 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1285 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1125 rdfs:comment "Swedish or Norwegian mile"^^xsd:string ; 1286 rdfs:comment "Swedish or Norwegian mile"^^xsd:string ;
1126 rdfs:domain ep-core:Length ; 1287 rdfs:domain ep-core:Length ;
1127 rdfs:label "mil"^^xsd:string . 1288 rdfs:label "mil"^^xsd:string .
1128 1289
1129 ep-core:mil_6400 1290 ep-core:mil_6400
1130 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1291 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1131 rdfs:domain ep-core:PlaneAngle ; 1292 rdfs:domain ep-core:PlaneAngle ;
1132 rdfs:label "mil 6400"^^xsd:string . 1293 rdfs:label "mil 6400"^^xsd:string .
1133 1294
1134 ep-core:mile 1295 ep-core:mile
1135 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1296 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1136 rdfs:domain ep-core:Length ; 1297 rdfs:domain ep-core:Length ;
1137 rdfs:label "mile"^^xsd:string . 1298 rdfs:label "mile"^^xsd:string .
1138 1299
1139 ep-core:mile_US 1300 ep-core:mile_US
1140 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1301 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1141 rdfs:domain ep-core:Length ; 1302 rdfs:domain ep-core:Length ;
1142 rdfs:label "US Mile"^^xsd:string . 1303 rdfs:label "US Mile"^^xsd:string .
1143 1304
1144 ep-core:milliEuclid 1305 ep-core:milliEuclid
1145 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1306 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1146 rdfs:domain ep-core:DimensionlessMeasure ; 1307 rdfs:domain ep-core:DimensionlessMeasure ;
1147 rdfs:label "MilliEuclid"^^xsd:string . 1308 rdfs:label "MilliEuclid"^^xsd:string .
1148 1309
1149 ep-core:milliNewton 1310 ep-core:milliNewton
1150 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1311 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1151 rdfs:label "Millinewton"^^xsd:string . 1312 rdfs:label "Millinewton"^^xsd:string .
1152 1313
1314 +ep-core:milliPa
1315 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1316 + rdfs:domain ep-core:Pressure ;
1317 + rdfs:label "mPa"^^xsd:string .
1318 +
1153 ep-core:milliPa_second 1319 ep-core:milliPa_second
1154 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1320 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1155 rdfs:domain ep-core:PlasticViscosity ; 1321 rdfs:domain ep-core:PlasticViscosity ;
1156 rdfs:label "MPa.second"^^xsd:string . 1322 rdfs:label "MPa.second"^^xsd:string .
1157 1323
1158 ep-core:milligalileo 1324 ep-core:milligalileo
1159 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1325 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1160 rdfs:label "milligalileo"^^xsd:string . 1326 rdfs:label "milligalileo"^^xsd:string .
1161 1327
1162 ep-core:milligram 1328 ep-core:milligram
1163 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1329 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1164 rdfs:domain ep-core:Mass ; 1330 rdfs:domain ep-core:Mass ;
1165 rdfs:label "milligram"^^xsd:string . 1331 rdfs:label "milligram"^^xsd:string .
1166 1332
1167 ep-core:milligram_dm-3 1333 ep-core:milligram_dm-3
1168 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1334 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1169 rdfs:label "milligram dm-3"^^xsd:string . 1335 rdfs:label "milligram dm-3"^^xsd:string .
1170 1336
1171 ep-core:milligram_l-1 1337 ep-core:milligram_l-1
1172 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1338 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1173 rdfs:label "milligrams per litre"^^xsd:string . 1339 rdfs:label "milligrams per litre"^^xsd:string .
1174 1340
1175 ep-core:milligram_m-3 1341 ep-core:milligram_m-3
1176 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1342 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1177 rdfs:label "milligram m-3"^^xsd:string . 1343 rdfs:label "milligram m-3"^^xsd:string .
1178 1344
1179 ep-core:milligram_usGallon-1 1345 ep-core:milligram_usGallon-1
1180 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1346 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1181 rdfs:label "milligrams per US Gallon"^^xsd:string . 1347 rdfs:label "milligrams per US Gallon"^^xsd:string .
1182 1348
1183 ep-core:millihertz 1349 ep-core:millihertz
1184 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1350 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1185 rdfs:domain ep-core:Frequency ; 1351 rdfs:domain ep-core:Frequency ;
1186 rdfs:label "millihertz"^^xsd:string . 1352 rdfs:label "millihertz"^^xsd:string .
1187 1353
1188 ep-core:milliradian 1354 ep-core:milliradian
1189 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1355 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1190 rdfs:domain ep-core:PlaneAngle ; 1356 rdfs:domain ep-core:PlaneAngle ;
1191 rdfs:label "milliradians"^^xsd:string . 1357 rdfs:label "milliradians"^^xsd:string .
1192 1358
1193 ep-core:millisecond-A 1359 ep-core:millisecond-A
1194 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1360 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1195 rdfs:domain ep-core:PlaneAngle ; 1361 rdfs:domain ep-core:PlaneAngle ;
1196 rdfs:label "Milliseconds (angular)"^^xsd:string . 1362 rdfs:label "Milliseconds (angular)"^^xsd:string .
1197 1363
1198 ep-core:millivolt 1364 ep-core:millivolt
1199 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1365 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1200 rdfs:label "millivolt"^^xsd:string . 1366 rdfs:label "millivolt"^^xsd:string .
1201 1367
1202 -ep-core:minA 1368 +ep-core:milliwatt
1203 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1369 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1370 + rdfs:domain ep-core:Power ;
1371 + rdfs:label "milliwatts"^^xsd:string .
1372 +
1373 +ep-core:minA
1374 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1204 rdfs:domain ep-core:PlaneAngle ; 1375 rdfs:domain ep-core:PlaneAngle ;
1205 rdfs:label "Minutes (angular)"^^xsd:string . 1376 rdfs:label "Minutes (angular)"^^xsd:string .
1206 1377
1207 ep-core:mj_cm-2 1378 ep-core:mj_cm-2
1208 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1379 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1209 rdfs:label "millijoules per square centimetre"^^xsd:string . 1380 rdfs:label "millijoules per square centimetre"^^xsd:string .
1210 1381
1211 ep-core:mj_m-2 1382 ep-core:mj_m-2
1212 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1383 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1213 rdfs:label "millijoules per square metre"^^xsd:string . 1384 rdfs:label "millijoules per square metre"^^xsd:string .
1214 1385
1215 ep-core:mm2 1386 ep-core:mm2
1216 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1387 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1217 rdfs:label "square millimetres"^^xsd:string . 1388 rdfs:label "square millimetres"^^xsd:string .
1218 1389
1219 ep-core:mm2_mm-2 1390 ep-core:mm2_mm-2
1220 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1391 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1221 rdfs:label "square millimetres per square millimetre"^^xsd:string . 1392 rdfs:label "square millimetres per square millimetre"^^xsd:string .
1222 1393
1394 +ep-core:mmHgAt0C
1395 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1396 + rdfs:domain ep-core:Pressure ;
1397 + rdfs:label "mm Hg at 0 deg C"^^xsd:string .
1398 +
1223 ep-core:mpa_m-1 1399 ep-core:mpa_m-1
1224 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1400 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1225 rdfs:label "megapascal per metre"^^xsd:string . 1401 rdfs:label "megapascal per metre"^^xsd:string .
1226 1402
1403 +ep-core:n_m-2
1404 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1405 + rdfs:domain ep-core:Pressure ;
1406 + rdfs:label "Newtons per square metre"^^xsd:string .
1407 +
1227 ep-core:n_m-3 1408 ep-core:n_m-3
1228 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1409 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1229 rdfs:label "Newtons per square metre"^^xsd:string . 1410 rdfs:label "Newtons per square metre"^^xsd:string .
1230 1411
1231 ep-core:n_m-E 1412 ep-core:n_m-E
1232 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1413 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1233 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; 1414 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ;
1234 rdfs:label "joules per square centimetre"^^xsd:string . 1415 rdfs:label "joules per square centimetre"^^xsd:string .
1235 1416
1236 ep-core:n_m-T 1417 ep-core:n_m-T
1237 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1418 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1238 rdfs:domain ep-core:MomentOfForce ; 1419 rdfs:domain ep-core:MomentOfForce ;
1239 rdfs:label "Newton Metre Torque"^^xsd:string . 1420 rdfs:label "Newton Metre Torque"^^xsd:string .
1240 1421
1241 -ep-core:nanoEuclid 1422 +ep-core:n_mm-2
1242 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1423 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1424 + rdfs:domain ep-core:Pressure ;
1425 + rdfs:label "Newtons per square millimetre"^^xsd:string .
1426 +
1427 +ep-core:nanoEuclid
1428 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1243 rdfs:domain ep-core:DimensionlessMeasure ; 1429 rdfs:domain ep-core:DimensionlessMeasure ;
1244 rdfs:label "NanoEuclid"^^xsd:string . 1430 rdfs:label "NanoEuclid"^^xsd:string .
1245 1431
1246 ep-core:nanometre 1432 ep-core:nanometre
1247 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1433 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1248 rdfs:domain ep-core:Length ; 1434 rdfs:domain ep-core:Length ;
1249 rdfs:label "nanometre"^^xsd:string . 1435 rdfs:label "nanometre"^^xsd:string .
1250 1436
1251 -ep-core:nauticalMile 1437 +ep-core:nanowatt
1252 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1438 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1439 + rdfs:domain ep-core:Power ;
1440 + rdfs:label "nanowatts"^^xsd:string .
1441 +
1442 +ep-core:nauticalMile
1443 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1253 rdfs:domain ep-core:Length ; 1444 rdfs:domain ep-core:Length ;
1254 rdfs:label "Nautical Mile"^^xsd:string . 1445 rdfs:label "Nautical Mile"^^xsd:string .
1255 1446
1256 ep-core:newton 1447 ep-core:newton
1257 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1448 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1258 rdfs:label "Newton"^^xsd:string . 1449 rdfs:label "Newton"^^xsd:string .
1259 1450
1260 ep-core:oersted 1451 ep-core:oersted
1261 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1452 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1262 rdfs:domain ep-core:MagneticFieldStrength ; 1453 rdfs:domain ep-core:MagneticFieldStrength ;
1263 rdfs:label "Oersted"^^xsd:string . 1454 rdfs:label "Oersted"^^xsd:string .
1264 1455
1265 ep-core:ozAv 1456 ep-core:ozAv
1266 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1457 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1267 rdfs:domain ep-core:Mass ; 1458 rdfs:domain ep-core:Mass ;
1268 rdfs:label "Avoirdupois Ounce"^^xsd:string . 1459 rdfs:label "Avoirdupois Ounce"^^xsd:string .
1269 1460
1270 ep-core:ozTroy 1461 ep-core:ozTroy
1271 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1462 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1272 rdfs:domain ep-core:Mass ; 1463 rdfs:domain ep-core:Mass ;
1273 rdfs:label "Troy Ounces"^^xsd:string . 1464 rdfs:label "Troy Ounces"^^xsd:string .
1274 1465
1275 ep-core:ozf 1466 ep-core:ozf
1276 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1467 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1277 rdfs:label "Ounces (force)"^^xsd:string . 1468 rdfs:label "Ounces (force)"^^xsd:string .
1278 1469
1279 ep-core:ozm 1470 ep-core:ozm
1280 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1471 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1281 rdfs:domain ep-core:Mass ; 1472 rdfs:domain ep-core:Mass ;
1282 rdfs:label "ounces (mass)"^^xsd:string . 1473 rdfs:label "ounces (mass)"^^xsd:string .
1283 1474
1284 -ep-core:partPerMillion 1475 +ep-core:pag
1285 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1476 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1477 + rdfs:domain ep-core:Pressure ;
1478 + rdfs:label "Pascal Gauge"^^xsd:string .
1479 +
1480 +ep-core:partPerMillion
1481 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1286 rdfs:domain ep-core:MassOrVolumicConcentration ; 1482 rdfs:domain ep-core:MassOrVolumicConcentration ;
1287 rdfs:label "parts per milliion"^^xsd:string . 1483 rdfs:label "parts per milliion"^^xsd:string .
1288 1484
...@@ -1293,328 +1489,383 @@ ep-core:partPerMillionByVolume ...@@ -1293,328 +1489,383 @@ ep-core:partPerMillionByVolume
1293 rdfs:subPropertyOf ep-core:partPerMillion . 1489 rdfs:subPropertyOf ep-core:partPerMillion .
1294 1490
1295 ep-core:pascal_m-1 1491 ep-core:pascal_m-1
1296 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1492 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1297 rdfs:label "Pascal per metre"^^xsd:string . 1493 rdfs:label "Pascal per metre"^^xsd:string .
1298 1494
1299 ep-core:pdl 1495 ep-core:pdl
1300 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1496 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1301 rdfs:label "Poundal"^^xsd:string . 1497 rdfs:label "Poundal"^^xsd:string .
1302 1498
1303 ep-core:pdl_ft 1499 ep-core:pdl_ft
1304 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1500 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1305 rdfs:domain ep-core:MomentOfForce ; 1501 rdfs:domain ep-core:MomentOfForce ;
1306 rdfs:label "Poundal Foot"^^xsd:string . 1502 rdfs:label "Poundal Foot"^^xsd:string .
1307 1503
1308 ep-core:perAngstrom 1504 ep-core:perAngstrom
1309 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1505 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1310 rdfs:domain ep-core:PerLength ; 1506 rdfs:domain ep-core:PerLength ;
1311 rdfs:label "per Angstrom"^^xsd:string . 1507 rdfs:label "per Angstrom"^^xsd:string .
1312 1508
1313 ep-core:perAnnum 1509 ep-core:perAnnum
1314 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1510 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1315 rdfs:domain ep-core:Frequency ; 1511 rdfs:domain ep-core:Frequency ;
1316 rdfs:label "per annum"^^xsd:string . 1512 rdfs:label "per annum"^^xsd:string .
1317 1513
1318 ep-core:perCm 1514 ep-core:perCm
1319 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1515 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1320 rdfs:domain ep-core:PerLength ; 1516 rdfs:domain ep-core:PerLength ;
1321 rdfs:label "per Centimetre"^^xsd:string . 1517 rdfs:label "per Centimetre"^^xsd:string .
1322 1518
1323 ep-core:perDay 1519 ep-core:perDay
1324 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1520 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1325 rdfs:domain ep-core:Frequency ; 1521 rdfs:domain ep-core:Frequency ;
1326 rdfs:label "per day"^^xsd:string . 1522 rdfs:label "per day"^^xsd:string .
1327 1523
1328 ep-core:perFoot 1524 ep-core:perFoot
1329 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1525 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1330 rdfs:domain ep-core:PerLength ; 1526 rdfs:domain ep-core:PerLength ;
1331 rdfs:label "per Foot"^^xsd:string . 1527 rdfs:label "per Foot"^^xsd:string .
1332 1528
1333 ep-core:perHour 1529 ep-core:perHour
1334 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1530 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1335 rdfs:domain ep-core:Frequency ; 1531 rdfs:domain ep-core:Frequency ;
1336 rdfs:label "per hour"^^xsd:string . 1532 rdfs:label "per hour"^^xsd:string .
1337 1533
1338 ep-core:perInch 1534 ep-core:perInch
1339 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1535 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1340 rdfs:domain ep-core:PerLength ; 1536 rdfs:domain ep-core:PerLength ;
1341 rdfs:label "per Inch"^^xsd:string . 1537 rdfs:label "per Inch"^^xsd:string .
1342 1538
1343 ep-core:perMetre 1539 ep-core:perMetre
1344 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1540 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1345 rdfs:domain ep-core:PerLength ; 1541 rdfs:domain ep-core:PerLength ;
1346 rdfs:label "per Metre"^^xsd:string . 1542 rdfs:label "per Metre"^^xsd:string .
1347 1543
1348 ep-core:perMil 1544 ep-core:perMil
1349 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1545 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1350 rdfs:domain ep-core:MassOrVolumicConcentration ; 1546 rdfs:domain ep-core:MassOrVolumicConcentration ;
1351 rdfs:label "Per Mille"^^xsd:string . 1547 rdfs:label "Per Mille"^^xsd:string .
1352 1548
1353 ep-core:perMile 1549 ep-core:perMile
1354 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1550 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1355 rdfs:domain ep-core:PerLength ; 1551 rdfs:domain ep-core:PerLength ;
1356 rdfs:label "per Mile"^^xsd:string . 1552 rdfs:label "per Mile"^^xsd:string .
1357 1553
1358 ep-core:perMinute 1554 ep-core:perMinute
1359 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1555 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1360 rdfs:domain ep-core:Frequency ; 1556 rdfs:domain ep-core:Frequency ;
1361 rdfs:label "per minute"^^xsd:string . 1557 rdfs:label "per minute"^^xsd:string .
1362 1558
1363 ep-core:perMm 1559 ep-core:perMm
1364 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1560 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1365 rdfs:domain ep-core:PerLength ; 1561 rdfs:domain ep-core:PerLength ;
1366 rdfs:label "per millimetre"^^xsd:string . 1562 rdfs:label "per millimetre"^^xsd:string .
1367 1563
1368 ep-core:perNm 1564 ep-core:perNm
1369 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1565 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1370 rdfs:domain ep-core:PerLength ; 1566 rdfs:domain ep-core:PerLength ;
1371 rdfs:label "per Nanometre"^^xsd:string . 1567 rdfs:label "per Nanometre"^^xsd:string .
1372 1568
1373 ep-core:perSecond 1569 ep-core:perSecond
1374 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1570 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1375 rdfs:domain ep-core:Frequency ; 1571 rdfs:domain ep-core:Frequency ;
1376 rdfs:label "per second"^^xsd:string . 1572 rdfs:label "per second"^^xsd:string .
1377 1573
1378 ep-core:perWeek 1574 ep-core:perWeek
1379 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1575 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1380 rdfs:domain ep-core:Frequency ; 1576 rdfs:domain ep-core:Frequency ;
1381 rdfs:label "per week"^^xsd:string . 1577 rdfs:label "per week"^^xsd:string .
1382 1578
1383 ep-core:perYard 1579 ep-core:perYard
1384 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1580 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1385 rdfs:domain ep-core:PerLength ; 1581 rdfs:domain ep-core:PerLength ;
1386 rdfs:label "per Yard"^^xsd:string . 1582 rdfs:label "per Yard"^^xsd:string .
1387 1583
1584 +ep-core:picoPa
1585 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1586 + rdfs:domain ep-core:Pressure ;
1587 + rdfs:label "pPa"^^xsd:string .
1588 +
1388 ep-core:picometre 1589 ep-core:picometre
1389 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1590 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1390 rdfs:domain ep-core:Length ; 1591 rdfs:domain ep-core:Length ;
1391 rdfs:label "picometre"^^xsd:string . 1592 rdfs:label "picometre"^^xsd:string .
1392 1593
1393 ep-core:ppdk 1594 ep-core:ppdk
1394 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1595 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1395 rdfs:domain ep-core:MassOrVolumicConcentration ; 1596 rdfs:domain ep-core:MassOrVolumicConcentration ;
1396 rdfs:label "parts per ten thousand"^^xsd:string . 1597 rdfs:label "parts per ten thousand"^^xsd:string .
1397 1598
1398 ep-core:ppk 1599 ep-core:ppk
1399 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1600 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1400 rdfs:domain ep-core:MassOrVolumicConcentration ; 1601 rdfs:domain ep-core:MassOrVolumicConcentration ;
1401 rdfs:label "parts per thousand"^^xsd:string . 1602 rdfs:label "parts per thousand"^^xsd:string .
1402 1603
1604 +ep-core:psi
1605 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1606 + rdfs:domain ep-core:Pressure ;
1607 + rdfs:label "pounds per square inch"^^xsd:string .
1608 +
1403 ep-core:psi_1000ft-1 1609 ep-core:psi_1000ft-1
1404 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1610 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1405 rdfs:label "psi per 1000ft"^^xsd:string . 1611 rdfs:label "psi per 1000ft"^^xsd:string .
1406 1612
1407 ep-core:psi_100ft-1 1613 ep-core:psi_100ft-1
1408 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1614 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1409 rdfs:label "psi per 100ft"^^xsd:string . 1615 rdfs:label "psi per 100ft"^^xsd:string .
1410 1616
1411 ep-core:psi_ft-1 1617 ep-core:psi_ft-1
1412 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1618 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1413 rdfs:label "psi per ft"^^xsd:string . 1619 rdfs:label "psi per ft"^^xsd:string .
1414 1620
1415 ep-core:psi_m-1 1621 ep-core:psi_m-1
1416 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1622 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1417 rdfs:label "psi per metre"^^xsd:string . 1623 rdfs:label "psi per metre"^^xsd:string .
1418 1624
1419 -ep-core:radian 1625 +ep-core:psia
1420 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1626 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1627 + rdfs:domain ep-core:Pressure ;
1628 + rdfs:label "psi absolute"^^xsd:string .
1629 +
1630 +ep-core:radian
1631 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1421 rdfs:domain ep-core:PlaneAngle ; 1632 rdfs:domain ep-core:PlaneAngle ;
1422 rdfs:label "radians"^^xsd:string . 1633 rdfs:label "radians"^^xsd:string .
1423 1634
1424 ep-core:radian_ft-1 1635 ep-core:radian_ft-1
1425 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1636 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1426 rdfs:label "radians per ft"^^xsd:string . 1637 rdfs:label "radians per ft"^^xsd:string .
1427 1638
1428 ep-core:radian_m-1 1639 ep-core:radian_m-1
1429 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1640 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1430 rdfs:label "radians per m"^^xsd:string . 1641 rdfs:label "radians per m"^^xsd:string .
1431 1642
1432 ep-core:radian_s-1 1643 ep-core:radian_s-1
1433 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1644 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1434 rdfs:label "radians per s"^^xsd:string . 1645 rdfs:label "radians per s"^^xsd:string .
1435 1646
1436 ep-core:rev_min-1 1647 ep-core:rev_min-1
1437 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1648 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1438 rdfs:label "revolutions per minute"^^xsd:string . 1649 rdfs:label "revolutions per minute"^^xsd:string .
1439 1650
1440 ep-core:rev_s-1 1651 ep-core:rev_s-1
1441 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1652 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1442 rdfs:label "revolutions per second"^^xsd:string . 1653 rdfs:label "revolutions per second"^^xsd:string .
1443 1654
1444 ep-core:sack94 1655 ep-core:sack94
1445 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1656 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1446 rdfs:domain ep-core:Mass ; 1657 rdfs:domain ep-core:Mass ;
1447 rdfs:label "sacks"^^xsd:string . 1658 rdfs:label "sacks"^^xsd:string .
1448 1659
1449 ep-core:second-A 1660 ep-core:second-A
1450 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1661 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1451 rdfs:domain ep-core:PlaneAngle ; 1662 rdfs:domain ep-core:PlaneAngle ;
1452 rdfs:label "seconds (angular)"^^xsd:string . 1663 rdfs:label "seconds (angular)"^^xsd:string .
1453 1664
1454 ep-core:sixteenth_inch 1665 ep-core:sixteenth_inch
1455 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1666 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1456 rdfs:domain ep-core:Length ; 1667 rdfs:domain ep-core:Length ;
1457 rdfs:label "sixteenth of an inch"^^xsd:string . 1668 rdfs:label "sixteenth of an inch"^^xsd:string .
1458 1669
1459 ep-core:sixtyFourth_Inch 1670 ep-core:sixtyFourth_Inch
1460 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1671 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1461 rdfs:domain ep-core:Length ; 1672 rdfs:domain ep-core:Length ;
1462 rdfs:label "Sixty-Fourth of an Inch"^^xsd:string . 1673 rdfs:label "Sixty-Fourth of an Inch"^^xsd:string .
1463 1674
1464 ep-core:ten_megagram_m-3 1675 ep-core:ten_megagram_m-3
1465 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1676 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1466 rdfs:label "10 Megagram m-3"^^xsd:string . 1677 rdfs:label "10 Megagram m-3"^^xsd:string .
1467 1678
1468 ep-core:tenth_inch 1679 ep-core:tenth_inch
1469 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1680 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1470 rdfs:domain ep-core:Length ; 1681 rdfs:domain ep-core:Length ;
1471 rdfs:label "Tenth of an Inch"^^xsd:string . 1682 rdfs:label "Tenth of an Inch"^^xsd:string .
1472 1683
1473 -ep-core:therm_ft-3 1684 +ep-core:terawatt
1474 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1685 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1686 + rdfs:domain ep-core:Power ;
1687 + rdfs:label "Terrawatts"^^xsd:string .
1688 +
1689 +ep-core:therm_ft-3
1690 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1475 rdfs:domain ep-core:EnergyPerVolume ; 1691 rdfs:domain ep-core:EnergyPerVolume ;
1476 rdfs:label "therms per cubic foot"^^xsd:string . 1692 rdfs:label "therms per cubic foot"^^xsd:string .
1477 1693
1478 ep-core:therm_ukGallon-1 1694 ep-core:therm_ukGallon-1
1479 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1695 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1480 rdfs:domain ep-core:EnergyPerVolume ; 1696 rdfs:domain ep-core:EnergyPerVolume ;
1481 rdfs:label "therms per UK gallon"^^xsd:string . 1697 rdfs:label "therms per UK gallon"^^xsd:string .
1482 1698
1483 ep-core:thirtySecond_inch 1699 ep-core:thirtySecond_inch
1484 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1700 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1485 rdfs:domain ep-core:Length ; 1701 rdfs:domain ep-core:Length ;
1486 rdfs:label "Thirty-Secondth of an inch"^^xsd:string . 1702 rdfs:label "Thirty-Secondth of an inch"^^xsd:string .
1487 1703
1488 ep-core:thousand_barrel 1704 ep-core:thousand_barrel
1489 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1705 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1490 rdfs:label "thousand barrel"^^xsd:string . 1706 rdfs:label "thousand barrel"^^xsd:string .
1491 1707
1492 ep-core:tonForceUS_mile_bbl-1 1708 ep-core:tonForceUS_mile_bbl-1
1493 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1709 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1494 rdfs:domain ep-core:EnergyPerVolume ; 1710 rdfs:domain ep-core:EnergyPerVolume ;
1495 rdfs:label "US ton (force) miles per barrel"^^xsd:string . 1711 rdfs:label "US ton (force) miles per barrel"^^xsd:string .
1496 1712
1497 -ep-core:ton_UK 1713 +ep-core:tonOfRefrig
1498 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1714 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1715 + rdfs:domain ep-core:Power ;
1716 + rdfs:label "Ton of refrigeration"^^xsd:string .
1717 +
1718 +ep-core:ton_UK
1719 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1499 rdfs:domain ep-core:Mass ; 1720 rdfs:domain ep-core:Mass ;
1500 rdfs:label "UK Ton"^^xsd:string . 1721 rdfs:label "UK Ton"^^xsd:string .
1501 1722
1502 ep-core:ton_US 1723 ep-core:ton_US
1503 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1724 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1504 rdfs:domain ep-core:Mass ; 1725 rdfs:domain ep-core:Mass ;
1505 rdfs:label "US Ton"^^xsd:string . 1726 rdfs:label "US Ton"^^xsd:string .
1506 1727
1507 ep-core:tonne 1728 ep-core:tonne
1508 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1729 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1509 rdfs:domain ep-core:Mass ; 1730 rdfs:domain ep-core:Mass ;
1510 rdfs:label "Tonne"^^xsd:string . 1731 rdfs:label "Tonne"^^xsd:string .
1511 1732
1512 -ep-core:uhz 1733 +ep-core:torr
1513 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1734 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1735 + rdfs:domain ep-core:Pressure ;
1736 + rdfs:label "torr"^^xsd:string .
1737 +
1738 +ep-core:uhz
1739 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1514 rdfs:domain ep-core:Frequency ; 1740 rdfs:domain ep-core:Frequency ;
1515 rdfs:label "microHertz"^^xsd:string . 1741 rdfs:label "microHertz"^^xsd:string .
1516 1742
1517 ep-core:ukTonF 1743 ep-core:ukTonF
1518 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1744 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1519 rdfs:label "UK Ton (force)"^^xsd:string . 1745 rdfs:label "UK Ton (force)"^^xsd:string .
1520 1746
1521 ep-core:um2 1747 ep-core:um2
1522 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1748 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1523 rdfs:label "square micrometres"^^xsd:string . 1749 rdfs:label "square micrometres"^^xsd:string .
1524 1750
1751 +ep-core:umHgAt0C
1752 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1753 + rdfs:domain ep-core:Pressure ;
1754 + rdfs:label "micrometres of Hg at 0 deg C"^^xsd:string .
1755 +
1756 +ep-core:upsi
1757 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1758 + rdfs:domain ep-core:Pressure ;
1759 + rdfs:label "microPSI"^^xsd:string .
1760 +
1525 ep-core:usTonF 1761 ep-core:usTonF
1526 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1762 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1527 rdfs:label "US Ton (force)"^^xsd:string . 1763 rdfs:label "US Ton (force)"^^xsd:string .
1528 1764
1529 ep-core:usTonF_ft 1765 ep-core:usTonF_ft
1530 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1766 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1531 rdfs:domain ep-core:MomentOfForce ; 1767 rdfs:domain ep-core:MomentOfForce ;
1532 rdfs:label "US Ton (force) foot"^^xsd:string . 1768 rdfs:label "US Ton (force) foot"^^xsd:string .
1533 1769
1534 -ep-core:usTonF_mile 1770 +ep-core:usTonF_ft-2
1771 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1772 + rdfs:domain ep-core:Pressure ;
1773 + rdfs:label "US ton (force) per square foot"^^xsd:string .
1774 +
1775 +ep-core:usTonF_in-2
1535 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1776 rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1777 + rdfs:domain ep-core:Pressure ;
1778 + rdfs:label "US ton (force) per square inch"^^xsd:string .
1779 +
1780 +ep-core:usTonF_mile
1781 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1536 rdfs:domain ep-core:MomentOfForce ; 1782 rdfs:domain ep-core:MomentOfForce ;
1537 rdfs:label "US Ton (force) mile"^^xsd:string . 1783 rdfs:label "US Ton (force) mile"^^xsd:string .
1538 1784
1539 ep-core:us_mi2 1785 ep-core:us_mi2
1540 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1786 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1541 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 1787 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
1542 rdfs:label "square miles (US)"^^xsd:string . 1788 rdfs:label "square miles (US)"^^xsd:string .
1543 1789
1544 ep-core:volt 1790 ep-core:volt
1545 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1791 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1546 rdfs:label "Volt"^^xsd:string . 1792 rdfs:label "Volt"^^xsd:string .
1547 1793
1794 +ep-core:watt
1795 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1796 + rdfs:domain ep-core:Power ;
1797 + rdfs:label "Watts"^^xsd:string .
1798 +
1548 ep-core:yard 1799 ep-core:yard
1549 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1800 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1550 rdfs:domain ep-core:Length ; 1801 rdfs:domain ep-core:Length ;
1551 rdfs:label "Yard"^^xsd:string . 1802 rdfs:label "Yard"^^xsd:string .
1552 1803
1553 ep-core:yd2 1804 ep-core:yd2
1554 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1805 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1555 rdfs:label "square yards"^^xsd:string . 1806 rdfs:label "square yards"^^xsd:string .
1556 1807
1557 ep-core:yd_Benoit_A 1808 ep-core:yd_Benoit_A
1558 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1809 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1559 rdfs:domain ep-core:Length ; 1810 rdfs:domain ep-core:Length ;
1560 rdfs:label "Benoit A Yard"^^xsd:string . 1811 rdfs:label "Benoit A Yard"^^xsd:string .
1561 1812
1562 ep-core:yd_Benoit_B 1813 ep-core:yd_Benoit_B
1563 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1814 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1564 rdfs:domain ep-core:Length ; 1815 rdfs:domain ep-core:Length ;
1565 rdfs:label "Benoit B Yard"^^xsd:string . 1816 rdfs:label "Benoit B Yard"^^xsd:string .
1566 1817
1567 ep-core:yd_Clarke 1818 ep-core:yd_Clarke
1568 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1819 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1569 rdfs:domain ep-core:Length ; 1820 rdfs:domain ep-core:Length ;
1570 rdfs:label "Clarke's Yard"^^xsd:string . 1821 rdfs:label "Clarke's Yard"^^xsd:string .
1571 1822
1572 ep-core:yd_Imperial 1823 ep-core:yd_Imperial
1573 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1824 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1574 rdfs:domain ep-core:Length ; 1825 rdfs:domain ep-core:Length ;
1575 rdfs:label "Imperial Yard"^^xsd:string . 1826 rdfs:label "Imperial Yard"^^xsd:string .
1576 1827
1577 ep-core:yd_Indian 1828 ep-core:yd_Indian
1578 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1829 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1579 rdfs:domain ep-core:Length ; 1830 rdfs:domain ep-core:Length ;
1580 rdfs:label "Indian Yard"^^xsd:string . 1831 rdfs:label "Indian Yard"^^xsd:string .
1581 1832
1582 ep-core:yd_Indian_1937 1833 ep-core:yd_Indian_1937
1583 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1834 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1584 rdfs:domain ep-core:Length ; 1835 rdfs:domain ep-core:Length ;
1585 rdfs:label "Indian Yard (1937)"^^xsd:string . 1836 rdfs:label "Indian Yard (1937)"^^xsd:string .
1586 1837
1587 ep-core:yd_Indian_1962 1838 ep-core:yd_Indian_1962
1588 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1839 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1589 rdfs:domain ep-core:Length ; 1840 rdfs:domain ep-core:Length ;
1590 rdfs:label "Indian Yard (1962)"^^xsd:string . 1841 rdfs:label "Indian Yard (1962)"^^xsd:string .
1591 1842
1592 ep-core:yd_Indian_1975 1843 ep-core:yd_Indian_1975
1593 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1844 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1594 rdfs:domain ep-core:Length ; 1845 rdfs:domain ep-core:Length ;
1595 rdfs:label "Indian Yard (1975)"^^xsd:string . 1846 rdfs:label "Indian Yard (1975)"^^xsd:string .
1596 1847
1597 ep-core:yd_Sears 1848 ep-core:yd_Sears
1598 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1849 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1599 rdfs:domain ep-core:Length ; 1850 rdfs:domain ep-core:Length ;
1600 rdfs:label "Sears Yard"^^xsd:string . 1851 rdfs:label "Sears Yard"^^xsd:string .
1601 1852
1602 ep-prodcore:DensityAt0degC1atm 1853 ep-prodcore:DensityAt0degC1atm
1603 - rdf:type ep-core:PropertySpace , rdfs:Class ; 1854 + rdf:type rdfs:Class , ep-core:PropertySpace ;
1604 rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; 1855 rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ;
1605 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1856 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
1606 1857
1607 ep-prodcore:DensityAt15degC1atm 1858 ep-prodcore:DensityAt15degC1atm
1608 - rdf:type rdfs:Class , ep-core:PropertySpace ; 1859 + rdf:type ep-core:PropertySpace , rdfs:Class ;
1609 rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; 1860 rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ;
1610 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1861 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
1611 1862
1612 ep-prodcore:DensityAt60degF1atm 1863 ep-prodcore:DensityAt60degF1atm
1613 - rdf:type ep-core:PropertySpace , rdfs:Class ; 1864 + rdf:type rdfs:Class , ep-core:PropertySpace ;
1614 rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; 1865 rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ;
1615 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1866 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
1616 1867
1617 ep-prodcore:MeasureOfDensityOfMaterial 1868 ep-prodcore:MeasureOfDensityOfMaterial
1618 - rdf:type rdfs:Class , ep-core:PropertySpace ; 1869 + rdf:type ep-core:PropertySpace , rdfs:Class ;
1619 rdfs:label "measure of density of material"^^xsd:string ; 1870 rdfs:label "measure of density of material"^^xsd:string ;
1620 rdfs:subClassOf owl:Class . 1871 rdfs:subClassOf owl:Class .
......
This diff could not be displayed because it is too large.