MonkeyChap

Hi Ho, Hi Ho, it's off UoMing we go...

...@@ -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 rdfs:Class , ep-core:PropertySpace ; 21 + rdf:type ep-core:PropertySpace , rdfs:Class ;
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 rdfs:Class , ep-core:PropertySpace ; 29 + rdf:type ep-core:PropertySpace , rdfs:Class ;
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:ElectromagneticEngergyDensity 33 +ep-core:ElectromagneticEnergyDensity
34 rdf:type rdfs:Class , ep-core:PropertySpace ; 34 rdf:type rdfs:Class , ep-core:PropertySpace ;
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 rdfs:Class , ep-core:PropertySpace ; 39 + rdf:type ep-core:PropertySpace , rdfs:Class ;
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:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 48 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
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 ep-core:PropertySpace , rdfs:Class ; 64 + rdf:type rdfs:Class , ep-core:PropertySpace ;
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,36 +82,45 @@ ep-core:MassPerLength ...@@ -82,36 +82,45 @@ 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 rdfs:Class , ep-core:PropertySpace ; 85 + rdf:type ep-core:PropertySpace , rdfs:Class ;
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 rdfs:Class , ep-core:PropertySpace ; 90 + rdf:type ep-core:PropertySpace , rdfs:Class ;
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 rdfs:Class , ep-core:PropertySpace ; 95 + rdf:type ep-core:PropertySpace , rdfs:Class ;
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 rdfs:Class , ep-core:PropertySpace ; 100 + rdf:type ep-core:PropertySpace , rdfs:Class ;
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
105 + rdf:type ep-core:PropertySpace , rdfs:Class ;
106 + rdfs:label "Moment of Force"^^xsd:string ;
107 + rdfs:subClassOf owl:Class .
108 +
104 ep-core:NormalStress 109 ep-core:NormalStress
105 - rdf:type rdfs:Class , ep-core:PropertySpace ; 110 + rdf:type ep-core:PropertySpace , rdfs:Class ;
106 rdfs:label "Normal Stress"^^xsd:string ; 111 rdfs:label "Normal Stress"^^xsd:string ;
107 rdfs:subClassOf ep-core:EnergyPerVolume . 112 rdfs:subClassOf ep-core:EnergyPerVolume .
108 113
114 +ep-core:PerLength
115 + rdf:type rdfs:Class ;
116 + rdfs:subClassOf owl:Class .
117 +
109 ep-core:PoissonRatio 118 ep-core:PoissonRatio
110 rdf:type rdfs:Class ; 119 rdf:type rdfs:Class ;
111 rdfs:subClassOf ep-core:Ratio . 120 rdfs:subClassOf ep-core:Ratio .
112 121
113 ep-core:RadiantEngergyDensity 122 ep-core:RadiantEngergyDensity
114 - rdf:type rdfs:Class , ep-core:PropertySpace ; 123 + rdf:type ep-core:PropertySpace , rdfs:Class ;
115 rdfs:label "Radiant Energy Density"^^xsd:string ; 124 rdfs:label "Radiant Energy Density"^^xsd:string ;
116 rdfs:subClassOf ep-core:EnergyPerVolume . 125 rdfs:subClassOf ep-core:EnergyPerVolume .
117 126
...@@ -119,7 +128,7 @@ ep-core:Ratio ...@@ -119,7 +128,7 @@ ep-core:Ratio
119 rdfs:subClassOf ep-core:DimensionlessMeasure . 128 rdfs:subClassOf ep-core:DimensionlessMeasure .
120 129
121 ep-core:ShearModulus 130 ep-core:ShearModulus
122 - rdf:type rdfs:Class , ep-core:PropertySpace ; 131 + rdf:type ep-core:PropertySpace , rdfs:Class ;
123 rdfs:label "Shear Modulus"^^xsd:string ; 132 rdfs:label "Shear Modulus"^^xsd:string ;
124 rdfs:subClassOf ep-core:EnergyPerVolume . 133 rdfs:subClassOf ep-core:EnergyPerVolume .
125 134
...@@ -128,7 +137,7 @@ ep-core:ShearStrain ...@@ -128,7 +137,7 @@ ep-core:ShearStrain
128 rdfs:subClassOf ep-core:Strain . 137 rdfs:subClassOf ep-core:Strain .
129 138
130 ep-core:ShearStress 139 ep-core:ShearStress
131 - rdf:type rdfs:Class , ep-core:PropertySpace ; 140 + rdf:type ep-core:PropertySpace , rdfs:Class ;
132 rdfs:label "Shear Stress"^^xsd:string ; 141 rdfs:label "Shear Stress"^^xsd:string ;
133 rdfs:subClassOf ep-core:EnergyPerVolume . 142 rdfs:subClassOf ep-core:EnergyPerVolume .
134 143
...@@ -137,17 +146,17 @@ ep-core:Strain ...@@ -137,17 +146,17 @@ ep-core:Strain
137 rdfs:subClassOf ep-core:DimensionlessMeasure . 146 rdfs:subClassOf ep-core:DimensionlessMeasure .
138 147
139 ep-core:VolumeFlowRateAt15degC1atm 148 ep-core:VolumeFlowRateAt15degC1atm
140 - rdf:type ep-core:PropertySpace , rdfs:Class ; 149 + rdf:type rdfs:Class , ep-core:PropertySpace ;
141 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; 150 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
142 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 151 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
143 152
144 ep-core:VolumeFlowRateAt1degC1atm 153 ep-core:VolumeFlowRateAt1degC1atm
145 - rdf:type ep-core:PropertySpace , rdfs:Class ; 154 + rdf:type rdfs:Class , ep-core:PropertySpace ;
146 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; 155 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
147 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 156 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
148 157
149 ep-core:VolumeFlowRateAt60degF1atm 158 ep-core:VolumeFlowRateAt60degF1atm
150 - rdf:type ep-core:PropertySpace , rdfs:Class ; 159 + rdf:type rdfs:Class , ep-core:PropertySpace ;
151 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; 160 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
152 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 161 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
153 162
...@@ -156,419 +165,469 @@ ep-core:VolumicConcentration ...@@ -156,419 +165,469 @@ ep-core:VolumicConcentration
156 rdfs:subClassOf ep-core:MassOrVolumicConcentration . 165 rdfs:subClassOf ep-core:MassOrVolumicConcentration .
157 166
158 ep-core:a_m-1 167 ep-core:a_m-1
159 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 168 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
160 rdfs:domain ep-core:MagneticFieldStrength ; 169 rdfs:domain ep-core:MagneticFieldStrength ;
161 rdfs:label "amperes per metre"^^xsd:string . 170 rdfs:label "amperes per metre"^^xsd:string .
162 171
163 ep-core:a_mm-1 172 ep-core:a_mm-1
164 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 173 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
165 rdfs:domain ep-core:MagneticFieldStrength ; 174 rdfs:domain ep-core:MagneticFieldStrength ;
166 rdfs:label "amperes per metre"^^xsd:string . 175 rdfs:label "amperes per metre"^^xsd:string .
167 176
168 ep-core:acre 177 ep-core:acre
169 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 178 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
170 rdfs:label "acres"^^xsd:string . 179 rdfs:label "acres"^^xsd:string .
171 180
172 ep-core:angstrom 181 ep-core:angstrom
173 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 182 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
174 rdfs:domain ep-core:Length ; 183 rdfs:domain ep-core:Length ;
175 rdfs:label "Angstrom"^^xsd:string . 184 rdfs:label "Angstrom"^^xsd:string .
176 185
177 ep-core:apiDensity 186 ep-core:apiDensity
178 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 187 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
179 rdfs:label "API Density"^^xsd:string . 188 rdfs:label "API Density"^^xsd:string .
180 189
181 ep-core:atm_100m-1 190 ep-core:atm_100m-1
182 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 191 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
183 rdfs:label "atmospheres per 100 metres"^^xsd:string . 192 rdfs:label "atmospheres per 100 metres"^^xsd:string .
184 193
185 ep-core:atm_ft-1 194 ep-core:atm_ft-1
186 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 195 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
187 rdfs:label "atmospheres per foot"^^xsd:string . 196 rdfs:label "atmospheres per foot"^^xsd:string .
188 197
189 ep-core:atm_m-1 198 ep-core:atm_m-1
190 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 199 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
191 rdfs:label "atmospheres per metre"^^xsd:string . 200 rdfs:label "atmospheres per metre"^^xsd:string .
192 201
193 ep-core:atmosphere 202 ep-core:atmosphere
194 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 203 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
195 rdfs:domain ep-core:Pressure ; 204 rdfs:domain ep-core:Pressure ;
196 rdfs:label "atmosphere"^^xsd:string . 205 rdfs:label "atmosphere"^^xsd:string .
197 206
198 ep-core:attogram 207 ep-core:attogram
199 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 208 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
200 rdfs:domain ep-core:Mass ; 209 rdfs:domain ep-core:Mass ;
201 rdfs:label "attogram"^^xsd:string . 210 rdfs:label "attogram"^^xsd:string .
202 211
203 ep-core:bar_km-1 212 ep-core:bar_km-1
204 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 213 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
205 rdfs:label "bar per kilometre"^^xsd:string . 214 rdfs:label "bar per kilometre"^^xsd:string .
206 215
207 ep-core:bar_m-1 216 ep-core:bar_m-1
208 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 217 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
209 rdfs:label "bar per metre"^^xsd:string . 218 rdfs:label "bar per metre"^^xsd:string .
210 219
211 ep-core:barn 220 ep-core:barn
212 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 221 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
213 rdfs:label "barn (area)"^^xsd:string . 222 rdfs:label "barn (area)"^^xsd:string .
214 223
215 ep-core:barrel_day-1 224 ep-core:barrel_day-1
216 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 225 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
217 rdfs:domain ep-core:VolumetricFlowRate ; 226 rdfs:domain ep-core:VolumetricFlowRate ;
218 rdfs:label "barrel day-1"^^xsd:string . 227 rdfs:label "barrel day-1"^^xsd:string .
219 228
220 ep-core:btu_bbl-1 229 ep-core:btu_bbl-1
221 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 230 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
222 rdfs:domain ep-core:EnergyPerVolume ; 231 rdfs:domain ep-core:EnergyPerVolume ;
223 rdfs:label "British thermal units per barrel"^^xsd:string . 232 rdfs:label "British thermal units per barrel"^^xsd:string .
224 233
225 ep-core:btu_ft-3 234 ep-core:btu_ft-3
226 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 235 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
227 rdfs:domain ep-core:EnergyPerVolume ; 236 rdfs:domain ep-core:EnergyPerVolume ;
228 rdfs:label "British thermal units per cubic foot"^^xsd:string . 237 rdfs:label "British thermal units per cubic foot"^^xsd:string .
229 238
230 ep-core:btu_gallon_UK 239 ep-core:btu_gallon_UK
231 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 240 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
232 rdfs:domain ep-core:EnergyPerVolume ; 241 rdfs:domain ep-core:EnergyPerVolume ;
233 rdfs:label "British thermal units per UK gallon"^^xsd:string . 242 rdfs:label "British thermal units per UK gallon"^^xsd:string .
234 243
235 ep-core:btu_gallon_US 244 ep-core:btu_gallon_US
236 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 245 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
237 rdfs:domain ep-core:EnergyPerVolume ; 246 rdfs:domain ep-core:EnergyPerVolume ;
238 rdfs:label "British thermal units per US gallon"^^xsd:string . 247 rdfs:label "British thermal units per US gallon"^^xsd:string .
239 248
240 ep-core:cal_cm-3 249 ep-core:cal_cm-3
241 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 250 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
242 rdfs:domain ep-core:EnergyPerVolume ; 251 rdfs:domain ep-core:EnergyPerVolume ;
243 rdfs:label "calories per cubic centimetre"^^xsd:string . 252 rdfs:label "calories per cubic centimetre"^^xsd:string .
244 253
245 ep-core:cal_ml-1 254 ep-core:cal_ml-1
246 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 255 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
247 rdfs:domain ep-core:EnergyPerVolume ; 256 rdfs:domain ep-core:EnergyPerVolume ;
248 rdfs:label "calories per millilitre"^^xsd:string . 257 rdfs:label "calories per millilitre"^^xsd:string .
249 258
250 ep-core:cal_mm-3 259 ep-core:cal_mm-3
251 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 260 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
252 rdfs:domain ep-core:EnergyPerVolume ; 261 rdfs:domain ep-core:EnergyPerVolume ;
253 rdfs:label "calories per cubic millimetre"^^xsd:string . 262 rdfs:label "calories per cubic millimetre"^^xsd:string .
254 263
255 ep-core:carat 264 ep-core:carat
256 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 265 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
257 rdfs:domain ep-core:Mass ; 266 rdfs:domain ep-core:Mass ;
258 rdfs:label "carat"^^xsd:string . 267 rdfs:label "carat"^^xsd:string .
259 268
269 +ep-core:ccgr
270 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
271 + rdfs:domain ep-core:PlaneAngle ;
272 + rdfs:label "centisimal second"^^xsd:string .
273 +
260 ep-core:centiEuclid 274 ep-core:centiEuclid
261 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 275 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
262 rdfs:domain ep-core:DimensionlessMeasure ; 276 rdfs:domain ep-core:DimensionlessMeasure ;
263 rdfs:label "CentiEuclid"^^xsd:string . 277 rdfs:label "CentiEuclid"^^xsd:string .
264 278
265 ep-core:centimetre 279 ep-core:centimetre
266 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 280 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
267 rdfs:domain ep-core:Length ; 281 rdfs:domain ep-core:Length ;
268 rdfs:label "centimetre"^^xsd:string . 282 rdfs:label "centimetre"^^xsd:string .
269 283
270 -ep-core:chain_Benoit_A 284 +ep-core:cgr
271 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 285 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
286 + rdfs:domain ep-core:PlaneAngle ;
287 + rdfs:label "centisimal minute"^^xsd:string .
288 +
289 +ep-core:chain_Benoit_A
290 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
272 rdfs:domain ep-core:Length ; 291 rdfs:domain ep-core:Length ;
273 rdfs:label "Benoit Chain A"^^xsd:string . 292 rdfs:label "Benoit Chain A"^^xsd:string .
274 293
275 ep-core:chain_Benoit_B 294 ep-core:chain_Benoit_B
276 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 295 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
277 rdfs:domain ep-core:Length ; 296 rdfs:domain ep-core:Length ;
278 rdfs:label "Benoit Chain B"^^xsd:string . 297 rdfs:label "Benoit Chain B"^^xsd:string .
279 298
280 ep-core:chain_Clarke 299 ep-core:chain_Clarke
281 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 300 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
282 rdfs:domain ep-core:Length ; 301 rdfs:domain ep-core:Length ;
283 rdfs:label "Clarke's Chain"^^xsd:string . 302 rdfs:label "Clarke's Chain"^^xsd:string .
284 303
285 ep-core:chain_Sears 304 ep-core:chain_Sears
286 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 305 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
287 rdfs:domain ep-core:Length ; 306 rdfs:domain ep-core:Length ;
288 rdfs:label "Sears Chain"^^xsd:string . 307 rdfs:label "Sears Chain"^^xsd:string .
289 308
290 ep-core:chain_US 309 ep-core:chain_US
291 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 310 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
292 rdfs:domain ep-core:Length ; 311 rdfs:domain ep-core:Length ;
293 rdfs:label "US Survey Chain"^^xsd:string . 312 rdfs:label "US Survey Chain"^^xsd:string .
294 313
295 ep-core:cm2 314 ep-core:cm2
296 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 315 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
297 rdfs:label "square centimetres"^^xsd:string . 316 rdfs:label "square centimetres"^^xsd:string .
298 317
299 ep-core:cm_s-2 318 ep-core:cm_s-2
300 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 319 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
301 rdfs:label "centimetres per second squared"^^xsd:string . 320 rdfs:label "centimetres per second squared"^^xsd:string .
302 321
303 ep-core:count 322 ep-core:count
304 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 323 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
305 rdfs:label "count"^^xsd:string . 324 rdfs:label "count"^^xsd:string .
306 325
307 ep-core:cwt_UK 326 ep-core:cwt_UK
308 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 327 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
309 rdfs:domain ep-core:Mass ; 328 rdfs:domain ep-core:Mass ;
310 rdfs:label "UK Hundredweight"^^xsd:string . 329 rdfs:label "UK Hundredweight"^^xsd:string .
311 330
312 ep-core:cwt_US 331 ep-core:cwt_US
313 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 332 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
314 rdfs:domain ep-core:Mass ; 333 rdfs:domain ep-core:Mass ;
315 rdfs:label "US Hundredweight"^^xsd:string . 334 rdfs:label "US Hundredweight"^^xsd:string .
316 335
336 +ep-core:cycle
337 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
338 + rdfs:domain ep-core:PlaneAngle ;
339 + rdfs:label "cycle"^^xsd:string .
340 +
317 ep-core:cycle_s-1 341 ep-core:cycle_s-1
318 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 342 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
319 rdfs:domain ep-core:Frequency ; 343 rdfs:domain ep-core:Frequency ;
320 rdfs:label "Cycles per second"^^xsd:string . 344 rdfs:label "Cycles per second"^^xsd:string .
321 345
346 +ep-core:decanewton_m-T
347 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
348 + rdfs:domain ep-core:MomentOfForce ;
349 + rdfs:label "Decanewton Metre Torque"^^xsd:string .
350 +
322 ep-core:decimetre 351 ep-core:decimetre
323 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 352 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
324 rdfs:domain ep-core:Length ; 353 rdfs:domain ep-core:Length ;
325 rdfs:label "Decimetre"^^xsd:string . 354 rdfs:label "Decimetre"^^xsd:string .
326 355
327 -ep-core:degreesOfAngle_100ft-1 356 +ep-core:decinewton_m-T
328 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 357 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
358 + rdfs:domain ep-core:MomentOfForce ;
359 + rdfs:label "Decinewton Metre Torque"^^xsd:string .
360 +
361 +ep-core:dega
362 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
363 + rdfs:domain ep-core:PlaneAngle ;
364 + rdfs:label "degree of an angle"^^xsd:string .
365 +
366 +ep-core:degreesOfAngle_100ft-1
367 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
329 rdfs:label "degrees of angle per 100ft"^^xsd:string . 368 rdfs:label "degrees of angle per 100ft"^^xsd:string .
330 369
331 ep-core:degreesOfAngle_30ft-1 370 ep-core:degreesOfAngle_30ft-1
332 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 371 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
333 rdfs:label "degrees of angle per 30ft"^^xsd:string . 372 rdfs:label "degrees of angle per 30ft"^^xsd:string .
334 373
335 ep-core:degreesOfAngle_30m-1 374 ep-core:degreesOfAngle_30m-1
336 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 375 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
337 rdfs:label "degrees of angle per 30m"^^xsd:string . 376 rdfs:label "degrees of angle per 30m"^^xsd:string .
338 377
339 ep-core:degreesOfAngle_ft-1 378 ep-core:degreesOfAngle_ft-1
340 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 379 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
341 rdfs:label "degrees of angle per ft"^^xsd:string . 380 rdfs:label "degrees of angle per ft"^^xsd:string .
342 381
343 ep-core:degreesOfAngle_hr-1 382 ep-core:degreesOfAngle_hr-1
344 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 383 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
345 rdfs:label "degrees of angle per hour"^^xsd:string . 384 rdfs:label "degrees of angle per hour"^^xsd:string .
346 385
347 ep-core:degreesOfAngle_m-1 386 ep-core:degreesOfAngle_m-1
348 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 387 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
349 rdfs:label "degrees of angle per m"^^xsd:string . 388 rdfs:label "degrees of angle per m"^^xsd:string .
350 389
351 ep-core:degreesOfAngle_min-1 390 ep-core:degreesOfAngle_min-1
352 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 391 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
353 rdfs:label "degrees of angle per minute"^^xsd:string . 392 rdfs:label "degrees of angle per minute"^^xsd:string .
354 393
355 ep-core:degreesOfAngle_s-1 394 ep-core:degreesOfAngle_s-1
356 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 395 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
357 rdfs:label "degrees of angle per second"^^xsd:string . 396 rdfs:label "degrees of angle per second"^^xsd:string .
358 397
359 ep-core:dyne 398 ep-core:dyne
360 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 399 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
361 rdfs:label "Dyne"^^xsd:string . 400 rdfs:label "Dyne"^^xsd:string .
362 401
363 ep-core:erg_cm-2 402 ep-core:erg_cm-2
364 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 403 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
365 rdfs:label "ergs per square centimetre"^^xsd:string . 404 rdfs:label "ergs per square centimetre"^^xsd:string .
366 405
367 ep-core:erg_cm-3 406 ep-core:erg_cm-3
368 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 407 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
369 rdfs:domain ep-core:EnergyPerVolume ; 408 rdfs:domain ep-core:EnergyPerVolume ;
370 rdfs:label "ergs per cubic centimetre"^^xsd:string . 409 rdfs:label "ergs per cubic centimetre"^^xsd:string .
371 410
372 ep-core:erg_m-3 411 ep-core:erg_m-3
373 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 412 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
374 rdfs:domain ep-core:EnergyPerVolume ; 413 rdfs:domain ep-core:EnergyPerVolume ;
375 rdfs:label "ergs per cubic metre"^^xsd:string . 414 rdfs:label "ergs per cubic metre"^^xsd:string .
376 415
377 ep-core:euclid 416 ep-core:euclid
378 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 417 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
379 rdfs:domain ep-core:DimensionlessMeasure ; 418 rdfs:domain ep-core:DimensionlessMeasure ;
380 rdfs:label "Euclid"^^xsd:string . 419 rdfs:label "Euclid"^^xsd:string .
381 420
382 ep-core:fahrenheit 421 ep-core:fahrenheit
383 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 422 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
384 rdfs:domain ep-core:Temperature ; 423 rdfs:domain ep-core:Temperature ;
385 rdfs:label "fahrenheit"^^xsd:string . 424 rdfs:label "fahrenheit"^^xsd:string .
386 425
387 ep-core:fathom 426 ep-core:fathom
388 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 427 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
389 rdfs:domain ep-core:Length ; 428 rdfs:domain ep-core:Length ;
390 rdfs:label "fathom"^^xsd:string . 429 rdfs:label "fathom"^^xsd:string .
391 430
392 ep-core:femtometre 431 ep-core:femtometre
393 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 432 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
394 rdfs:domain ep-core:Length ; 433 rdfs:domain ep-core:Length ;
395 rdfs:label "femtometre"^^xsd:string . 434 rdfs:label "femtometre"^^xsd:string .
396 435
397 ep-core:footCandle 436 ep-core:footCandle
398 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 437 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
399 rdfs:domain ep-core:Illuminance ; 438 rdfs:domain ep-core:Illuminance ;
400 rdfs:label "foot candle"^^xsd:string . 439 rdfs:label "foot candle"^^xsd:string .
401 440
402 ep-core:foot_Benoit_A 441 ep-core:foot_Benoit_A
403 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 442 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
404 rdfs:domain ep-core:Length ; 443 rdfs:domain ep-core:Length ;
405 rdfs:label "Benoit A Foot"^^xsd:string . 444 rdfs:label "Benoit A Foot"^^xsd:string .
406 445
407 ep-core:foot_Benoit_B 446 ep-core:foot_Benoit_B
408 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 447 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
409 rdfs:domain ep-core:Length ; 448 rdfs:domain ep-core:Length ;
410 rdfs:label "Benoit B Foot"^^xsd:string . 449 rdfs:label "Benoit B Foot"^^xsd:string .
411 450
412 ep-core:foot_British_1865 451 ep-core:foot_British_1865
413 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 452 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
414 rdfs:domain ep-core:Length ; 453 rdfs:domain ep-core:Length ;
415 rdfs:label "British Foot (1865)"^^xsd:string . 454 rdfs:label "British Foot (1865)"^^xsd:string .
416 455
417 ep-core:foot_Clarke 456 ep-core:foot_Clarke
418 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 457 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
419 rdfs:domain ep-core:Length ; 458 rdfs:domain ep-core:Length ;
420 rdfs:label "Clarke Foot"^^xsd:string . 459 rdfs:label "Clarke Foot"^^xsd:string .
421 460
422 ep-core:foot_Gold_Coast 461 ep-core:foot_Gold_Coast
423 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 462 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
424 rdfs:domain ep-core:Length ; 463 rdfs:domain ep-core:Length ;
425 rdfs:label "Gold Coast Foot"^^xsd:string . 464 rdfs:label "Gold Coast Foot"^^xsd:string .
426 465
427 ep-core:foot_Indian 466 ep-core:foot_Indian
428 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 467 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
429 rdfs:domain ep-core:Length ; 468 rdfs:domain ep-core:Length ;
430 rdfs:label "Indian Foot"^^xsd:string . 469 rdfs:label "Indian Foot"^^xsd:string .
431 470
432 ep-core:foot_Indian_1937 471 ep-core:foot_Indian_1937
433 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 472 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
434 rdfs:domain ep-core:Length ; 473 rdfs:domain ep-core:Length ;
435 rdfs:label "Indian Foot (1937)"^^xsd:string . 474 rdfs:label "Indian Foot (1937)"^^xsd:string .
436 475
437 ep-core:foot_Indian_1962 476 ep-core:foot_Indian_1962
438 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 477 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
439 rdfs:domain ep-core:Length ; 478 rdfs:domain ep-core:Length ;
440 rdfs:label "Indian Foot (1962)"^^xsd:string . 479 rdfs:label "Indian Foot (1962)"^^xsd:string .
441 480
442 ep-core:foot_Indian_1975 481 ep-core:foot_Indian_1975
443 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 482 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
444 rdfs:domain ep-core:Length ; 483 rdfs:domain ep-core:Length ;
445 rdfs:label "Indian Foot (1975)"^^xsd:string . 484 rdfs:label "Indian Foot (1975)"^^xsd:string .
446 485
447 ep-core:foot_Modified_American 486 ep-core:foot_Modified_American
448 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 487 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
449 rdfs:domain ep-core:Length ; 488 rdfs:domain ep-core:Length ;
450 rdfs:label "Modified American Foot"^^xsd:string . 489 rdfs:label "Modified American Foot"^^xsd:string .
451 490
452 ep-core:foot_Sears 491 ep-core:foot_Sears
453 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 492 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
454 rdfs:domain ep-core:Length ; 493 rdfs:domain ep-core:Length ;
455 rdfs:label "Sears Foot"^^xsd:string . 494 rdfs:label "Sears Foot"^^xsd:string .
456 495
457 ep-core:foot_US_Survey 496 ep-core:foot_US_Survey
458 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 497 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
459 rdfs:domain ep-core:Length ; 498 rdfs:domain ep-core:Length ;
460 rdfs:label "US Survey Foot"^^xsd:string . 499 rdfs:label "US Survey Foot"^^xsd:string .
461 500
462 ep-core:foot_s-2 501 ep-core:foot_s-2
463 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 502 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
464 rdfs:label "feet per second squared"^^xsd:string . 503 rdfs:label "feet per second squared"^^xsd:string .
465 504
466 ep-core:ft2 505 ep-core:ft2
467 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 506 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
468 rdfs:label "square feet"^^xsd:string . 507 rdfs:label "square feet"^^xsd:string .
469 508
470 ep-core:ft_100ft-1 509 ep-core:ft_100ft-1
471 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 510 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
472 rdfs:domain ep-core:LengthPerLength ; 511 rdfs:domain ep-core:LengthPerLength ;
473 rdfs:label "feet per 100ft"^^xsd:string . 512 rdfs:label "feet per 100ft"^^xsd:string .
474 513
475 ep-core:ft_ft-1 514 ep-core:ft_ft-1
476 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 515 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
477 rdfs:domain ep-core:LengthPerLength ; 516 rdfs:domain ep-core:LengthPerLength ;
478 rdfs:label "feet per foot"^^xsd:string . 517 rdfs:label "feet per foot"^^xsd:string .
479 518
480 ep-core:ft_in-1 519 ep-core:ft_in-1
481 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 520 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
482 rdfs:domain ep-core:LengthPerLength ; 521 rdfs:domain ep-core:LengthPerLength ;
483 rdfs:label "feet per inch"^^xsd:string . 522 rdfs:label "feet per inch"^^xsd:string .
484 523
524 +ep-core:ft_lbf
525 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
526 + rdfs:domain ep-core:MomentOfForce ;
527 + rdfs:label "Foot Pound (force)"^^xsd:string .
528 +
485 ep-core:ft_lbf_bbl-1 529 ep-core:ft_lbf_bbl-1
486 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 530 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
487 rdfs:domain ep-core:EnergyPerVolume ; 531 rdfs:domain ep-core:EnergyPerVolume ;
488 rdfs:label "foot-pound (force) per barrel"^^xsd:string . 532 rdfs:label "foot-pound (force) per barrel"^^xsd:string .
489 533
490 ep-core:ft_lbf_usGallon-1 534 ep-core:ft_lbf_usGallon-1
491 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 535 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
492 rdfs:domain ep-core:EnergyPerVolume ; 536 rdfs:domain ep-core:EnergyPerVolume ;
493 rdfs:label "foot-pound (force) per US gallon"^^xsd:string . 537 rdfs:label "foot-pound (force) per US gallon"^^xsd:string .
494 538
495 ep-core:ft_m-1 539 ep-core:ft_m-1
496 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 540 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
497 rdfs:domain ep-core:LengthPerLength ; 541 rdfs:domain ep-core:LengthPerLength ;
498 rdfs:label "feet per metre"^^xsd:string . 542 rdfs:label "feet per metre"^^xsd:string .
499 543
500 ep-core:ft_mi-1 544 ep-core:ft_mi-1
501 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 545 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
502 rdfs:domain ep-core:LengthPerLength ; 546 rdfs:domain ep-core:LengthPerLength ;
503 rdfs:label "feet per mile"^^xsd:string . 547 rdfs:label "feet per mile"^^xsd:string .
504 548
505 ep-core:g_kg-1 549 ep-core:g_kg-1
506 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 550 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
507 rdfs:domain ep-core:MassConcentration ; 551 rdfs:domain ep-core:MassConcentration ;
508 rdfs:label "grams per kilogram"^^xsd:string . 552 rdfs:label "grams per kilogram"^^xsd:string .
509 553
510 ep-core:galileo 554 ep-core:galileo
511 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 555 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
512 rdfs:label "galileo"^^xsd:string . 556 rdfs:label "galileo"^^xsd:string .
513 557
514 ep-core:gamma 558 ep-core:gamma
515 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 559 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
516 rdfs:domain ep-core:MagneticFieldStrength ; 560 rdfs:domain ep-core:MagneticFieldStrength ;
517 rdfs:label "gamma"^^xsd:string . 561 rdfs:label "gamma"^^xsd:string .
518 562
519 ep-core:gf 563 ep-core:gf
520 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 564 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
521 rdfs:label "Gram (force)"^^xsd:string . 565 rdfs:label "Gram (force)"^^xsd:string .
522 566
523 ep-core:ghz 567 ep-core:ghz
524 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 568 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
525 rdfs:domain ep-core:Frequency ; 569 rdfs:domain ep-core:Frequency ;
526 rdfs:label "Gigahertz"^^xsd:string . 570 rdfs:label "Gigahertz"^^xsd:string .
527 571
572 +ep-core:gigaradian
573 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
574 + rdfs:domain ep-core:PlaneAngle ;
575 + rdfs:label "gigaradians"^^xsd:string .
576 +
528 ep-core:gn 577 ep-core:gn
529 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 578 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
530 rdfs:label "normal acceleration Gn"^^xsd:string . 579 rdfs:label "normal acceleration Gn"^^xsd:string .
531 580
581 +ep-core:gon
582 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
583 + rdfs:domain ep-core:PlaneAngle ;
584 + rdfs:label "gons"^^xsd:string .
585 +
586 +ep-core:gr
587 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
588 + rdfs:domain ep-core:PlaneAngle ;
589 + rdfs:label "grad"^^xsd:string .
590 +
532 ep-core:grain 591 ep-core:grain
533 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 592 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
534 rdfs:domain ep-core:Mass ; 593 rdfs:domain ep-core:Mass ;
535 rdfs:label "grain"^^xsd:string . 594 rdfs:label "grain"^^xsd:string .
536 595
537 ep-core:grain_100ft-3 596 ep-core:grain_100ft-3
538 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 597 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
539 rdfs:label "grain per 100ft3"^^xsd:string . 598 rdfs:label "grain per 100ft3"^^xsd:string .
540 599
541 ep-core:grain_ft-3_1 600 ep-core:grain_ft-3_1
542 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 601 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
543 rdfs:label "grain per ft3"^^xsd:string . 602 rdfs:label "grain per ft3"^^xsd:string .
544 603
545 ep-core:grain_usGallon-1 604 ep-core:grain_usGallon-1
546 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 605 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
547 rdfs:label "grain per US Gallon"^^xsd:string . 606 rdfs:label "grain per US Gallon"^^xsd:string .
548 607
549 ep-core:gram 608 ep-core:gram
550 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 609 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
551 rdfs:domain ep-core:Mass ; 610 rdfs:domain ep-core:Mass ;
552 rdfs:label "gram"^^xsd:string . 611 rdfs:label "gram"^^xsd:string .
553 612
554 ep-core:gram_dm-3 613 ep-core:gram_dm-3
555 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 614 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
556 rdfs:label "gram dm-3"^^xsd:string . 615 rdfs:label "gram dm-3"^^xsd:string .
557 616
558 ep-core:gram_l-1 617 ep-core:gram_l-1
559 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 618 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
560 rdfs:label "grams per litre"^^xsd:string . 619 rdfs:label "grams per litre"^^xsd:string .
561 620
562 ep-core:gram_m-3 621 ep-core:gram_m-3
563 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 622 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
564 rdfs:label "gram m-3"^^xsd:string . 623 rdfs:label "gram m-3"^^xsd:string .
565 624
566 ep-core:gram_ukGallon-1 625 ep-core:gram_ukGallon-1
567 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 626 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
568 rdfs:label "grams per UK Gallon"^^xsd:string . 627 rdfs:label "grams per UK Gallon"^^xsd:string .
569 628
570 ep-core:gram_usGallon-1 629 ep-core:gram_usGallon-1
571 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 630 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
572 rdfs:label "grams per US Gallon"^^xsd:string . 631 rdfs:label "grams per US Gallon"^^xsd:string .
573 632
574 ep-core:hasSetOfAllPartsOfType 633 ep-core:hasSetOfAllPartsOfType
...@@ -577,577 +636,653 @@ ep-core:hasSetOfAllPartsOfType ...@@ -577,577 +636,653 @@ ep-core:hasSetOfAllPartsOfType
577 rdfs:label "basis for"^^xsd:string . 636 rdfs:label "basis for"^^xsd:string .
578 637
579 ep-core:hectare 638 ep-core:hectare
580 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 639 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
581 rdfs:label "hectares"^^xsd:string . 640 rdfs:label "hectares"^^xsd:string .
582 641
583 ep-core:hp_hr_bbl-1 642 ep-core:hp_hr_bbl-1
584 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 643 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
585 rdfs:domain ep-core:EnergyPerVolume ; 644 rdfs:domain ep-core:EnergyPerVolume ;
586 rdfs:label "horsepower hours per barrel"^^xsd:string . 645 rdfs:label "horsepower hours per barrel"^^xsd:string .
587 646
588 ep-core:hz 647 ep-core:hz
589 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 648 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
590 rdfs:domain ep-core:Frequency ; 649 rdfs:domain ep-core:Frequency ;
591 rdfs:label "Hertz"^^xsd:string . 650 rdfs:label "Hertz"^^xsd:string .
592 651
593 ep-core:in2 652 ep-core:in2
594 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 653 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
595 rdfs:label "square inches"^^xsd:string . 654 rdfs:label "square inches"^^xsd:string .
596 655
597 ep-core:in2_ft-2 656 ep-core:in2_ft-2
598 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 657 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
599 rdfs:label "square inches per square foot"^^xsd:string . 658 rdfs:label "square inches per square foot"^^xsd:string .
600 659
601 ep-core:in2_in-2 660 ep-core:in2_in-2
602 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 661 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
603 rdfs:label "square inches per square inch"^^xsd:string . 662 rdfs:label "square inches per square inch"^^xsd:string .
604 663
605 ep-core:inch_64 664 ep-core:inch_64
606 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 665 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
607 rdfs:domain ep-core:Length ; 666 rdfs:domain ep-core:Length ;
608 rdfs:label "inch/64"^^xsd:string . 667 rdfs:label "inch/64"^^xsd:string .
609 668
610 ep-core:j_cm-2 669 ep-core:j_cm-2
611 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 670 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
612 rdfs:label "joules per square centimetre"^^xsd:string . 671 rdfs:label "joules per square centimetre"^^xsd:string .
613 672
614 ep-core:j_dm-3 673 ep-core:j_dm-3
615 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 674 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
616 rdfs:domain ep-core:EnergyPerVolume ; 675 rdfs:domain ep-core:EnergyPerVolume ;
617 rdfs:label "joules per cubic decimetre"^^xsd:string . 676 rdfs:label "joules per cubic decimetre"^^xsd:string .
618 677
619 ep-core:j_m-2 678 ep-core:j_m-2
620 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 679 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
621 rdfs:label "joules per square metre"^^xsd:string . 680 rdfs:label "joules per square metre"^^xsd:string .
622 681
623 ep-core:j_m-3 682 ep-core:j_m-3
624 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 683 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
625 rdfs:domain ep-core:EnergyPerVolume ; 684 rdfs:domain ep-core:EnergyPerVolume ;
626 rdfs:label "joules per cubic metre"^^xsd:string . 685 rdfs:label "joules per cubic metre"^^xsd:string .
627 686
687 +ep-core:joule
688 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
689 + rdfs:domain ep-core:MomentOfForce ;
690 + rdfs:label "joules"^^xsd:string .
691 +
628 ep-core:kCal_cm-3 692 ep-core:kCal_cm-3
629 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 693 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
630 rdfs:domain ep-core:EnergyPerVolume ; 694 rdfs:domain ep-core:EnergyPerVolume ;
631 rdfs:label "kilocalories per cubic centimetre"^^xsd:string . 695 rdfs:label "kilocalories per cubic centimetre"^^xsd:string .
632 696
633 ep-core:kCal_m-3 697 ep-core:kCal_m-3
634 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 698 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
635 rdfs:domain ep-core:EnergyPerVolume ; 699 rdfs:domain ep-core:EnergyPerVolume ;
636 rdfs:label "kilocalories per cubic metre"^^xsd:string . 700 rdfs:label "kilocalories per cubic metre"^^xsd:string .
637 701
702 +ep-core:kft_lbf
703 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
704 + rdfs:domain ep-core:MomentOfForce ;
705 + rdfs:label "1000 Foot Pound (force)"^^xsd:string .
706 +
638 ep-core:kg_kg-1 707 ep-core:kg_kg-1
639 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 708 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
640 rdfs:domain ep-core:MassConcentration ; 709 rdfs:domain ep-core:MassConcentration ;
641 rdfs:label "kilograms per kilogram"^^xsd:string . 710 rdfs:label "kilograms per kilogram"^^xsd:string .
642 711
643 ep-core:kg_m-1 712 ep-core:kg_m-1
644 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 713 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
645 rdfs:domain ep-core:MassPerLength ; 714 rdfs:domain ep-core:MassPerLength ;
646 rdfs:label "kilograms per metre"^^xsd:string . 715 rdfs:label "kilograms per metre"^^xsd:string .
647 716
648 ep-core:kg_m_cm-2 717 ep-core:kg_m_cm-2
649 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 718 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
650 rdfs:domain ep-core:MassPerLength ; 719 rdfs:domain ep-core:MassPerLength ;
651 rdfs:label "Kilogram metres per cm2"^^xsd:string . 720 rdfs:label "Kilogram metres per cm2"^^xsd:string .
652 721
653 ep-core:kg_sack94-1 722 ep-core:kg_sack94-1
654 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 723 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
655 rdfs:domain ep-core:MassConcentration ; 724 rdfs:domain ep-core:MassConcentration ;
656 rdfs:label "kilograms per 94lb sack"^^xsd:string . 725 rdfs:label "kilograms per 94lb sack"^^xsd:string .
657 726
658 ep-core:kgf 727 ep-core:kgf
659 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 728 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
660 rdfs:label "kg (force)"^^xsd:string . 729 rdfs:label "kg (force)"^^xsd:string .
661 730
731 +ep-core:kgf_m
732 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
733 + rdfs:domain ep-core:MomentOfForce ;
734 + rdfs:label "Kilogram (force) metre"^^xsd:string .
735 +
662 ep-core:kgf_m_m-2 736 ep-core:kgf_m_m-2
663 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 737 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
664 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; 738 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ;
665 rdfs:label "kg (force) meter per square metre"^^xsd:string . 739 rdfs:label "kg (force) meter per square metre"^^xsd:string .
666 740
667 ep-core:khz 741 ep-core:khz
668 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 742 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
669 rdfs:domain ep-core:Frequency ; 743 rdfs:domain ep-core:Frequency ;
670 rdfs:label "Kilohertz"^^xsd:string . 744 rdfs:label "Kilohertz"^^xsd:string .
671 745
672 ep-core:kiloDyne 746 ep-core:kiloDyne
673 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 747 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
674 rdfs:label "Kilodyne"^^xsd:string . 748 rdfs:label "Kilodyne"^^xsd:string .
675 749
676 ep-core:kiloLux 750 ep-core:kiloLux
677 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 751 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
678 rdfs:domain ep-core:Illuminance ; 752 rdfs:domain ep-core:Illuminance ;
679 rdfs:label "kilolux"^^xsd:string . 753 rdfs:label "kilolux"^^xsd:string .
680 754
681 ep-core:kiloNewton 755 ep-core:kiloNewton
682 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 756 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
683 rdfs:label "Kilonewton"^^xsd:string . 757 rdfs:label "Kilonewton"^^xsd:string .
684 758
685 ep-core:kilogram 759 ep-core:kilogram
686 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 760 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
687 rdfs:domain ep-core:Mass ; 761 rdfs:domain ep-core:Mass ;
688 rdfs:label "kilogram"^^xsd:string . 762 rdfs:label "kilogram"^^xsd:string .
689 763
690 ep-core:kilogram_dm-3 764 ep-core:kilogram_dm-3
691 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 765 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
692 rdfs:label "kilogram dm-3"^^xsd:string . 766 rdfs:label "kilogram dm-3"^^xsd:string .
693 767
694 ep-core:kilogram_l-1 768 ep-core:kilogram_l-1
695 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 769 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
696 rdfs:label "kilogram per litre"^^xsd:string . 770 rdfs:label "kilogram per litre"^^xsd:string .
697 771
698 ep-core:kilogram_m-3 772 ep-core:kilogram_m-3
699 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 773 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
700 rdfs:label "kilogram m-3"^^xsd:string . 774 rdfs:label "kilogram m-3"^^xsd:string .
701 775
702 ep-core:kilometre 776 ep-core:kilometre
703 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 777 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
704 rdfs:domain ep-core:Length ; 778 rdfs:domain ep-core:Length ;
705 rdfs:label "Kilometre"^^xsd:string . 779 rdfs:label "Kilometre"^^xsd:string .
706 780
707 -ep-core:kilovolt 781 +ep-core:kilonewton_m-T
708 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 782 rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
783 + rdfs:domain ep-core:MomentOfForce ;
784 + rdfs:label "Kilonewton Metre Torque"^^xsd:string .
785 +
786 +ep-core:kiloradian
787 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
788 + rdfs:domain ep-core:PlaneAngle ;
789 + rdfs:label "kiloradians"^^xsd:string .
790 +
791 +ep-core:kilovolt
792 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
709 rdfs:label "kilovolt"^^xsd:string . 793 rdfs:label "kilovolt"^^xsd:string .
710 794
711 ep-core:kj_dm-3 795 ep-core:kj_dm-3
712 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 796 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
713 rdfs:domain ep-core:EnergyPerVolume ; 797 rdfs:domain ep-core:EnergyPerVolume ;
714 rdfs:label "kilojoules per cubic decimetre"^^xsd:string . 798 rdfs:label "kilojoules per cubic decimetre"^^xsd:string .
715 799
716 ep-core:kj_m-3 800 ep-core:kj_m-3
717 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 801 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
718 rdfs:domain ep-core:EnergyPerVolume ; 802 rdfs:domain ep-core:EnergyPerVolume ;
719 rdfs:label "kilojoules per cubic metre"^^xsd:string . 803 rdfs:label "kilojoules per cubic metre"^^xsd:string .
720 804
721 ep-core:klbf 805 ep-core:klbf
722 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 806 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
723 rdfs:label "kilopound (force)"^^xsd:string . 807 rdfs:label "kilopound (force)"^^xsd:string .
724 808
725 ep-core:klbm 809 ep-core:klbm
726 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 810 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
727 rdfs:domain ep-core:Mass ; 811 rdfs:domain ep-core:Mass ;
728 rdfs:label "Thousand pounds mass"^^xsd:string . 812 rdfs:label "Thousand pounds mass"^^xsd:string .
729 813
730 ep-core:klbm_in-1 814 ep-core:klbm_in-1
731 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 815 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
732 rdfs:domain ep-core:MassPerLength ; 816 rdfs:domain ep-core:MassPerLength ;
733 rdfs:label "thousand pounds (mass) per inch"^^xsd:string . 817 rdfs:label "thousand pounds (mass) per inch"^^xsd:string .
734 818
735 ep-core:km2 819 ep-core:km2
736 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 820 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
737 rdfs:label "square kilometres"^^xsd:string . 821 rdfs:label "square kilometres"^^xsd:string .
738 822
739 ep-core:km_cm-1 823 ep-core:km_cm-1
740 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 824 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
741 rdfs:domain ep-core:LengthPerLength ; 825 rdfs:domain ep-core:LengthPerLength ;
742 rdfs:label "kilometres per centimetre"^^xsd:string . 826 rdfs:label "kilometres per centimetre"^^xsd:string .
743 827
744 ep-core:kpa_100m-1 828 ep-core:kpa_100m-1
745 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 829 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
746 rdfs:label "Kilopascal per 100 metres"^^xsd:string . 830 rdfs:label "Kilopascal per 100 metres"^^xsd:string .
747 831
748 ep-core:kpa_m-1 832 ep-core:kpa_m-1
749 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 833 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
750 rdfs:label "Kilopascal per metre"^^xsd:string . 834 rdfs:label "Kilopascal per metre"^^xsd:string .
751 835
752 ep-core:kw_h_dm-3 836 ep-core:kw_h_dm-3
753 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 837 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
754 rdfs:domain ep-core:EnergyPerVolume ; 838 rdfs:domain ep-core:EnergyPerVolume ;
755 rdfs:label "kilowatt hours per cubic decimetre"^^xsd:string . 839 rdfs:label "kilowatt hours per cubic decimetre"^^xsd:string .
756 840
757 ep-core:kw_h_m-3 841 ep-core:kw_h_m-3
758 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 842 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
759 rdfs:domain ep-core:EnergyPerVolume ; 843 rdfs:domain ep-core:EnergyPerVolume ;
760 rdfs:label "kilowatt hours per cubic metre"^^xsd:string . 844 rdfs:label "kilowatt hours per cubic metre"^^xsd:string .
761 845
762 ep-core:lbf 846 ep-core:lbf
763 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 847 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
764 rdfs:label "Pounds (force)"^^xsd:string . 848 rdfs:label "Pounds (force)"^^xsd:string .
765 849
850 +ep-core:lbf_ft
851 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
852 + rdfs:domain ep-core:MomentOfForce ;
853 + rdfs:label "Pound (force) Foot"^^xsd:string .
854 +
766 ep-core:lbf_ft-3 855 ep-core:lbf_ft-3
767 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 856 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
768 rdfs:label "pounds (force) per cubic foot"^^xsd:string . 857 rdfs:label "pounds (force) per cubic foot"^^xsd:string .
769 858
770 ep-core:lbf_ft_bbl-1 859 ep-core:lbf_ft_bbl-1
771 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 860 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
772 rdfs:domain ep-core:EnergyPerVolume ; 861 rdfs:domain ep-core:EnergyPerVolume ;
773 rdfs:label "pounds (force) foot per barrel"^^xsd:string . 862 rdfs:label "pounds (force) foot per barrel"^^xsd:string .
774 863
775 ep-core:lbf_ft_in-2 864 ep-core:lbf_ft_in-2
776 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 865 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
777 rdfs:label "pound foot per square inch"^^xsd:string . 866 rdfs:label "pound foot per square inch"^^xsd:string .
778 867
868 +ep-core:lbf_in
869 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
870 + rdfs:domain ep-core:MomentOfForce ;
871 + rdfs:label "Pound (force) Inch"^^xsd:string .
872 +
779 ep-core:lbf_usGal-1 873 ep-core:lbf_usGal-1
780 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 874 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
781 rdfs:label "pounds (force) per US Gallon"^^xsd:string . 875 rdfs:label "pounds (force) per US Gallon"^^xsd:string .
782 876
783 ep-core:lbm 877 ep-core:lbm
784 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 878 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
785 rdfs:domain ep-core:Mass ; 879 rdfs:domain ep-core:Mass ;
786 rdfs:label "pound (mass)"^^xsd:string . 880 rdfs:label "pound (mass)"^^xsd:string .
787 881
788 ep-core:lbm_1000bbl-1 882 ep-core:lbm_1000bbl-1
789 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 883 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
790 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . 884 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
791 885
792 ep-core:lbm_1000ukGallon-1 886 ep-core:lbm_1000ukGallon-1
793 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 887 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
794 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . 888 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string .
795 889
796 ep-core:lbm_1000usGallon-1 890 ep-core:lbm_1000usGallon-1
797 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 891 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
798 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . 892 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string .
799 893
800 ep-core:lbm_10bbl-1 894 ep-core:lbm_10bbl-1
801 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 895 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
802 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . 896 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string .
803 897
804 ep-core:lbm_bbl-1 898 ep-core:lbm_bbl-1
805 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 899 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
806 rdfs:label "pounds (mass) per barrel"^^xsd:string . 900 rdfs:label "pounds (mass) per barrel"^^xsd:string .
807 901
808 ep-core:lbm_ft-1 902 ep-core:lbm_ft-1
809 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 903 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
810 rdfs:domain ep-core:MassPerLength ; 904 rdfs:domain ep-core:MassPerLength ;
811 rdfs:label "pounds (mass) per foot"^^xsd:string . 905 rdfs:label "pounds (mass) per foot"^^xsd:string .
812 906
813 ep-core:lbm_ft-3 907 ep-core:lbm_ft-3
814 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 908 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
815 rdfs:label "pounds (mass) per cubic foot"^^xsd:string . 909 rdfs:label "pounds (mass) per cubic foot"^^xsd:string .
816 910
911 +ep-core:lbm_ft2_s-2
912 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
913 + rdfs:comment "Some of these units are just bizarre dimensional re-statements of other units."^^xsd:string ;
914 + rdfs:domain ep-core:MomentOfForce ;
915 + rdfs:label "Pound (mass) square foot per second per second"^^xsd:string .
916 +
817 ep-core:lbm_in-3 917 ep-core:lbm_in-3
818 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 918 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
819 rdfs:label "pounds (mass) per cubic inch"^^xsd:string . 919 rdfs:label "pounds (mass) per cubic inch"^^xsd:string .
820 920
821 ep-core:lbm_millibarrel-1 921 ep-core:lbm_millibarrel-1
822 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 922 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
823 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . 923 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string .
824 924
825 ep-core:lbm_ukGallon-1 925 ep-core:lbm_ukGallon-1
826 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 926 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
827 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . 927 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string .
828 928
829 ep-core:lbm_usGallon-1 929 ep-core:lbm_usGallon-1
830 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 930 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
831 rdfs:label "pounds (mass) per US Gallon"^^xsd:string . 931 rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
832 932
833 ep-core:link_Benoit_A 933 ep-core:link_Benoit_A
834 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 934 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
835 rdfs:domain ep-core:Length ; 935 rdfs:domain ep-core:Length ;
836 rdfs:label "Benoit Link A"^^xsd:string . 936 rdfs:label "Benoit Link A"^^xsd:string .
837 937
838 ep-core:link_Benoit_B 938 ep-core:link_Benoit_B
839 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 939 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
840 rdfs:domain ep-core:Length ; 940 rdfs:domain ep-core:Length ;
841 rdfs:label "Benoit Link B"^^xsd:string . 941 rdfs:label "Benoit Link B"^^xsd:string .
842 942
843 ep-core:link_Clarke 943 ep-core:link_Clarke
844 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 944 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
845 rdfs:domain ep-core:Length ; 945 rdfs:domain ep-core:Length ;
846 rdfs:label "Clarke Link"^^xsd:string . 946 rdfs:label "Clarke Link"^^xsd:string .
847 947
848 ep-core:link_Sears 948 ep-core:link_Sears
849 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 949 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
850 rdfs:domain ep-core:Length ; 950 rdfs:domain ep-core:Length ;
851 rdfs:label "Sears Link"^^xsd:string . 951 rdfs:label "Sears Link"^^xsd:string .
852 952
853 ep-core:link_US_Survey 953 ep-core:link_US_Survey
854 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 954 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
855 rdfs:domain ep-core:Length ; 955 rdfs:domain ep-core:Length ;
856 rdfs:label "US Survey Link"^^xsd:string . 956 rdfs:label "US Survey Link"^^xsd:string .
857 957
858 ep-core:lm_m-2 958 ep-core:lm_m-2
859 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 959 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
860 rdfs:domain ep-core:Illuminance ; 960 rdfs:domain ep-core:Illuminance ;
861 rdfs:label "lumens per square metre"^^xsd:string . 961 rdfs:label "lumens per square metre"^^xsd:string .
862 962
863 ep-core:lux 963 ep-core:lux
864 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 964 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
865 rdfs:domain ep-core:Illuminance ; 965 rdfs:domain ep-core:Illuminance ;
866 rdfs:label "lux"^^xsd:string . 966 rdfs:label "lux"^^xsd:string .
867 967
868 ep-core:m2 968 ep-core:m2
869 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 969 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
870 rdfs:label "square metres"^^xsd:string . 970 rdfs:label "square metres"^^xsd:string .
871 971
872 ep-core:m2_m-2 972 ep-core:m2_m-2
873 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 973 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
874 rdfs:label "square metres per square metre"^^xsd:string . 974 rdfs:label "square metres per square metre"^^xsd:string .
875 975
876 ep-core:m_30m-1 976 ep-core:m_30m-1
877 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 977 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
878 rdfs:domain ep-core:LengthPerLength ; 978 rdfs:domain ep-core:LengthPerLength ;
879 rdfs:label "metres per 30m"^^xsd:string . 979 rdfs:label "metres per 30m"^^xsd:string .
880 980
881 ep-core:m_cm-2 981 ep-core:m_cm-2
882 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 982 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
883 rdfs:domain ep-core:LengthPerLength ; 983 rdfs:domain ep-core:LengthPerLength ;
884 rdfs:label "metres per centimetre"^^xsd:string . 984 rdfs:label "metres per centimetre"^^xsd:string .
885 985
886 ep-core:m_km-1 986 ep-core:m_km-1
887 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 987 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
888 rdfs:domain ep-core:LengthPerLength ; 988 rdfs:domain ep-core:LengthPerLength ;
889 rdfs:label "metres per kilometre"^^xsd:string . 989 rdfs:label "metres per kilometre"^^xsd:string .
890 990
891 ep-core:m_m-1 991 ep-core:m_m-1
892 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 992 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
893 rdfs:domain ep-core:LengthPerLength ; 993 rdfs:domain ep-core:LengthPerLength ;
894 rdfs:label "metres per metre"^^xsd:string . 994 rdfs:label "metres per metre"^^xsd:string .
895 995
896 ep-core:masseq_100g 996 ep-core:masseq_100g
897 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 997 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
898 rdfs:label "mass equivalent (100 grams)"^^xsd:string . 998 rdfs:label "mass equivalent (100 grams)"^^xsd:string .
899 999
900 ep-core:masseq_g 1000 ep-core:masseq_g
901 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1001 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
902 rdfs:label "mass equivalent (grams)"^^xsd:string . 1002 rdfs:label "mass equivalent (grams)"^^xsd:string .
903 1003
904 ep-core:masseq_kg 1004 ep-core:masseq_kg
905 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1005 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
906 rdfs:label "mass equivalent (kilograms)"^^xsd:string . 1006 rdfs:label "mass equivalent (kilograms)"^^xsd:string .
907 1007
908 ep-core:megaGramF 1008 ep-core:megaGramF
909 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1009 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
910 rdfs:label "Megagram (force)"^^xsd:string . 1010 rdfs:label "Megagram (force)"^^xsd:string .
911 1011
912 ep-core:megaNewton 1012 ep-core:megaNewton
913 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1013 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
914 rdfs:label "Meganewton"^^xsd:string . 1014 rdfs:label "Meganewton"^^xsd:string .
915 1015
916 ep-core:megagram 1016 ep-core:megagram
917 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1017 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
918 rdfs:domain ep-core:Mass ; 1018 rdfs:domain ep-core:Mass ;
919 rdfs:label "megagram"^^xsd:string . 1019 rdfs:label "megagram"^^xsd:string .
920 1020
921 ep-core:megagram_m-3 1021 ep-core:megagram_m-3
922 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1022 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
923 rdfs:label "Megagram m-3"^^xsd:string . 1023 rdfs:label "Megagram m-3"^^xsd:string .
924 1024
925 ep-core:megahertz 1025 ep-core:megahertz
926 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1026 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
927 rdfs:domain ep-core:Frequency ; 1027 rdfs:domain ep-core:Frequency ;
928 rdfs:label "Megahertz"^^xsd:string . 1028 rdfs:label "Megahertz"^^xsd:string .
929 1029
930 ep-core:megajoule_m-3 1030 ep-core:megajoule_m-3
931 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1031 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
932 rdfs:domain ep-core:EnergyPerVolume ; 1032 rdfs:domain ep-core:EnergyPerVolume ;
933 rdfs:label "megajoules per cubic metre"^^xsd:string . 1033 rdfs:label "megajoules per cubic metre"^^xsd:string .
934 1034
935 ep-core:megametre 1035 ep-core:megametre
936 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1036 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
937 rdfs:domain ep-core:Length ; 1037 rdfs:domain ep-core:Length ;
938 rdfs:label "Megametre"^^xsd:string . 1038 rdfs:label "Megametre"^^xsd:string .
939 1039
1040 +ep-core:megaradian
1041 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1042 + rdfs:domain ep-core:PlaneAngle ;
1043 + rdfs:label "megaradians"^^xsd:string .
1044 +
940 ep-core:megavolt 1045 ep-core:megavolt
941 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1046 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
942 rdfs:label "Megavolt"^^xsd:string . 1047 rdfs:label "Megavolt"^^xsd:string .
943 1048
944 ep-core:megawatt_h_m-3 1049 ep-core:megawatt_h_m-3
945 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1050 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
946 rdfs:domain ep-core:EnergyPerVolume ; 1051 rdfs:domain ep-core:EnergyPerVolume ;
947 rdfs:label "megawatt hours per cubic metre"^^xsd:string . 1052 rdfs:label "megawatt hours per cubic metre"^^xsd:string .
948 1053
949 ep-core:metre3_hour-1 1054 ep-core:metre3_hour-1
950 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1055 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
951 rdfs:domain ep-core:VolumetricFlowRate ; 1056 rdfs:domain ep-core:VolumetricFlowRate ;
952 rdfs:label "metre3 hour-1"^^xsd:string . 1057 rdfs:label "metre3 hour-1"^^xsd:string .
953 1058
954 ep-core:metre_German_Legal 1059 ep-core:metre_German_Legal
955 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1060 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
956 rdfs:domain ep-core:Length ; 1061 rdfs:domain ep-core:Length ;
957 rdfs:label "German Legal Metre"^^xsd:string . 1062 rdfs:label "German Legal Metre"^^xsd:string .
958 1063
959 ep-core:metre_s-2 1064 ep-core:metre_s-2
960 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1065 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
961 rdfs:label "metres per second squared"^^xsd:string . 1066 rdfs:label "metres per second squared"^^xsd:string .
962 1067
963 ep-core:mg_in-1 1068 ep-core:mg_in-1
964 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1069 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
965 rdfs:domain ep-core:MassPerLength ; 1070 rdfs:domain ep-core:MassPerLength ;
966 rdfs:label "thousand kilograms per inch"^^xsd:string . 1071 rdfs:label "thousand kilograms per inch"^^xsd:string .
967 1072
968 ep-core:mg_kg-1 1073 ep-core:mg_kg-1
969 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1074 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
970 rdfs:domain ep-core:MassConcentration ; 1075 rdfs:domain ep-core:MassConcentration ;
971 rdfs:label "milligrams per kilogram"^^xsd:string . 1076 rdfs:label "milligrams per kilogram"^^xsd:string .
972 1077
973 ep-core:mgn 1078 ep-core:mgn
974 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1079 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
975 rdfs:label "milliGn - normal acceleration"^^xsd:string . 1080 rdfs:label "milliGn - normal acceleration"^^xsd:string .
976 1081
977 ep-core:mi2 1082 ep-core:mi2
978 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1083 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
979 rdfs:label "square miles"^^xsd:string . 1084 rdfs:label "square miles"^^xsd:string .
980 1085
981 ep-core:mi_in-1 1086 ep-core:mi_in-1
982 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1087 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
983 rdfs:domain ep-core:LengthPerLength ; 1088 rdfs:domain ep-core:LengthPerLength ;
984 rdfs:label "miles per inch"^^xsd:string . 1089 rdfs:label "miles per inch"^^xsd:string .
985 1090
986 ep-core:microEuclid 1091 ep-core:microEuclid
987 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1092 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
988 rdfs:domain ep-core:DimensionlessMeasure ; 1093 rdfs:domain ep-core:DimensionlessMeasure ;
989 rdfs:label "MicroEuclid"^^xsd:string . 1094 rdfs:label "MicroEuclid"^^xsd:string .
990 1095
991 ep-core:microNewton 1096 ep-core:microNewton
992 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1097 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
993 rdfs:label "MIcronewton"^^xsd:string . 1098 rdfs:label "MIcronewton"^^xsd:string .
994 1099
995 ep-core:microgram 1100 ep-core:microgram
996 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1101 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
997 rdfs:domain ep-core:Mass ; 1102 rdfs:domain ep-core:Mass ;
998 rdfs:label "micrograms"^^xsd:string . 1103 rdfs:label "micrograms"^^xsd:string .
999 1104
1000 ep-core:microgram_cm-3 1105 ep-core:microgram_cm-3
1001 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1106 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1002 rdfs:label "microgram cm-3"^^xsd:string . 1107 rdfs:label "microgram cm-3"^^xsd:string .
1003 1108
1004 ep-core:micrometre 1109 ep-core:micrometre
1005 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1110 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1006 rdfs:domain ep-core:Length ; 1111 rdfs:domain ep-core:Length ;
1007 rdfs:label "micrometre"^^xsd:string . 1112 rdfs:label "micrometre"^^xsd:string .
1008 1113
1114 +ep-core:microradian
1115 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1116 + rdfs:domain ep-core:PlaneAngle ;
1117 + rdfs:label "microradians"^^xsd:string .
1118 +
1009 ep-core:microvolt 1119 ep-core:microvolt
1010 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1120 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1011 rdfs:label "microvolt"^^xsd:string . 1121 rdfs:label "microvolt"^^xsd:string .
1012 1122
1013 ep-core:mil 1123 ep-core:mil
1014 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1124 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1015 rdfs:comment "Swedish or Norwegian mile"^^xsd:string ; 1125 rdfs:comment "Swedish or Norwegian mile"^^xsd:string ;
1016 rdfs:domain ep-core:Length ; 1126 rdfs:domain ep-core:Length ;
1017 rdfs:label "mil"^^xsd:string . 1127 rdfs:label "mil"^^xsd:string .
1018 1128
1129 +ep-core:mil_6400
1130 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1131 + rdfs:domain ep-core:PlaneAngle ;
1132 + rdfs:label "mil 6400"^^xsd:string .
1133 +
1019 ep-core:mile 1134 ep-core:mile
1020 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1135 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1021 rdfs:domain ep-core:Length ; 1136 rdfs:domain ep-core:Length ;
1022 rdfs:label "mile"^^xsd:string . 1137 rdfs:label "mile"^^xsd:string .
1023 1138
1024 ep-core:mile_US 1139 ep-core:mile_US
1025 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1140 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1026 rdfs:domain ep-core:Length ; 1141 rdfs:domain ep-core:Length ;
1027 rdfs:label "US Mile"^^xsd:string . 1142 rdfs:label "US Mile"^^xsd:string .
1028 1143
1029 ep-core:milliEuclid 1144 ep-core:milliEuclid
1030 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1145 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1031 rdfs:domain ep-core:DimensionlessMeasure ; 1146 rdfs:domain ep-core:DimensionlessMeasure ;
1032 rdfs:label "MilliEuclid"^^xsd:string . 1147 rdfs:label "MilliEuclid"^^xsd:string .
1033 1148
1034 ep-core:milliNewton 1149 ep-core:milliNewton
1035 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1150 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1036 rdfs:label "Millinewton"^^xsd:string . 1151 rdfs:label "Millinewton"^^xsd:string .
1037 1152
1038 ep-core:milliPa_second 1153 ep-core:milliPa_second
1039 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1154 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1040 rdfs:domain ep-core:PlasticViscosity ; 1155 rdfs:domain ep-core:PlasticViscosity ;
1041 rdfs:label "MPa.second"^^xsd:string . 1156 rdfs:label "MPa.second"^^xsd:string .
1042 1157
1043 ep-core:milligalileo 1158 ep-core:milligalileo
1044 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1159 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1045 rdfs:label "milligalileo"^^xsd:string . 1160 rdfs:label "milligalileo"^^xsd:string .
1046 1161
1047 ep-core:milligram 1162 ep-core:milligram
1048 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1163 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1049 rdfs:domain ep-core:Mass ; 1164 rdfs:domain ep-core:Mass ;
1050 rdfs:label "milligram"^^xsd:string . 1165 rdfs:label "milligram"^^xsd:string .
1051 1166
1052 ep-core:milligram_dm-3 1167 ep-core:milligram_dm-3
1053 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1168 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1054 rdfs:label "milligram dm-3"^^xsd:string . 1169 rdfs:label "milligram dm-3"^^xsd:string .
1055 1170
1056 ep-core:milligram_l-1 1171 ep-core:milligram_l-1
1057 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1172 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1058 rdfs:label "milligrams per litre"^^xsd:string . 1173 rdfs:label "milligrams per litre"^^xsd:string .
1059 1174
1060 ep-core:milligram_m-3 1175 ep-core:milligram_m-3
1061 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1176 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1062 rdfs:label "milligram m-3"^^xsd:string . 1177 rdfs:label "milligram m-3"^^xsd:string .
1063 1178
1064 ep-core:milligram_usGallon-1 1179 ep-core:milligram_usGallon-1
1065 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1180 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1066 rdfs:label "milligrams per US Gallon"^^xsd:string . 1181 rdfs:label "milligrams per US Gallon"^^xsd:string .
1067 1182
1068 ep-core:millihertz 1183 ep-core:millihertz
1069 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1184 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1070 rdfs:domain ep-core:Frequency ; 1185 rdfs:domain ep-core:Frequency ;
1071 rdfs:label "millihertz"^^xsd:string . 1186 rdfs:label "millihertz"^^xsd:string .
1072 1187
1188 +ep-core:milliradian
1189 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1190 + rdfs:domain ep-core:PlaneAngle ;
1191 + rdfs:label "milliradians"^^xsd:string .
1192 +
1193 +ep-core:millisecond-A
1194 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1195 + rdfs:domain ep-core:PlaneAngle ;
1196 + rdfs:label "Milliseconds (angular)"^^xsd:string .
1197 +
1073 ep-core:millivolt 1198 ep-core:millivolt
1074 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1199 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1075 rdfs:label "millivolt"^^xsd:string . 1200 rdfs:label "millivolt"^^xsd:string .
1076 1201
1202 +ep-core:minA
1203 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1204 + rdfs:domain ep-core:PlaneAngle ;
1205 + rdfs:label "Minutes (angular)"^^xsd:string .
1206 +
1077 ep-core:mj_cm-2 1207 ep-core:mj_cm-2
1078 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1208 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1079 rdfs:label "millijoules per square centimetre"^^xsd:string . 1209 rdfs:label "millijoules per square centimetre"^^xsd:string .
1080 1210
1081 ep-core:mj_m-2 1211 ep-core:mj_m-2
1082 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1212 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1083 rdfs:label "millijoules per square metre"^^xsd:string . 1213 rdfs:label "millijoules per square metre"^^xsd:string .
1084 1214
1085 ep-core:mm2 1215 ep-core:mm2
1086 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1216 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1087 rdfs:label "square millimetres"^^xsd:string . 1217 rdfs:label "square millimetres"^^xsd:string .
1088 1218
1089 ep-core:mm2_mm-2 1219 ep-core:mm2_mm-2
1090 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1220 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1091 rdfs:label "square millimetres per square millimetre"^^xsd:string . 1221 rdfs:label "square millimetres per square millimetre"^^xsd:string .
1092 1222
1093 ep-core:mpa_m-1 1223 ep-core:mpa_m-1
1094 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1224 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1095 rdfs:label "megapascal per metre"^^xsd:string . 1225 rdfs:label "megapascal per metre"^^xsd:string .
1096 1226
1097 ep-core:n_m-3 1227 ep-core:n_m-3
1098 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1228 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1099 rdfs:label "Newtons per square metre"^^xsd:string . 1229 rdfs:label "Newtons per square metre"^^xsd:string .
1100 1230
1101 ep-core:n_m-E 1231 ep-core:n_m-E
1102 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1232 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1103 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; 1233 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ;
1104 rdfs:label "joules per square centimetre"^^xsd:string . 1234 rdfs:label "joules per square centimetre"^^xsd:string .
1105 1235
1236 +ep-core:n_m-T
1237 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1238 + rdfs:domain ep-core:MomentOfForce ;
1239 + rdfs:label "Newton Metre Torque"^^xsd:string .
1240 +
1106 ep-core:nanoEuclid 1241 ep-core:nanoEuclid
1107 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1242 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1108 rdfs:domain ep-core:DimensionlessMeasure ; 1243 rdfs:domain ep-core:DimensionlessMeasure ;
1109 rdfs:label "NanoEuclid"^^xsd:string . 1244 rdfs:label "NanoEuclid"^^xsd:string .
1110 1245
1111 ep-core:nanometre 1246 ep-core:nanometre
1112 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1247 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1113 rdfs:domain ep-core:Length ; 1248 rdfs:domain ep-core:Length ;
1114 rdfs:label "nanometre"^^xsd:string . 1249 rdfs:label "nanometre"^^xsd:string .
1115 1250
1116 ep-core:nauticalMile 1251 ep-core:nauticalMile
1117 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1252 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1118 rdfs:domain ep-core:Length ; 1253 rdfs:domain ep-core:Length ;
1119 rdfs:label "Nautical Mile"^^xsd:string . 1254 rdfs:label "Nautical Mile"^^xsd:string .
1120 1255
1121 ep-core:newton 1256 ep-core:newton
1122 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1257 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1123 rdfs:label "Newton"^^xsd:string . 1258 rdfs:label "Newton"^^xsd:string .
1124 1259
1125 ep-core:oersted 1260 ep-core:oersted
1126 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1261 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1127 rdfs:domain ep-core:MagneticFieldStrength ; 1262 rdfs:domain ep-core:MagneticFieldStrength ;
1128 rdfs:label "Oersted"^^xsd:string . 1263 rdfs:label "Oersted"^^xsd:string .
1129 1264
1130 ep-core:ozAv 1265 ep-core:ozAv
1131 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1266 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1132 rdfs:domain ep-core:Mass ; 1267 rdfs:domain ep-core:Mass ;
1133 rdfs:label "Avoirdupois Ounce"^^xsd:string . 1268 rdfs:label "Avoirdupois Ounce"^^xsd:string .
1134 1269
1135 ep-core:ozTroy 1270 ep-core:ozTroy
1136 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1271 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1137 rdfs:domain ep-core:Mass ; 1272 rdfs:domain ep-core:Mass ;
1138 rdfs:label "Troy Ounces"^^xsd:string . 1273 rdfs:label "Troy Ounces"^^xsd:string .
1139 1274
1140 ep-core:ozf 1275 ep-core:ozf
1141 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1276 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1142 rdfs:label "Ounces (force)"^^xsd:string . 1277 rdfs:label "Ounces (force)"^^xsd:string .
1143 1278
1144 ep-core:ozm 1279 ep-core:ozm
1145 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1280 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1146 rdfs:domain ep-core:Mass ; 1281 rdfs:domain ep-core:Mass ;
1147 rdfs:label "ounces (mass)"^^xsd:string . 1282 rdfs:label "ounces (mass)"^^xsd:string .
1148 1283
1149 ep-core:partPerMillion 1284 ep-core:partPerMillion
1150 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1285 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1151 rdfs:domain ep-core:MassOrVolumicConcentration ; 1286 rdfs:domain ep-core:MassOrVolumicConcentration ;
1152 rdfs:label "parts per milliion"^^xsd:string . 1287 rdfs:label "parts per milliion"^^xsd:string .
1153 1288
...@@ -1158,258 +1293,328 @@ ep-core:partPerMillionByVolume ...@@ -1158,258 +1293,328 @@ ep-core:partPerMillionByVolume
1158 rdfs:subPropertyOf ep-core:partPerMillion . 1293 rdfs:subPropertyOf ep-core:partPerMillion .
1159 1294
1160 ep-core:pascal_m-1 1295 ep-core:pascal_m-1
1161 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1296 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1162 rdfs:label "Pascal per metre"^^xsd:string . 1297 rdfs:label "Pascal per metre"^^xsd:string .
1163 1298
1164 ep-core:pdl 1299 ep-core:pdl
1165 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1300 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1166 rdfs:label "Poundal"^^xsd:string . 1301 rdfs:label "Poundal"^^xsd:string .
1167 1302
1303 +ep-core:pdl_ft
1304 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1305 + rdfs:domain ep-core:MomentOfForce ;
1306 + rdfs:label "Poundal Foot"^^xsd:string .
1307 +
1308 +ep-core:perAngstrom
1309 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1310 + rdfs:domain ep-core:PerLength ;
1311 + rdfs:label "per Angstrom"^^xsd:string .
1312 +
1168 ep-core:perAnnum 1313 ep-core:perAnnum
1169 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1314 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1170 rdfs:domain ep-core:Frequency ; 1315 rdfs:domain ep-core:Frequency ;
1171 rdfs:label "per annum"^^xsd:string . 1316 rdfs:label "per annum"^^xsd:string .
1172 1317
1318 +ep-core:perCm
1319 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1320 + rdfs:domain ep-core:PerLength ;
1321 + rdfs:label "per Centimetre"^^xsd:string .
1322 +
1173 ep-core:perDay 1323 ep-core:perDay
1174 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1324 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1175 rdfs:domain ep-core:Frequency ; 1325 rdfs:domain ep-core:Frequency ;
1176 rdfs:label "per day"^^xsd:string . 1326 rdfs:label "per day"^^xsd:string .
1177 1327
1328 +ep-core:perFoot
1329 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1330 + rdfs:domain ep-core:PerLength ;
1331 + rdfs:label "per Foot"^^xsd:string .
1332 +
1178 ep-core:perHour 1333 ep-core:perHour
1179 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1334 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1180 rdfs:domain ep-core:Frequency ; 1335 rdfs:domain ep-core:Frequency ;
1181 rdfs:label "per hour"^^xsd:string . 1336 rdfs:label "per hour"^^xsd:string .
1182 1337
1338 +ep-core:perInch
1339 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1340 + rdfs:domain ep-core:PerLength ;
1341 + rdfs:label "per Inch"^^xsd:string .
1342 +
1343 +ep-core:perMetre
1344 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1345 + rdfs:domain ep-core:PerLength ;
1346 + rdfs:label "per Metre"^^xsd:string .
1347 +
1183 ep-core:perMil 1348 ep-core:perMil
1184 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1349 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1185 rdfs:domain ep-core:MassOrVolumicConcentration ; 1350 rdfs:domain ep-core:MassOrVolumicConcentration ;
1186 rdfs:label "Per Mille"^^xsd:string . 1351 rdfs:label "Per Mille"^^xsd:string .
1187 1352
1353 +ep-core:perMile
1354 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1355 + rdfs:domain ep-core:PerLength ;
1356 + rdfs:label "per Mile"^^xsd:string .
1357 +
1188 ep-core:perMinute 1358 ep-core:perMinute
1189 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1359 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1190 rdfs:domain ep-core:Frequency ; 1360 rdfs:domain ep-core:Frequency ;
1191 rdfs:label "per minute"^^xsd:string . 1361 rdfs:label "per minute"^^xsd:string .
1192 1362
1363 +ep-core:perMm
1364 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1365 + rdfs:domain ep-core:PerLength ;
1366 + rdfs:label "per millimetre"^^xsd:string .
1367 +
1368 +ep-core:perNm
1369 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1370 + rdfs:domain ep-core:PerLength ;
1371 + rdfs:label "per Nanometre"^^xsd:string .
1372 +
1193 ep-core:perSecond 1373 ep-core:perSecond
1194 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1374 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1195 rdfs:domain ep-core:Frequency ; 1375 rdfs:domain ep-core:Frequency ;
1196 rdfs:label "per second"^^xsd:string . 1376 rdfs:label "per second"^^xsd:string .
1197 1377
1198 ep-core:perWeek 1378 ep-core:perWeek
1199 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1379 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1200 rdfs:domain ep-core:Frequency ; 1380 rdfs:domain ep-core:Frequency ;
1201 rdfs:label "per week"^^xsd:string . 1381 rdfs:label "per week"^^xsd:string .
1202 1382
1203 -ep-core:picometre 1383 +ep-core:perYard
1204 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1384 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1385 + rdfs:domain ep-core:PerLength ;
1386 + rdfs:label "per Yard"^^xsd:string .
1387 +
1388 +ep-core:picometre
1389 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1205 rdfs:domain ep-core:Length ; 1390 rdfs:domain ep-core:Length ;
1206 rdfs:label "picometre"^^xsd:string . 1391 rdfs:label "picometre"^^xsd:string .
1207 1392
1208 ep-core:ppdk 1393 ep-core:ppdk
1209 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1394 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1210 rdfs:domain ep-core:MassOrVolumicConcentration ; 1395 rdfs:domain ep-core:MassOrVolumicConcentration ;
1211 rdfs:label "parts per ten thousand"^^xsd:string . 1396 rdfs:label "parts per ten thousand"^^xsd:string .
1212 1397
1213 ep-core:ppk 1398 ep-core:ppk
1214 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1399 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1215 rdfs:domain ep-core:MassOrVolumicConcentration ; 1400 rdfs:domain ep-core:MassOrVolumicConcentration ;
1216 rdfs:label "parts per thousand"^^xsd:string . 1401 rdfs:label "parts per thousand"^^xsd:string .
1217 1402
1218 ep-core:psi_1000ft-1 1403 ep-core:psi_1000ft-1
1219 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1404 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1220 rdfs:label "psi per 1000ft"^^xsd:string . 1405 rdfs:label "psi per 1000ft"^^xsd:string .
1221 1406
1222 ep-core:psi_100ft-1 1407 ep-core:psi_100ft-1
1223 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1408 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1224 rdfs:label "psi per 100ft"^^xsd:string . 1409 rdfs:label "psi per 100ft"^^xsd:string .
1225 1410
1226 ep-core:psi_ft-1 1411 ep-core:psi_ft-1
1227 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1412 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1228 rdfs:label "psi per ft"^^xsd:string . 1413 rdfs:label "psi per ft"^^xsd:string .
1229 1414
1230 ep-core:psi_m-1 1415 ep-core:psi_m-1
1231 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1416 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1232 rdfs:label "psi per metre"^^xsd:string . 1417 rdfs:label "psi per metre"^^xsd:string .
1233 1418
1419 +ep-core:radian
1420 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1421 + rdfs:domain ep-core:PlaneAngle ;
1422 + rdfs:label "radians"^^xsd:string .
1423 +
1234 ep-core:radian_ft-1 1424 ep-core:radian_ft-1
1235 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1425 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1236 rdfs:label "radians per ft"^^xsd:string . 1426 rdfs:label "radians per ft"^^xsd:string .
1237 1427
1238 ep-core:radian_m-1 1428 ep-core:radian_m-1
1239 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1429 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1240 rdfs:label "radians per m"^^xsd:string . 1430 rdfs:label "radians per m"^^xsd:string .
1241 1431
1242 ep-core:radian_s-1 1432 ep-core:radian_s-1
1243 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1433 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1244 rdfs:label "radians per s"^^xsd:string . 1434 rdfs:label "radians per s"^^xsd:string .
1245 1435
1246 ep-core:rev_min-1 1436 ep-core:rev_min-1
1247 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1437 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1248 rdfs:label "revolutions per minute"^^xsd:string . 1438 rdfs:label "revolutions per minute"^^xsd:string .
1249 1439
1250 ep-core:rev_s-1 1440 ep-core:rev_s-1
1251 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1441 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1252 rdfs:label "revolutions per second"^^xsd:string . 1442 rdfs:label "revolutions per second"^^xsd:string .
1253 1443
1254 ep-core:sack94 1444 ep-core:sack94
1255 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1445 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1256 rdfs:domain ep-core:Mass ; 1446 rdfs:domain ep-core:Mass ;
1257 rdfs:label "sacks"^^xsd:string . 1447 rdfs:label "sacks"^^xsd:string .
1258 1448
1449 +ep-core:second-A
1450 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1451 + rdfs:domain ep-core:PlaneAngle ;
1452 + rdfs:label "seconds (angular)"^^xsd:string .
1453 +
1259 ep-core:sixteenth_inch 1454 ep-core:sixteenth_inch
1260 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1455 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1261 rdfs:domain ep-core:Length ; 1456 rdfs:domain ep-core:Length ;
1262 rdfs:label "sixteenth of an inch"^^xsd:string . 1457 rdfs:label "sixteenth of an inch"^^xsd:string .
1263 1458
1264 ep-core:sixtyFourth_Inch 1459 ep-core:sixtyFourth_Inch
1265 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1460 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1266 rdfs:domain ep-core:Length ; 1461 rdfs:domain ep-core:Length ;
1267 rdfs:label "Sixty-Fourth of an Inch"^^xsd:string . 1462 rdfs:label "Sixty-Fourth of an Inch"^^xsd:string .
1268 1463
1269 ep-core:ten_megagram_m-3 1464 ep-core:ten_megagram_m-3
1270 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1465 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1271 rdfs:label "10 Megagram m-3"^^xsd:string . 1466 rdfs:label "10 Megagram m-3"^^xsd:string .
1272 1467
1273 ep-core:tenth_inch 1468 ep-core:tenth_inch
1274 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1469 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1275 rdfs:domain ep-core:Length ; 1470 rdfs:domain ep-core:Length ;
1276 rdfs:label "Tenth of an Inch"^^xsd:string . 1471 rdfs:label "Tenth of an Inch"^^xsd:string .
1277 1472
1278 ep-core:therm_ft-3 1473 ep-core:therm_ft-3
1279 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1474 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1280 rdfs:domain ep-core:EnergyPerVolume ; 1475 rdfs:domain ep-core:EnergyPerVolume ;
1281 rdfs:label "therms per cubic foot"^^xsd:string . 1476 rdfs:label "therms per cubic foot"^^xsd:string .
1282 1477
1283 ep-core:therm_ukGallon-1 1478 ep-core:therm_ukGallon-1
1284 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1479 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1285 rdfs:domain ep-core:EnergyPerVolume ; 1480 rdfs:domain ep-core:EnergyPerVolume ;
1286 rdfs:label "therms per UK gallon"^^xsd:string . 1481 rdfs:label "therms per UK gallon"^^xsd:string .
1287 1482
1288 ep-core:thirtySecond_inch 1483 ep-core:thirtySecond_inch
1289 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1484 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
1290 rdfs:domain ep-core:Length ; 1485 rdfs:domain ep-core:Length ;
1291 rdfs:label "Thirty-Secondth of an inch"^^xsd:string . 1486 rdfs:label "Thirty-Secondth of an inch"^^xsd:string .
1292 1487
1293 ep-core:thousand_barrel 1488 ep-core:thousand_barrel
1294 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1489 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1295 rdfs:label "thousand barrel"^^xsd:string . 1490 rdfs:label "thousand barrel"^^xsd:string .
1296 1491
1297 ep-core:tonForceUS_mile_bbl-1 1492 ep-core:tonForceUS_mile_bbl-1
1298 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 1493 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1299 rdfs:domain ep-core:EnergyPerVolume ; 1494 rdfs:domain ep-core:EnergyPerVolume ;
1300 rdfs:label "US ton (force) miles per barrel"^^xsd:string . 1495 rdfs:label "US ton (force) miles per barrel"^^xsd:string .
1301 1496
1302 ep-core:ton_UK 1497 ep-core:ton_UK
1303 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1498 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1304 rdfs:domain ep-core:Mass ; 1499 rdfs:domain ep-core:Mass ;
1305 rdfs:label "UK Ton"^^xsd:string . 1500 rdfs:label "UK Ton"^^xsd:string .
1306 1501
1307 ep-core:ton_US 1502 ep-core:ton_US
1308 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1503 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1309 rdfs:domain ep-core:Mass ; 1504 rdfs:domain ep-core:Mass ;
1310 rdfs:label "US Ton"^^xsd:string . 1505 rdfs:label "US Ton"^^xsd:string .
1311 1506
1312 ep-core:tonne 1507 ep-core:tonne
1313 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1508 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1314 rdfs:domain ep-core:Mass ; 1509 rdfs:domain ep-core:Mass ;
1315 rdfs:label "Tonne"^^xsd:string . 1510 rdfs:label "Tonne"^^xsd:string .
1316 1511
1317 ep-core:uhz 1512 ep-core:uhz
1318 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1513 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1319 rdfs:domain ep-core:Frequency ; 1514 rdfs:domain ep-core:Frequency ;
1320 rdfs:label "microHertz"^^xsd:string . 1515 rdfs:label "microHertz"^^xsd:string .
1321 1516
1322 ep-core:ukTonF 1517 ep-core:ukTonF
1323 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1518 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1324 rdfs:label "UK Ton (force)"^^xsd:string . 1519 rdfs:label "UK Ton (force)"^^xsd:string .
1325 1520
1326 ep-core:um2 1521 ep-core:um2
1327 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1522 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1328 rdfs:label "square micrometres"^^xsd:string . 1523 rdfs:label "square micrometres"^^xsd:string .
1329 1524
1330 ep-core:usTonF 1525 ep-core:usTonF
1331 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1526 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1332 rdfs:label "US Ton (force)"^^xsd:string . 1527 rdfs:label "US Ton (force)"^^xsd:string .
1333 1528
1529 +ep-core:usTonF_ft
1530 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1531 + rdfs:domain ep-core:MomentOfForce ;
1532 + rdfs:label "US Ton (force) foot"^^xsd:string .
1533 +
1534 +ep-core:usTonF_mile
1535 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
1536 + rdfs:domain ep-core:MomentOfForce ;
1537 + rdfs:label "US Ton (force) mile"^^xsd:string .
1538 +
1334 ep-core:us_mi2 1539 ep-core:us_mi2
1335 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1540 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1336 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 1541 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
1337 rdfs:label "square miles (US)"^^xsd:string . 1542 rdfs:label "square miles (US)"^^xsd:string .
1338 1543
1339 ep-core:volt 1544 ep-core:volt
1340 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1545 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1341 rdfs:label "Volt"^^xsd:string . 1546 rdfs:label "Volt"^^xsd:string .
1342 1547
1343 ep-core:yard 1548 ep-core:yard
1344 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1549 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1345 rdfs:domain ep-core:Length ; 1550 rdfs:domain ep-core:Length ;
1346 rdfs:label "Yard"^^xsd:string . 1551 rdfs:label "Yard"^^xsd:string .
1347 1552
1348 ep-core:yd2 1553 ep-core:yd2
1349 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1554 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1350 rdfs:label "square yards"^^xsd:string . 1555 rdfs:label "square yards"^^xsd:string .
1351 1556
1352 ep-core:yd_Benoit_A 1557 ep-core:yd_Benoit_A
1353 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1558 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1354 rdfs:domain ep-core:Length ; 1559 rdfs:domain ep-core:Length ;
1355 rdfs:label "Benoit A Yard"^^xsd:string . 1560 rdfs:label "Benoit A Yard"^^xsd:string .
1356 1561
1357 ep-core:yd_Benoit_B 1562 ep-core:yd_Benoit_B
1358 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1563 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1359 rdfs:domain ep-core:Length ; 1564 rdfs:domain ep-core:Length ;
1360 rdfs:label "Benoit B Yard"^^xsd:string . 1565 rdfs:label "Benoit B Yard"^^xsd:string .
1361 1566
1362 ep-core:yd_Clarke 1567 ep-core:yd_Clarke
1363 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1568 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1364 rdfs:domain ep-core:Length ; 1569 rdfs:domain ep-core:Length ;
1365 rdfs:label "Clarke's Yard"^^xsd:string . 1570 rdfs:label "Clarke's Yard"^^xsd:string .
1366 1571
1367 ep-core:yd_Imperial 1572 ep-core:yd_Imperial
1368 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1573 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1369 rdfs:domain ep-core:Length ; 1574 rdfs:domain ep-core:Length ;
1370 rdfs:label "Imperial Yard"^^xsd:string . 1575 rdfs:label "Imperial Yard"^^xsd:string .
1371 1576
1372 ep-core:yd_Indian 1577 ep-core:yd_Indian
1373 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1578 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1374 rdfs:domain ep-core:Length ; 1579 rdfs:domain ep-core:Length ;
1375 rdfs:label "Indian Yard"^^xsd:string . 1580 rdfs:label "Indian Yard"^^xsd:string .
1376 1581
1377 ep-core:yd_Indian_1937 1582 ep-core:yd_Indian_1937
1378 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1583 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1379 rdfs:domain ep-core:Length ; 1584 rdfs:domain ep-core:Length ;
1380 rdfs:label "Indian Yard (1937)"^^xsd:string . 1585 rdfs:label "Indian Yard (1937)"^^xsd:string .
1381 1586
1382 ep-core:yd_Indian_1962 1587 ep-core:yd_Indian_1962
1383 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1588 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1384 rdfs:domain ep-core:Length ; 1589 rdfs:domain ep-core:Length ;
1385 rdfs:label "Indian Yard (1962)"^^xsd:string . 1590 rdfs:label "Indian Yard (1962)"^^xsd:string .
1386 1591
1387 ep-core:yd_Indian_1975 1592 ep-core:yd_Indian_1975
1388 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1593 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
1389 rdfs:domain ep-core:Length ; 1594 rdfs:domain ep-core:Length ;
1390 rdfs:label "Indian Yard (1975)"^^xsd:string . 1595 rdfs:label "Indian Yard (1975)"^^xsd:string .
1391 1596
1392 ep-core:yd_Sears 1597 ep-core:yd_Sears
1393 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1598 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
1394 rdfs:domain ep-core:Length ; 1599 rdfs:domain ep-core:Length ;
1395 rdfs:label "Sears Yard"^^xsd:string . 1600 rdfs:label "Sears Yard"^^xsd:string .
1396 1601
1397 ep-prodcore:DensityAt0degC1atm 1602 ep-prodcore:DensityAt0degC1atm
1398 - rdf:type rdfs:Class , ep-core:PropertySpace ; 1603 + rdf:type ep-core:PropertySpace , rdfs:Class ;
1399 rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; 1604 rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ;
1400 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1605 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
1401 1606
1402 ep-prodcore:DensityAt15degC1atm 1607 ep-prodcore:DensityAt15degC1atm
1403 - rdf:type ep-core:PropertySpace , rdfs:Class ; 1608 + rdf:type rdfs:Class , ep-core:PropertySpace ;
1404 rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; 1609 rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ;
1405 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1610 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
1406 1611
1407 ep-prodcore:DensityAt60degF1atm 1612 ep-prodcore:DensityAt60degF1atm
1408 - rdf:type rdfs:Class , ep-core:PropertySpace ; 1613 + rdf:type ep-core:PropertySpace , rdfs:Class ;
1409 rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; 1614 rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ;
1410 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1615 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
1411 1616
1412 ep-prodcore:MeasureOfDensityOfMaterial 1617 ep-prodcore:MeasureOfDensityOfMaterial
1413 - rdf:type ep-core:PropertySpace , rdfs:Class ; 1618 + rdf:type rdfs:Class , ep-core:PropertySpace ;
1414 rdfs:label "measure of density of material"^^xsd:string ; 1619 rdfs:label "measure of density of material"^^xsd:string ;
1415 rdfs:subClassOf owl:Class . 1620 rdfs:subClassOf owl:Class .
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> 21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; 23 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 ep-dpr-spin-lib:BuildDailyProductionReportURI 26 ep-dpr-spin-lib:BuildDailyProductionReportURI
...@@ -2998,6 +2998,328 @@ ep-dpr-spin-lib:selectMassScale ...@@ -2998,6 +2998,328 @@ ep-dpr-spin-lib:selectMassScale
2998 ]) 2998 ])
2999 ] . 2999 ] .
3000 3000
3001 +ep-dpr-spin-lib:selectMomentOfForceScale
3002 + rdf:type spin:Function ;
3003 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
3004 + spin:body
3005 + [ rdf:type sp:Select ;
3006 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
3007 + ]) ;
3008 + sp:where ([ rdf:type sp:Bind ;
3009 + sp:expression
3010 + [ rdf:type sp:if ;
3011 + sp:arg1 [ rdf:type sp:eq ;
3012 + sp:arg1 spin:_arg1 ;
3013 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_J>
3014 + ] ;
3015 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#joule> ;
3016 + sp:arg3 [ rdf:type sp:if ;
3017 + sp:arg1 [ rdf:type sp:eq ;
3018 + sp:arg1 spin:_arg1 ;
3019 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_N.m>
3020 + ] ;
3021 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#n_m-T> ;
3022 + sp:arg3 [ rdf:type sp:if ;
3023 + sp:arg1 [ rdf:type sp:eq ;
3024 + sp:arg1 spin:_arg1 ;
3025 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_dN.m>
3026 + ] ;
3027 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#decinewton_m-T> ;
3028 + sp:arg3 [ rdf:type sp:if ;
3029 + sp:arg1 [ rdf:type sp:eq ;
3030 + sp:arg1 spin:_arg1 ;
3031 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_daN.m>
3032 + ] ;
3033 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#decanewton_m-T> ;
3034 + sp:arg3 [ rdf:type sp:if ;
3035 + sp:arg1 [ rdf:type sp:eq ;
3036 + sp:arg1 spin:_arg1 ;
3037 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_ft.lbf>
3038 + ] ;
3039 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_lbf> ;
3040 + sp:arg3 [ rdf:type sp:if ;
3041 + sp:arg1 [ rdf:type sp:eq ;
3042 + sp:arg1 spin:_arg1 ;
3043 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_kN.m>
3044 + ] ;
3045 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilonewton_m-T> ;
3046 + sp:arg3 [ rdf:type sp:if ;
3047 + sp:arg1 [ rdf:type sp:eq ;
3048 + sp:arg1 spin:_arg1 ;
3049 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_kft.lbf>
3050 + ] ;
3051 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kft_lbf> ;
3052 + sp:arg3 [ rdf:type sp:if ;
3053 + sp:arg1 [ rdf:type sp:eq ;
3054 + sp:arg1 spin:_arg1 ;
3055 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_kgf.m>
3056 + ] ;
3057 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kgf_m> ;
3058 + sp:arg3 [ rdf:type sp:if ;
3059 + sp:arg1 [ rdf:type sp:eq ;
3060 + sp:arg1 spin:_arg1 ;
3061 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_lbf.ft>
3062 + ] ;
3063 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf_ft> ;
3064 + sp:arg3 [ rdf:type sp:if ;
3065 + sp:arg1 [ rdf:type sp:eq ;
3066 + sp:arg1 spin:_arg1 ;
3067 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_lbf.in>
3068 + ] ;
3069 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbf_in> ;
3070 + sp:arg3 [ rdf:type sp:if ;
3071 + sp:arg1 [ rdf:type sp:eq ;
3072 + sp:arg1 spin:_arg1 ;
3073 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_lbm.ft2s2>
3074 + ] ;
3075 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_ft2_s-2> ;
3076 + sp:arg3 [ rdf:type sp:if ;
3077 + sp:arg1 [ rdf:type sp:eq ;
3078 + sp:arg1 spin:_arg1 ;
3079 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_pdl.ft>
3080 + ] ;
3081 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#pdl_ft> ;
3082 + sp:arg3 [ rdf:type sp:if ;
3083 + sp:arg1 [ rdf:type sp:eq ;
3084 + sp:arg1 spin:_arg1 ;
3085 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_tonfUS.ft>
3086 + ] ;
3087 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usTonF_ft> ;
3088 + sp:arg3 [ rdf:type sp:if ;
3089 + sp:arg1 [ rdf:type sp:eq ;
3090 + sp:arg1 spin:_arg1 ;
3091 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MOFU_tonfUS.mi>
3092 + ] ;
3093 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usTonF_mile> ;
3094 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3095 + ]
3096 + ]
3097 + ]
3098 + ]
3099 + ]
3100 + ]
3101 + ]
3102 + ]
3103 + ]
3104 + ]
3105 + ]
3106 + ]
3107 + ]
3108 + ] ;
3109 + sp:variable
3110 + [ sp:varName "myVar"^^xsd:string
3111 + ]
3112 + ])
3113 + ] .
3114 +
3115 +ep-dpr-spin-lib:selectPerLengthScale
3116 + rdf:type spin:Function ;
3117 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
3118 + spin:body
3119 + [ rdf:type sp:Select ;
3120 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
3121 + ]) ;
3122 + sp:where ([ rdf:type sp:Bind ;
3123 + sp:expression
3124 + [ rdf:type sp:if ;
3125 + sp:arg1 [ rdf:type sp:eq ;
3126 + sp:arg1 spin:_arg1 ;
3127 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1angstrom>
3128 + ] ;
3129 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perAngstrom> ;
3130 + sp:arg3 [ rdf:type sp:if ;
3131 + sp:arg1 [ rdf:type sp:eq ;
3132 + sp:arg1 spin:_arg1 ;
3133 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1cm>
3134 + ] ;
3135 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCm> ;
3136 + sp:arg3 [ rdf:type sp:if ;
3137 + sp:arg1 [ rdf:type sp:eq ;
3138 + sp:arg1 spin:_arg1 ;
3139 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1ft>
3140 + ] ;
3141 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perFoot> ;
3142 + sp:arg3 [ rdf:type sp:if ;
3143 + sp:arg1 [ rdf:type sp:eq ;
3144 + sp:arg1 spin:_arg1 ;
3145 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1in>
3146 + ] ;
3147 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perInch> ;
3148 + sp:arg3 [ rdf:type sp:if ;
3149 + sp:arg1 [ rdf:type sp:eq ;
3150 + sp:arg1 spin:_arg1 ;
3151 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1m>
3152 + ] ;
3153 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perMetre> ;
3154 + sp:arg3 [ rdf:type sp:if ;
3155 + sp:arg1 [ rdf:type sp:eq ;
3156 + sp:arg1 spin:_arg1 ;
3157 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1mi>
3158 + ] ;
3159 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perMile> ;
3160 + sp:arg3 [ rdf:type sp:if ;
3161 + sp:arg1 [ rdf:type sp:eq ;
3162 + sp:arg1 spin:_arg1 ;
3163 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1mm>
3164 + ] ;
3165 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perMm> ;
3166 + sp:arg3 [ rdf:type sp:if ;
3167 + sp:arg1 [ rdf:type sp:eq ;
3168 + sp:arg1 spin:_arg1 ;
3169 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1nm>
3170 + ] ;
3171 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perNm> ;
3172 + sp:arg3 [ rdf:type sp:if ;
3173 + sp:arg1 [ rdf:type sp:eq ;
3174 + sp:arg1 spin:_arg1 ;
3175 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PLU_1yd>
3176 + ] ;
3177 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perYard> ;
3178 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3179 + ]
3180 + ]
3181 + ]
3182 + ]
3183 + ]
3184 + ]
3185 + ]
3186 + ]
3187 + ] ;
3188 + sp:variable
3189 + [ sp:varName "myVar"^^xsd:string
3190 + ]
3191 + ])
3192 + ] .
3193 +
3194 +ep-dpr-spin-lib:selectPlaneAngleScale
3195 + rdf:type spin:Function ;
3196 + rdfs:label "select mass equivalent scale"^^xsd:string ;
3197 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
3198 + spin:body
3199 + [ rdf:type sp:Select ;
3200 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
3201 + ]) ;
3202 + sp:where ([ rdf:type sp:Bind ;
3203 + sp:expression
3204 + [ rdf:type sp:if ;
3205 + sp:arg1 [ rdf:type sp:eq ;
3206 + sp:arg1 spin:_arg1 ;
3207 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_Grad>
3208 + ] ;
3209 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gigaradian> ;
3210 + sp:arg3 [ rdf:type sp:if ;
3211 + sp:arg1 [ rdf:type sp:eq ;
3212 + sp:arg1 spin:_arg1 ;
3213 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_Mrad>
3214 + ] ;
3215 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaradian> ;
3216 + sp:arg3 [ rdf:type sp:if ;
3217 + sp:arg1 [ rdf:type sp:eq ;
3218 + sp:arg1 spin:_arg1 ;
3219 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_c>
3220 + ] ;
3221 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cycle> ;
3222 + sp:arg3 [ rdf:type sp:if ;
3223 + sp:arg1 [ rdf:type sp:eq ;
3224 + sp:arg1 spin:_arg1 ;
3225 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_ccgr>
3226 + ] ;
3227 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ccgr> ;
3228 + sp:arg3 [ rdf:type sp:if ;
3229 + sp:arg1 [ rdf:type sp:eq ;
3230 + sp:arg1 spin:_arg1 ;
3231 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_cgr>
3232 + ] ;
3233 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cgr> ;
3234 + sp:arg3 [ rdf:type sp:if ;
3235 + sp:arg1 [ rdf:type sp:eq ;
3236 + sp:arg1 spin:_arg1 ;
3237 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_dega>
3238 + ] ;
3239 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#dega> ;
3240 + sp:arg3 [ rdf:type sp:if ;
3241 + sp:arg1 [ rdf:type sp:eq ;
3242 + sp:arg1 spin:_arg1 ;
3243 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_gon>
3244 + ] ;
3245 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gon> ;
3246 + sp:arg3 [ rdf:type sp:if ;
3247 + sp:arg1 [ rdf:type sp:eq ;
3248 + sp:arg1 spin:_arg1 ;
3249 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_gr>
3250 + ] ;
3251 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gr> ;
3252 + sp:arg3 [ rdf:type sp:if ;
3253 + sp:arg1 [ rdf:type sp:eq ;
3254 + sp:arg1 spin:_arg1 ;
3255 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_krad>
3256 + ] ;
3257 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kiloradian> ;
3258 + sp:arg3 [ rdf:type sp:if ;
3259 + sp:arg1 [ rdf:type sp:eq ;
3260 + sp:arg1 spin:_arg1 ;
3261 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_mila>
3262 + ] ;
3263 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mil_6400> ;
3264 + sp:arg3 [ rdf:type sp:if ;
3265 + sp:arg1 [ rdf:type sp:eq ;
3266 + sp:arg1 spin:_arg1 ;
3267 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_mina>
3268 + ] ;
3269 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#minA> ;
3270 + sp:arg3 [ rdf:type sp:if ;
3271 + sp:arg1 [ rdf:type sp:eq ;
3272 + sp:arg1 spin:_arg1 ;
3273 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_mrad>
3274 + ] ;
3275 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milliradian> ;
3276 + sp:arg3 [ rdf:type sp:if ;
3277 + sp:arg1 [ rdf:type sp:eq ;
3278 + sp:arg1 spin:_arg1 ;
3279 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_mseca>
3280 + ] ;
3281 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#millisecond-A> ;
3282 + sp:arg3 [ rdf:type sp:if ;
3283 + sp:arg1 [ rdf:type sp:eq ;
3284 + sp:arg1 spin:_arg1 ;
3285 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_rad>
3286 + ] ;
3287 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#radian> ;
3288 + sp:arg3 [ rdf:type sp:if ;
3289 + sp:arg1 [ rdf:type sp:eq ;
3290 + sp:arg1 spin:_arg1 ;
3291 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_seca>
3292 + ] ;
3293 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#second-A> ;
3294 + sp:arg3 [ rdf:type sp:if ;
3295 + sp:arg1 [ rdf:type sp:eq ;
3296 + sp:arg1 spin:_arg1 ;
3297 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#PAU_urad>
3298 + ] ;
3299 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#microradian> ;
3300 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3301 + ]
3302 + ]
3303 + ]
3304 + ]
3305 + ]
3306 + ]
3307 + ]
3308 + ]
3309 + ]
3310 + ]
3311 + ]
3312 + ]
3313 + ]
3314 + ]
3315 + ]
3316 + ] ;
3317 + sp:variable
3318 + [ sp:varName "myVar"^^xsd:string
3319 + ]
3320 + ])
3321 + ] .
3322 +
3001 ep-dpr-spin-lib:selectPressureScale 3323 ep-dpr-spin-lib:selectPressureScale
3002 rdf:type spin:Function ; 3324 rdf:type spin:Function ;
3003 rdfs:label "select Pressure scale"^^xsd:string ; 3325 rdfs:label "select Pressure scale"^^xsd:string ;
......