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