MonkeyChap

Merge branch 'IanTue1'

...@@ -16,192 +16,244 @@ ...@@ -16,192 +16,244 @@
16 ep-core:Density 16 ep-core:Density
17 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 17 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
18 18
19 +ep-core:Frequency
20 + rdf:type rdfs:Class ;
21 + rdfs:subClassOf owl:Class .
22 +
19 ep-core:GP_cm-1 23 ep-core:GP_cm-1
20 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 24 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
21 rdfs:label "Gigapascals per centimetre"^^xsd:string . 25 rdfs:label "Gigapascals per centimetre"^^xsd:string .
22 26
27 +ep-core:Illuminance
28 + rdf:type rdfs:Class ;
29 + rdfs:subClassOf owl:Class .
30 +
31 +ep-core:LengthPerLength
32 + rdf:type rdfs:Class ;
33 + rdfs:subClassOf owl:Class .
34 +
23 ep-core:MeasureOfFlowOfMaterial 35 ep-core:MeasureOfFlowOfMaterial
24 - rdf:type rdfs:Class , ep-core:PropertySpace ; 36 + rdf:type ep-core:PropertySpace , rdfs:Class ;
25 rdfs:label "measure of flow of material"^^xsd:string ; 37 rdfs:label "measure of flow of material"^^xsd:string ;
26 rdfs:subClassOf owl:Class . 38 rdfs:subClassOf owl:Class .
27 39
28 ep-core:VolumeFlowRateAt15degC1atm 40 ep-core:VolumeFlowRateAt15degC1atm
29 - rdf:type ep-core:PropertySpace , rdfs:Class ; 41 + rdf:type rdfs:Class , ep-core:PropertySpace ;
30 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; 42 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
31 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 43 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
32 44
33 ep-core:VolumeFlowRateAt1degC1atm 45 ep-core:VolumeFlowRateAt1degC1atm
34 - rdf:type ep-core:PropertySpace , rdfs:Class ; 46 + rdf:type rdfs:Class , ep-core:PropertySpace ;
35 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; 47 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
36 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 48 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
37 49
38 ep-core:VolumeFlowRateAt60degF1atm 50 ep-core:VolumeFlowRateAt60degF1atm
39 - rdf:type ep-core:PropertySpace , rdfs:Class ; 51 + rdf:type rdfs:Class , ep-core:PropertySpace ;
40 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; 52 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
41 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 53 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
42 54
43 ep-core:acre 55 ep-core:acre
44 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 56 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
45 rdfs:label "acres"^^xsd:string . 57 rdfs:label "acres"^^xsd:string .
46 58
47 ep-core:apiDensity 59 ep-core:apiDensity
48 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 60 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
49 rdfs:label "API Density"^^xsd:string . 61 rdfs:label "API Density"^^xsd:string .
50 62
51 ep-core:atm_100m-1 63 ep-core:atm_100m-1
52 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 64 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
53 rdfs:label "atmospheres per 100 metres"^^xsd:string . 65 rdfs:label "atmospheres per 100 metres"^^xsd:string .
54 66
55 ep-core:atm_ft-1 67 ep-core:atm_ft-1
56 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 68 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
57 rdfs:label "atmospheres per foot"^^xsd:string . 69 rdfs:label "atmospheres per foot"^^xsd:string .
58 70
59 ep-core:atm_m-1 71 ep-core:atm_m-1
60 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 72 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
61 rdfs:label "atmospheres per metre"^^xsd:string . 73 rdfs:label "atmospheres per metre"^^xsd:string .
62 74
63 ep-core:atmosphere 75 ep-core:atmosphere
64 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 76 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
65 rdfs:domain ep-core:Pressure ; 77 rdfs:domain ep-core:Pressure ;
66 rdfs:label "atmosphere"^^xsd:string . 78 rdfs:label "atmosphere"^^xsd:string .
67 79
68 ep-core:bar_km-1 80 ep-core:bar_km-1
69 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 81 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
70 rdfs:label "bar per kilometre"^^xsd:string . 82 rdfs:label "bar per kilometre"^^xsd:string .
71 83
72 ep-core:bar_m-1 84 ep-core:bar_m-1
73 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 85 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
74 rdfs:label "bar per metre"^^xsd:string . 86 rdfs:label "bar per metre"^^xsd:string .
75 87
76 ep-core:barn 88 ep-core:barn
77 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 89 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
78 rdfs:label "barn (area)"^^xsd:string . 90 rdfs:label "barn (area)"^^xsd:string .
79 91
80 ep-core:barrel_day-1 92 ep-core:barrel_day-1
81 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 93 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
82 rdfs:domain ep-core:VolumetricFlowRate ; 94 rdfs:domain ep-core:VolumetricFlowRate ;
83 rdfs:label "barrel day-1"^^xsd:string . 95 rdfs:label "barrel day-1"^^xsd:string .
84 96
85 ep-core:centiEuclid 97 ep-core:centiEuclid
86 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 98 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
87 rdfs:label "CentiEuclid"^^xsd:string . 99 rdfs:label "CentiEuclid"^^xsd:string .
88 100
89 ep-core:centimetre 101 ep-core:centimetre
90 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 102 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
91 rdfs:domain ep-core:Length ; 103 rdfs:domain ep-core:Length ;
92 rdfs:label "centimetre"^^xsd:string . 104 rdfs:label "centimetre"^^xsd:string .
93 105
94 ep-core:cm2 106 ep-core:cm2
95 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 107 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
96 rdfs:label "square centimetres"^^xsd:string . 108 rdfs:label "square centimetres"^^xsd:string .
97 109
98 ep-core:cm_s-2 110 ep-core:cm_s-2
99 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 111 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
100 rdfs:label "centimetres per second squared"^^xsd:string . 112 rdfs:label "centimetres per second squared"^^xsd:string .
101 113
102 ep-core:count 114 ep-core:count
103 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 115 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
104 rdfs:label "count"^^xsd:string . 116 rdfs:label "count"^^xsd:string .
105 117
118 +ep-core:cycle_s-1
119 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
120 + rdfs:domain ep-core:Frequency ;
121 + rdfs:label "Cycles per second"^^xsd:string .
122 +
106 ep-core:degreesOfAngle_100ft-1 123 ep-core:degreesOfAngle_100ft-1
107 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 124 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
108 rdfs:label "degrees of angle per 100ft"^^xsd:string . 125 rdfs:label "degrees of angle per 100ft"^^xsd:string .
109 126
110 ep-core:degreesOfAngle_30ft-1 127 ep-core:degreesOfAngle_30ft-1
111 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 128 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
112 rdfs:label "degrees of angle per 30ft"^^xsd:string . 129 rdfs:label "degrees of angle per 30ft"^^xsd:string .
113 130
114 ep-core:degreesOfAngle_30m-1 131 ep-core:degreesOfAngle_30m-1
115 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 132 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
116 rdfs:label "degrees of angle per 30m"^^xsd:string . 133 rdfs:label "degrees of angle per 30m"^^xsd:string .
117 134
118 ep-core:degreesOfAngle_ft-1 135 ep-core:degreesOfAngle_ft-1
119 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 136 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
120 rdfs:label "degrees of angle per ft"^^xsd:string . 137 rdfs:label "degrees of angle per ft"^^xsd:string .
121 138
122 ep-core:degreesOfAngle_hr-1 139 ep-core:degreesOfAngle_hr-1
123 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 140 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
124 rdfs:label "degrees of angle per hour"^^xsd:string . 141 rdfs:label "degrees of angle per hour"^^xsd:string .
125 142
126 ep-core:degreesOfAngle_m-1 143 ep-core:degreesOfAngle_m-1
127 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 144 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
128 rdfs:label "degrees of angle per m"^^xsd:string . 145 rdfs:label "degrees of angle per m"^^xsd:string .
129 146
130 ep-core:degreesOfAngle_min-1 147 ep-core:degreesOfAngle_min-1
131 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 148 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
132 rdfs:label "degrees of angle per minute"^^xsd:string . 149 rdfs:label "degrees of angle per minute"^^xsd:string .
133 150
134 ep-core:degreesOfAngle_s-1 151 ep-core:degreesOfAngle_s-1
135 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 152 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
136 rdfs:label "degrees of angle per second"^^xsd:string . 153 rdfs:label "degrees of angle per second"^^xsd:string .
137 154
138 ep-core:dyne 155 ep-core:dyne
139 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 156 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
140 rdfs:label "Dyne"^^xsd:string . 157 rdfs:label "Dyne"^^xsd:string .
141 158
142 ep-core:erg_cm-2 159 ep-core:erg_cm-2
143 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 160 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
144 rdfs:label "ergs per square centimetre"^^xsd:string . 161 rdfs:label "ergs per square centimetre"^^xsd:string .
145 162
146 ep-core:euclid 163 ep-core:euclid
147 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 164 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
148 rdfs:label "Euclid"^^xsd:string . 165 rdfs:label "Euclid"^^xsd:string .
149 166
150 ep-core:fahrenheit 167 ep-core:fahrenheit
151 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 168 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
152 rdfs:domain ep-core:Temperature ; 169 rdfs:domain ep-core:Temperature ;
153 rdfs:label "fahrenheit"^^xsd:string . 170 rdfs:label "fahrenheit"^^xsd:string .
154 171
172 +ep-core:footCandle
173 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
174 + rdfs:domain ep-core:Illuminance ;
175 + rdfs:label "foot candle"^^xsd:string .
176 +
155 ep-core:foot_s-2 177 ep-core:foot_s-2
156 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 178 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
157 rdfs:label "feet per second squared"^^xsd:string . 179 rdfs:label "feet per second squared"^^xsd:string .
158 180
159 ep-core:ft2 181 ep-core:ft2
160 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 182 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
161 rdfs:label "square feet"^^xsd:string . 183 rdfs:label "square feet"^^xsd:string .
162 184
185 +ep-core:ft_100ft-1
186 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
187 + rdfs:domain ep-core:LengthPerLength ;
188 + rdfs:label "feet per 100ft"^^xsd:string .
189 +
190 +ep-core:ft_ft-1
191 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
192 + rdfs:domain ep-core:LengthPerLength ;
193 + rdfs:label "feet per foot"^^xsd:string .
194 +
195 +ep-core:ft_in-1
196 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
197 + rdfs:domain ep-core:LengthPerLength ;
198 + rdfs:label "feet per inch"^^xsd:string .
199 +
200 +ep-core:ft_m-1
201 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
202 + rdfs:domain ep-core:LengthPerLength ;
203 + rdfs:label "feet per metre"^^xsd:string .
204 +
205 +ep-core:ft_mi-1
206 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
207 + rdfs:domain ep-core:LengthPerLength ;
208 + rdfs:label "feet per mile"^^xsd:string .
209 +
163 ep-core:galileo 210 ep-core:galileo
164 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 211 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
165 rdfs:label "galileo"^^xsd:string . 212 rdfs:label "galileo"^^xsd:string .
166 213
167 ep-core:gf 214 ep-core:gf
168 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 215 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
169 rdfs:label "Gram (force)"^^xsd:string . 216 rdfs:label "Gram (force)"^^xsd:string .
170 217
218 +ep-core:ghz
219 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
220 + rdfs:domain ep-core:Frequency ;
221 + rdfs:label "Gigahertz"^^xsd:string .
222 +
171 ep-core:gn 223 ep-core:gn
172 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 224 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
173 rdfs:label "normal acceleration Gn"^^xsd:string . 225 rdfs:label "normal acceleration Gn"^^xsd:string .
174 226
175 ep-core:grain_100ft-3 227 ep-core:grain_100ft-3
176 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 228 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
177 rdfs:label "grain per 100ft3"^^xsd:string . 229 rdfs:label "grain per 100ft3"^^xsd:string .
178 230
179 ep-core:grain_ft-3_1 231 ep-core:grain_ft-3_1
180 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 232 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
181 rdfs:label "grain per ft3"^^xsd:string . 233 rdfs:label "grain per ft3"^^xsd:string .
182 234
183 ep-core:grain_usGallon-1 235 ep-core:grain_usGallon-1
184 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 236 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
185 rdfs:label "grain per US Gallon"^^xsd:string . 237 rdfs:label "grain per US Gallon"^^xsd:string .
186 238
187 ep-core:gram_dm-3 239 ep-core:gram_dm-3
188 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 240 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
189 rdfs:label "gram dm-3"^^xsd:string . 241 rdfs:label "gram dm-3"^^xsd:string .
190 242
191 ep-core:gram_l-1 243 ep-core:gram_l-1
192 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 244 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
193 rdfs:label "grams per litre"^^xsd:string . 245 rdfs:label "grams per litre"^^xsd:string .
194 246
195 ep-core:gram_m-3 247 ep-core:gram_m-3
196 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 248 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
197 rdfs:label "gram m-3"^^xsd:string . 249 rdfs:label "gram m-3"^^xsd:string .
198 250
199 ep-core:gram_ukGallon-1 251 ep-core:gram_ukGallon-1
200 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 252 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
201 rdfs:label "grams per UK Gallon"^^xsd:string . 253 rdfs:label "grams per UK Gallon"^^xsd:string .
202 254
203 ep-core:gram_usGallon-1 255 ep-core:gram_usGallon-1
204 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 256 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
205 rdfs:label "grams per US Gallon"^^xsd:string . 257 rdfs:label "grams per US Gallon"^^xsd:string .
206 258
207 ep-core:hasSetOfAllPartsOfType 259 ep-core:hasSetOfAllPartsOfType
...@@ -210,379 +262,479 @@ ep-core:hasSetOfAllPartsOfType ...@@ -210,379 +262,479 @@ ep-core:hasSetOfAllPartsOfType
210 rdfs:label "basis for"^^xsd:string . 262 rdfs:label "basis for"^^xsd:string .
211 263
212 ep-core:hectare 264 ep-core:hectare
213 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 265 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
214 rdfs:label "hectares"^^xsd:string . 266 rdfs:label "hectares"^^xsd:string .
215 267
268 +ep-core:hz
269 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
270 + rdfs:domain ep-core:Frequency ;
271 + rdfs:label "Hertz"^^xsd:string .
272 +
216 ep-core:in2 273 ep-core:in2
217 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 274 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
218 rdfs:label "square inches"^^xsd:string . 275 rdfs:label "square inches"^^xsd:string .
219 276
220 ep-core:in2_ft-2 277 ep-core:in2_ft-2
221 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 278 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
222 rdfs:label "square inches per square foot"^^xsd:string . 279 rdfs:label "square inches per square foot"^^xsd:string .
223 280
224 ep-core:in2_in-2 281 ep-core:in2_in-2
225 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 282 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
226 rdfs:label "square inches per square inch"^^xsd:string . 283 rdfs:label "square inches per square inch"^^xsd:string .
227 284
228 ep-core:inch_64 285 ep-core:inch_64
229 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 286 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
230 rdfs:domain ep-core:Length ; 287 rdfs:domain ep-core:Length ;
231 rdfs:label "inch/64"^^xsd:string . 288 rdfs:label "inch/64"^^xsd:string .
232 289
233 ep-core:j_cm-2 290 ep-core:j_cm-2
234 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 291 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
235 rdfs:label "joules per square centimetre"^^xsd:string . 292 rdfs:label "joules per square centimetre"^^xsd:string .
236 293
237 ep-core:j_m-2 294 ep-core:j_m-2
238 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 295 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
239 rdfs:label "joules per square metre"^^xsd:string . 296 rdfs:label "joules per square metre"^^xsd:string .
240 297
241 ep-core:kgf 298 ep-core:kgf
242 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 299 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
243 rdfs:label "kg (force)"^^xsd:string . 300 rdfs:label "kg (force)"^^xsd:string .
244 301
245 ep-core:kgf_m_m-2 302 ep-core:kgf_m_m-2
246 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 303 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
247 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; 304 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ;
248 rdfs:label "kg (force) meter per square metre"^^xsd:string . 305 rdfs:label "kg (force) meter per square metre"^^xsd:string .
249 306
307 +ep-core:khz
308 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
309 + rdfs:domain ep-core:Frequency ;
310 + rdfs:label "Kilohertz"^^xsd:string .
311 +
250 ep-core:kiloDyne 312 ep-core:kiloDyne
251 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 313 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
252 rdfs:label "Kilodyne"^^xsd:string . 314 rdfs:label "Kilodyne"^^xsd:string .
253 315
316 +ep-core:kiloLux
317 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
318 + rdfs:domain ep-core:Illuminance ;
319 + rdfs:label "kilolux"^^xsd:string .
320 +
254 ep-core:kiloNewton 321 ep-core:kiloNewton
255 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 322 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
256 rdfs:label "Kilonewton"^^xsd:string . 323 rdfs:label "Kilonewton"^^xsd:string .
257 324
258 ep-core:kilogram_dm-3 325 ep-core:kilogram_dm-3
259 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 326 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
260 rdfs:label "kilogram dm-3"^^xsd:string . 327 rdfs:label "kilogram dm-3"^^xsd:string .
261 328
262 ep-core:kilogram_l-1 329 ep-core:kilogram_l-1
263 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 330 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
264 rdfs:label "kilogram per litre"^^xsd:string . 331 rdfs:label "kilogram per litre"^^xsd:string .
265 332
266 ep-core:kilogram_m-3 333 ep-core:kilogram_m-3
267 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 334 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
268 rdfs:label "kilogram m-3"^^xsd:string . 335 rdfs:label "kilogram m-3"^^xsd:string .
269 336
270 ep-core:kilovolt 337 ep-core:kilovolt
271 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 338 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
272 rdfs:label "kilovolt"^^xsd:string . 339 rdfs:label "kilovolt"^^xsd:string .
273 340
274 ep-core:klbf 341 ep-core:klbf
275 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 342 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
276 rdfs:label "kilopound (force)"^^xsd:string . 343 rdfs:label "kilopound (force)"^^xsd:string .
277 344
278 ep-core:km2 345 ep-core:km2
279 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 346 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
280 rdfs:label "square kilometres"^^xsd:string . 347 rdfs:label "square kilometres"^^xsd:string .
281 348
349 +ep-core:km_cm-1
350 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
351 + rdfs:domain ep-core:LengthPerLength ;
352 + rdfs:label "kilometres per centimetre"^^xsd:string .
353 +
282 ep-core:kpa_100m-1 354 ep-core:kpa_100m-1
283 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 355 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
284 rdfs:label "Kilopascal per 100 metres"^^xsd:string . 356 rdfs:label "Kilopascal per 100 metres"^^xsd:string .
285 357
286 ep-core:kpa_m-1 358 ep-core:kpa_m-1
287 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 359 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
288 rdfs:label "Kilopascal per metre"^^xsd:string . 360 rdfs:label "Kilopascal per metre"^^xsd:string .
289 361
290 ep-core:lbf 362 ep-core:lbf
291 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 363 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
292 rdfs:label "Pounds (force)"^^xsd:string . 364 rdfs:label "Pounds (force)"^^xsd:string .
293 365
294 ep-core:lbf_ft-3 366 ep-core:lbf_ft-3
295 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 367 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
296 rdfs:label "pounds (force) per cubic foot"^^xsd:string . 368 rdfs:label "pounds (force) per cubic foot"^^xsd:string .
297 369
298 ep-core:lbf_ft_in-2 370 ep-core:lbf_ft_in-2
299 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 371 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
300 rdfs:label "pound foot per square inch"^^xsd:string . 372 rdfs:label "pound foot per square inch"^^xsd:string .
301 373
302 ep-core:lbf_usGal-1 374 ep-core:lbf_usGal-1
303 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 375 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
304 rdfs:label "pounds (force) per US Gallon"^^xsd:string . 376 rdfs:label "pounds (force) per US Gallon"^^xsd:string .
305 377
306 ep-core:lbm_1000bbl-1 378 ep-core:lbm_1000bbl-1
307 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 379 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
308 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . 380 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
309 381
310 ep-core:lbm_1000ukGallon-1 382 ep-core:lbm_1000ukGallon-1
311 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 383 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
312 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . 384 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string .
313 385
314 ep-core:lbm_1000usGallon-1 386 ep-core:lbm_1000usGallon-1
315 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 387 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
316 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . 388 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string .
317 389
318 ep-core:lbm_10bbl-1 390 ep-core:lbm_10bbl-1
319 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 391 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
320 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . 392 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string .
321 393
322 ep-core:lbm_bbl-1 394 ep-core:lbm_bbl-1
323 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 395 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
324 rdfs:label "pounds (mass) per barrel"^^xsd:string . 396 rdfs:label "pounds (mass) per barrel"^^xsd:string .
325 397
326 ep-core:lbm_ft-3 398 ep-core:lbm_ft-3
327 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 399 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
328 rdfs:label "pounds (mass) per cubic foot"^^xsd:string . 400 rdfs:label "pounds (mass) per cubic foot"^^xsd:string .
329 401
330 ep-core:lbm_in-3 402 ep-core:lbm_in-3
331 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 403 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
332 rdfs:label "pounds (mass) per cubic inch"^^xsd:string . 404 rdfs:label "pounds (mass) per cubic inch"^^xsd:string .
333 405
334 ep-core:lbm_millibarrel-1 406 ep-core:lbm_millibarrel-1
335 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 407 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
336 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . 408 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string .
337 409
338 ep-core:lbm_ukGallon-1 410 ep-core:lbm_ukGallon-1
339 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 411 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
340 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . 412 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string .
341 413
342 ep-core:lbm_usGallon-1 414 ep-core:lbm_usGallon-1
343 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 415 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
344 rdfs:label "pounds (mass) per US Gallon"^^xsd:string . 416 rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
345 417
418 +ep-core:lm_m-2
419 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
420 + rdfs:domain ep-core:Illuminance ;
421 + rdfs:label "lumens per square metre"^^xsd:string .
422 +
423 +ep-core:lux
424 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
425 + rdfs:domain ep-core:Illuminance ;
426 + rdfs:label "lux"^^xsd:string .
427 +
346 ep-core:m2 428 ep-core:m2
347 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 429 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
348 rdfs:label "square metres"^^xsd:string . 430 rdfs:label "square metres"^^xsd:string .
349 431
350 ep-core:m2_m-2 432 ep-core:m2_m-2
351 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 433 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
352 rdfs:label "square metres per square metre"^^xsd:string . 434 rdfs:label "square metres per square metre"^^xsd:string .
353 435
354 -ep-core:masseq_100g 436 +ep-core:m_30m-1
355 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 437 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
438 + rdfs:domain ep-core:LengthPerLength ;
439 + rdfs:label "metres per 30m"^^xsd:string .
440 +
441 +ep-core:m_cm-2
442 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
443 + rdfs:domain ep-core:LengthPerLength ;
444 + rdfs:label "metres per centimetre"^^xsd:string .
445 +
446 +ep-core:m_km-1
447 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
448 + rdfs:domain ep-core:LengthPerLength ;
449 + rdfs:label "metres per kilometre"^^xsd:string .
450 +
451 +ep-core:m_m-1
452 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
453 + rdfs:domain ep-core:LengthPerLength ;
454 + rdfs:label "metres per metre"^^xsd:string .
455 +
456 +ep-core:masseq_100g
457 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
356 rdfs:label "mass equivalent (100 grams)"^^xsd:string . 458 rdfs:label "mass equivalent (100 grams)"^^xsd:string .
357 459
358 ep-core:masseq_g 460 ep-core:masseq_g
359 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 461 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
360 rdfs:label "mass equivalent (grams)"^^xsd:string . 462 rdfs:label "mass equivalent (grams)"^^xsd:string .
361 463
362 ep-core:masseq_kg 464 ep-core:masseq_kg
363 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 465 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
364 rdfs:label "mass equivalent (kilograms)"^^xsd:string . 466 rdfs:label "mass equivalent (kilograms)"^^xsd:string .
365 467
366 ep-core:megaGramF 468 ep-core:megaGramF
367 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 469 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
368 rdfs:label "Megagram (force)"^^xsd:string . 470 rdfs:label "Megagram (force)"^^xsd:string .
369 471
370 ep-core:megaNewton 472 ep-core:megaNewton
371 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 473 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
372 rdfs:label "Meganewton"^^xsd:string . 474 rdfs:label "Meganewton"^^xsd:string .
373 475
374 ep-core:megagram_m-3 476 ep-core:megagram_m-3
375 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 477 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
376 rdfs:label "Megagram m-3"^^xsd:string . 478 rdfs:label "Megagram m-3"^^xsd:string .
377 479
480 +ep-core:megahertz
481 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
482 + rdfs:domain ep-core:Frequency ;
483 + rdfs:label "Megahertz"^^xsd:string .
484 +
378 ep-core:megavolt 485 ep-core:megavolt
379 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 486 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
380 rdfs:label "Megavolt"^^xsd:string . 487 rdfs:label "Megavolt"^^xsd:string .
381 488
382 ep-core:metre3_hour-1 489 ep-core:metre3_hour-1
383 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 490 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
384 rdfs:domain ep-core:VolumetricFlowRate ; 491 rdfs:domain ep-core:VolumetricFlowRate ;
385 rdfs:label "metre3 hour-1"^^xsd:string . 492 rdfs:label "metre3 hour-1"^^xsd:string .
386 493
387 ep-core:metre_s-2 494 ep-core:metre_s-2
388 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 495 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
389 rdfs:label "metres per second squared"^^xsd:string . 496 rdfs:label "metres per second squared"^^xsd:string .
390 497
391 ep-core:mgn 498 ep-core:mgn
392 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 499 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
393 rdfs:label "milliGn - normal acceleration"^^xsd:string . 500 rdfs:label "milliGn - normal acceleration"^^xsd:string .
394 501
395 ep-core:mi2 502 ep-core:mi2
396 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 503 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
397 rdfs:label "square miles"^^xsd:string . 504 rdfs:label "square miles"^^xsd:string .
398 505
506 +ep-core:mi_in-1
507 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
508 + rdfs:domain ep-core:LengthPerLength ;
509 + rdfs:label "miles per inch"^^xsd:string .
510 +
399 ep-core:microEuclid 511 ep-core:microEuclid
400 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 512 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
401 rdfs:label "MicroEuclid"^^xsd:string . 513 rdfs:label "MicroEuclid"^^xsd:string .
402 514
403 ep-core:microNewton 515 ep-core:microNewton
404 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 516 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
405 rdfs:label "MIcronewton"^^xsd:string . 517 rdfs:label "MIcronewton"^^xsd:string .
406 518
407 ep-core:microgram_cm-3 519 ep-core:microgram_cm-3
408 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 520 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
409 rdfs:label "microgram cm-3"^^xsd:string . 521 rdfs:label "microgram cm-3"^^xsd:string .
410 522
411 ep-core:microvolt 523 ep-core:microvolt
412 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 524 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
413 rdfs:label "microvolt"^^xsd:string . 525 rdfs:label "microvolt"^^xsd:string .
414 526
415 ep-core:milliEuclid 527 ep-core:milliEuclid
416 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 528 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
417 rdfs:label "MilliEuclid"^^xsd:string . 529 rdfs:label "MilliEuclid"^^xsd:string .
418 530
419 ep-core:milliNewton 531 ep-core:milliNewton
420 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 532 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
421 rdfs:label "Millinewton"^^xsd:string . 533 rdfs:label "Millinewton"^^xsd:string .
422 534
423 ep-core:milliPa_second 535 ep-core:milliPa_second
424 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 536 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
425 rdfs:domain ep-core:PlasticViscosity ; 537 rdfs:domain ep-core:PlasticViscosity ;
426 rdfs:label "MPa.second"^^xsd:string . 538 rdfs:label "MPa.second"^^xsd:string .
427 539
428 ep-core:milligalileo 540 ep-core:milligalileo
429 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 541 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
430 rdfs:label "milligalileo"^^xsd:string . 542 rdfs:label "milligalileo"^^xsd:string .
431 543
432 ep-core:milligram_dm-3 544 ep-core:milligram_dm-3
433 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 545 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
434 rdfs:label "milligram dm-3"^^xsd:string . 546 rdfs:label "milligram dm-3"^^xsd:string .
435 547
436 ep-core:milligram_l-1 548 ep-core:milligram_l-1
437 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 549 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
438 rdfs:label "milligrams per litre"^^xsd:string . 550 rdfs:label "milligrams per litre"^^xsd:string .
439 551
440 ep-core:milligram_m-3 552 ep-core:milligram_m-3
441 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 553 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
442 rdfs:label "milligram m-3"^^xsd:string . 554 rdfs:label "milligram m-3"^^xsd:string .
443 555
444 ep-core:milligram_usGallon-1 556 ep-core:milligram_usGallon-1
445 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 557 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
446 rdfs:label "milligrams per US Gallon"^^xsd:string . 558 rdfs:label "milligrams per US Gallon"^^xsd:string .
447 559
560 +ep-core:millihertz
561 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
562 + rdfs:domain ep-core:Frequency ;
563 + rdfs:label "millihertz"^^xsd:string .
564 +
448 ep-core:millivolt 565 ep-core:millivolt
449 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 566 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
450 rdfs:label "millivolt"^^xsd:string . 567 rdfs:label "millivolt"^^xsd:string .
451 568
452 ep-core:mj_cm-2 569 ep-core:mj_cm-2
453 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 570 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
454 rdfs:label "millijoules per square centimetre"^^xsd:string . 571 rdfs:label "millijoules per square centimetre"^^xsd:string .
455 572
456 ep-core:mj_m-2 573 ep-core:mj_m-2
457 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 574 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
458 rdfs:label "millijoules per square metre"^^xsd:string . 575 rdfs:label "millijoules per square metre"^^xsd:string .
459 576
460 ep-core:mm2 577 ep-core:mm2
461 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 578 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
462 rdfs:label "square millimetres"^^xsd:string . 579 rdfs:label "square millimetres"^^xsd:string .
463 580
464 ep-core:mm2_mm-2 581 ep-core:mm2_mm-2
465 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 582 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
466 rdfs:label "square millimetres per square millimetre"^^xsd:string . 583 rdfs:label "square millimetres per square millimetre"^^xsd:string .
467 584
468 ep-core:mpa_m-1 585 ep-core:mpa_m-1
469 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 586 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
470 rdfs:label "megapascal per metre"^^xsd:string . 587 rdfs:label "megapascal per metre"^^xsd:string .
471 588
472 ep-core:n_m-3 589 ep-core:n_m-3
473 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 590 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
474 rdfs:label "Newtons per square metre"^^xsd:string . 591 rdfs:label "Newtons per square metre"^^xsd:string .
475 592
476 ep-core:n_m-E 593 ep-core:n_m-E
477 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 594 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
478 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; 595 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ;
479 rdfs:label "joules per square centimetre"^^xsd:string . 596 rdfs:label "joules per square centimetre"^^xsd:string .
480 597
481 ep-core:nanoEuclid 598 ep-core:nanoEuclid
482 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 599 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
483 rdfs:label "NanoEuclid"^^xsd:string . 600 rdfs:label "NanoEuclid"^^xsd:string .
484 601
485 ep-core:newton 602 ep-core:newton
486 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 603 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
487 rdfs:label "Newton"^^xsd:string . 604 rdfs:label "Newton"^^xsd:string .
488 605
489 ep-core:ozf 606 ep-core:ozf
490 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 607 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
491 rdfs:label "Ounces (force)"^^xsd:string . 608 rdfs:label "Ounces (force)"^^xsd:string .
492 609
493 ep-core:pascal_m-1 610 ep-core:pascal_m-1
494 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 611 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
495 rdfs:label "Pascal per metre"^^xsd:string . 612 rdfs:label "Pascal per metre"^^xsd:string .
496 613
497 ep-core:pdl 614 ep-core:pdl
498 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 615 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
499 rdfs:label "Poundal"^^xsd:string . 616 rdfs:label "Poundal"^^xsd:string .
500 617
618 +ep-core:perAnnum
619 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
620 + rdfs:domain ep-core:Frequency ;
621 + rdfs:label "per annum"^^xsd:string .
622 +
623 +ep-core:perDay
624 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
625 + rdfs:domain ep-core:Frequency ;
626 + rdfs:label "per day"^^xsd:string .
627 +
628 +ep-core:perHour
629 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
630 + rdfs:domain ep-core:Frequency ;
631 + rdfs:label "per hour"^^xsd:string .
632 +
633 +ep-core:perMinute
634 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
635 + rdfs:domain ep-core:Frequency ;
636 + rdfs:label "per minute"^^xsd:string .
637 +
638 +ep-core:perSecond
639 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
640 + rdfs:domain ep-core:Frequency ;
641 + rdfs:label "per second"^^xsd:string .
642 +
643 +ep-core:perWeek
644 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
645 + rdfs:domain ep-core:Frequency ;
646 + rdfs:label "per week"^^xsd:string .
647 +
501 ep-core:psi_1000ft-1 648 ep-core:psi_1000ft-1
502 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 649 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
503 rdfs:label "psi per 1000ft"^^xsd:string . 650 rdfs:label "psi per 1000ft"^^xsd:string .
504 651
505 ep-core:psi_100ft-1 652 ep-core:psi_100ft-1
506 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 653 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
507 rdfs:label "psi per 100ft"^^xsd:string . 654 rdfs:label "psi per 100ft"^^xsd:string .
508 655
509 ep-core:psi_ft-1 656 ep-core:psi_ft-1
510 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 657 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
511 rdfs:label "psi per ft"^^xsd:string . 658 rdfs:label "psi per ft"^^xsd:string .
512 659
513 ep-core:psi_m-1 660 ep-core:psi_m-1
514 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 661 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
515 rdfs:label "psi per metre"^^xsd:string . 662 rdfs:label "psi per metre"^^xsd:string .
516 663
517 ep-core:radian_ft-1 664 ep-core:radian_ft-1
518 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 665 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
519 rdfs:label "radians per ft"^^xsd:string . 666 rdfs:label "radians per ft"^^xsd:string .
520 667
521 ep-core:radian_m-1 668 ep-core:radian_m-1
522 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 669 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
523 rdfs:label "radians per m"^^xsd:string . 670 rdfs:label "radians per m"^^xsd:string .
524 671
525 ep-core:radian_s-1 672 ep-core:radian_s-1
526 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 673 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
527 rdfs:label "radians per s"^^xsd:string . 674 rdfs:label "radians per s"^^xsd:string .
528 675
529 ep-core:rev_min-1 676 ep-core:rev_min-1
530 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 677 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
531 rdfs:label "revolutions per minute"^^xsd:string . 678 rdfs:label "revolutions per minute"^^xsd:string .
532 679
533 ep-core:rev_s-1 680 ep-core:rev_s-1
534 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 681 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
535 rdfs:label "revolutions per second"^^xsd:string . 682 rdfs:label "revolutions per second"^^xsd:string .
536 683
537 ep-core:ten_megagram_m-3 684 ep-core:ten_megagram_m-3
538 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 685 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
539 rdfs:label "10 Megagram m-3"^^xsd:string . 686 rdfs:label "10 Megagram m-3"^^xsd:string .
540 687
541 ep-core:thousand_barrel 688 ep-core:thousand_barrel
542 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 689 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
543 rdfs:label "thousand barrel"^^xsd:string . 690 rdfs:label "thousand barrel"^^xsd:string .
544 691
692 +ep-core:uhz
693 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
694 + rdfs:domain ep-core:Frequency ;
695 + rdfs:label "microHertz"^^xsd:string .
696 +
545 ep-core:ukTonF 697 ep-core:ukTonF
546 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 698 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
547 rdfs:label "UK Ton (force)"^^xsd:string . 699 rdfs:label "UK Ton (force)"^^xsd:string .
548 700
549 ep-core:um2 701 ep-core:um2
550 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 702 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
551 rdfs:label "square micrometres"^^xsd:string . 703 rdfs:label "square micrometres"^^xsd:string .
552 704
553 ep-core:usTonF 705 ep-core:usTonF
554 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 706 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
555 rdfs:label "US Ton (force)"^^xsd:string . 707 rdfs:label "US Ton (force)"^^xsd:string .
556 708
557 ep-core:us_mi2 709 ep-core:us_mi2
558 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 710 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
559 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 711 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
560 rdfs:label "square miles (US)"^^xsd:string . 712 rdfs:label "square miles (US)"^^xsd:string .
561 713
562 ep-core:volt 714 ep-core:volt
563 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 715 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
564 rdfs:label "Volt"^^xsd:string . 716 rdfs:label "Volt"^^xsd:string .
565 717
566 ep-core:yd2 718 ep-core:yd2
567 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 719 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
568 rdfs:label "square yards"^^xsd:string . 720 rdfs:label "square yards"^^xsd:string .
569 721
570 ep-prodcore:DensityAt0degC1atm 722 ep-prodcore:DensityAt0degC1atm
571 - rdf:type rdfs:Class , ep-core:PropertySpace ; 723 + rdf:type ep-core:PropertySpace , rdfs:Class ;
572 rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; 724 rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ;
573 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 725 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
574 726
575 ep-prodcore:DensityAt15degC1atm 727 ep-prodcore:DensityAt15degC1atm
576 - rdf:type ep-core:PropertySpace , rdfs:Class ; 728 + rdf:type rdfs:Class , ep-core:PropertySpace ;
577 rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; 729 rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ;
578 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 730 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
579 731
580 ep-prodcore:DensityAt60degF1atm 732 ep-prodcore:DensityAt60degF1atm
581 - rdf:type rdfs:Class , ep-core:PropertySpace ; 733 + rdf:type ep-core:PropertySpace , rdfs:Class ;
582 rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; 734 rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ;
583 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 735 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
584 736
585 ep-prodcore:MeasureOfDensityOfMaterial 737 ep-prodcore:MeasureOfDensityOfMaterial
586 - rdf:type ep-core:PropertySpace , rdfs:Class ; 738 + rdf:type rdfs:Class , ep-core:PropertySpace ;
587 rdfs:label "measure of density of material"^^xsd:string ; 739 rdfs:label "measure of density of material"^^xsd:string ;
588 rdfs:subClassOf owl:Class . 740 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
...@@ -1566,6 +1566,267 @@ ep-dpr-spin-lib:selectForceScale ...@@ -1566,6 +1566,267 @@ ep-dpr-spin-lib:selectForceScale
1566 ]) 1566 ])
1567 ] . 1567 ] .
1568 1568
1569 +ep-dpr-spin-lib:selectFrequencyScale
1570 + rdf:type spin:Function ;
1571 + rdfs:label "select frequency scale"^^xsd:string ;
1572 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
1573 + spin:body
1574 + [ rdf:type sp:Select ;
1575 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
1576 + ]) ;
1577 + sp:where ([ rdf:type sp:Bind ;
1578 + sp:expression
1579 + [ rdf:type sp:if ;
1580 + sp:arg1 [ rdf:type sp:eq ;
1581 + sp:arg1 spin:_arg1 ;
1582 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_1d>
1583 + ] ;
1584 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perDay> ;
1585 + sp:arg3 [ rdf:type sp:if ;
1586 + sp:arg1 [ rdf:type sp:eq ;
1587 + sp:arg1 spin:_arg1 ;
1588 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_kEucs>
1589 + ] ;
1590 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1591 + sp:arg3 [ rdf:type sp:if ;
1592 + sp:arg1 [ rdf:type sp:eq ;
1593 + sp:arg1 spin:_arg1 ;
1594 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_Hz>
1595 + ] ;
1596 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#hz> ;
1597 + sp:arg3 [ rdf:type sp:if ;
1598 + sp:arg1 [ rdf:type sp:eq ;
1599 + sp:arg1 spin:_arg1 ;
1600 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_GHz>
1601 + ] ;
1602 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ghz> ;
1603 + sp:arg3 [ rdf:type sp:if ;
1604 + sp:arg1 [ rdf:type sp:eq ;
1605 + sp:arg1 spin:_arg1 ;
1606 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_uHz>
1607 + ] ;
1608 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#uhz> ;
1609 + sp:arg3 [ rdf:type sp:if ;
1610 + sp:arg1 [ rdf:type sp:eq ;
1611 + sp:arg1 spin:_arg1 ;
1612 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_cs>
1613 + ] ;
1614 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cycle_s-1> ;
1615 + sp:arg3 [ rdf:type sp:if ;
1616 + sp:arg1 [ rdf:type sp:eq ;
1617 + sp:arg1 spin:_arg1 ;
1618 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_MHz>
1619 + ] ;
1620 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megahertz> ;
1621 + sp:arg3 [ rdf:type sp:if ;
1622 + sp:arg1 [ rdf:type sp:eq ;
1623 + sp:arg1 spin:_arg1 ;
1624 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_kHz>
1625 + ] ;
1626 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#khz> ;
1627 + sp:arg3 [ rdf:type sp:if ;
1628 + sp:arg1 [ rdf:type sp:eq ;
1629 + sp:arg1 spin:_arg1 ;
1630 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_1h>
1631 + ] ;
1632 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perHour> ;
1633 + sp:arg3 [ rdf:type sp:if ;
1634 + sp:arg1 [ rdf:type sp:eq ;
1635 + sp:arg1 spin:_arg1 ;
1636 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_1min>
1637 + ] ;
1638 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perMinute> ;
1639 + sp:arg3 [ rdf:type sp:if ;
1640 + sp:arg1 [ rdf:type sp:eq ;
1641 + sp:arg1 spin:_arg1 ;
1642 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_1wk>
1643 + ] ;
1644 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perWeek> ;
1645 + sp:arg3 [ rdf:type sp:if ;
1646 + sp:arg1 [ rdf:type sp:eq ;
1647 + sp:arg1 spin:_arg1 ;
1648 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_mHz>
1649 + ] ;
1650 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#millihertz> ;
1651 + sp:arg3 [ rdf:type sp:if ;
1652 + sp:arg1 [ rdf:type sp:eq ;
1653 + sp:arg1 spin:_arg1 ;
1654 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_1s>
1655 + ] ;
1656 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perSecond> ;
1657 + sp:arg3 [ rdf:type sp:if ;
1658 + sp:arg1 [ rdf:type sp:eq ;
1659 + sp:arg1 spin:_arg1 ;
1660 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FU_1a>
1661 + ] ;
1662 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perAnnum> ;
1663 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1664 + ]
1665 + ]
1666 + ]
1667 + ]
1668 + ]
1669 + ]
1670 + ]
1671 + ]
1672 + ]
1673 + ]
1674 + ]
1675 + ]
1676 + ]
1677 + ] ;
1678 + sp:variable
1679 + [ sp:varName "myVar"^^xsd:string
1680 + ]
1681 + ])
1682 + ] .
1683 +
1684 +ep-dpr-spin-lib:selectIlluminanceScale
1685 + rdf:type spin:Function ;
1686 + rdfs:label "select illuminance scale"^^xsd:string ;
1687 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
1688 + spin:body
1689 + [ rdf:type sp:Select ;
1690 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
1691 + ]) ;
1692 + sp:where ([ rdf:type sp:Bind ;
1693 + sp:expression
1694 + [ rdf:type sp:if ;
1695 + sp:arg1 [ rdf:type sp:eq ;
1696 + sp:arg1 spin:_arg1 ;
1697 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IU_klx>
1698 + ] ;
1699 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kiloLux> ;
1700 + sp:arg3 [ rdf:type sp:if ;
1701 + sp:arg1 [ rdf:type sp:eq ;
1702 + sp:arg1 spin:_arg1 ;
1703 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IU_footcandle>
1704 + ] ;
1705 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#footCandle> ;
1706 + sp:arg3 [ rdf:type sp:if ;
1707 + sp:arg1 [ rdf:type sp:eq ;
1708 + sp:arg1 spin:_arg1 ;
1709 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IU_lmm2>
1710 + ] ;
1711 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lm_m-2> ;
1712 + sp:arg3 [ rdf:type sp:if ;
1713 + sp:arg1 [ rdf:type sp:eq ;
1714 + sp:arg1 spin:_arg1 ;
1715 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IU_lx>
1716 + ] ;
1717 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lux> ;
1718 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1719 + ]
1720 + ]
1721 + ]
1722 + ] ;
1723 + sp:variable
1724 + [ sp:varName "myVar"^^xsd:string
1725 + ]
1726 + ])
1727 + ] .
1728 +
1729 +ep-dpr-spin-lib:selectLengthPerLengthScale
1730 + rdf:type spin:Function ;
1731 + rdfs:label "select density scale"^^xsd:string ;
1732 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
1733 + spin:body
1734 + [ rdf:type sp:Select ;
1735 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
1736 + ]) ;
1737 + sp:where ([ rdf:type sp:Bind ;
1738 + sp:expression
1739 + [ rdf:type sp:if ;
1740 + sp:arg1 [ rdf:type sp:eq ;
1741 + sp:arg1 spin:_arg1 ;
1742 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_ftin>
1743 + ] ;
1744 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_in-1> ;
1745 + sp:arg3 [ rdf:type sp:if ;
1746 + sp:arg1 [ rdf:type sp:eq ;
1747 + sp:arg1 spin:_arg1 ;
1748 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_mcm>
1749 + ] ;
1750 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_cm-2> ;
1751 + sp:arg3 [ rdf:type sp:if ;
1752 + sp:arg1 [ rdf:type sp:eq ;
1753 + sp:arg1 spin:_arg1 ;
1754 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_ft100ft>
1755 + ] ;
1756 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_100ft-1> ;
1757 + sp:arg3 [ rdf:type sp:if ;
1758 + sp:arg1 [ rdf:type sp:eq ;
1759 + sp:arg1 spin:_arg1 ;
1760 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_mkm>
1761 + ] ;
1762 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_km-1> ;
1763 + sp:arg3 [ rdf:type sp:if ;
1764 + sp:arg1 [ rdf:type sp:eq ;
1765 + sp:arg1 spin:_arg1 ;
1766 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_ftft>
1767 + ] ;
1768 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_ft-1> ;
1769 + sp:arg3 [ rdf:type sp:if ;
1770 + sp:arg1 [ rdf:type sp:eq ;
1771 + sp:arg1 spin:_arg1 ;
1772 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_m30m>
1773 + ] ;
1774 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_30m-1> ;
1775 + sp:arg3 [ rdf:type sp:if ;
1776 + sp:arg1 [ rdf:type sp:eq ;
1777 + sp:arg1 spin:_arg1 ;
1778 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_ftm>
1779 + ] ;
1780 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_m-1> ;
1781 + sp:arg3 [ rdf:type sp:if ;
1782 + sp:arg1 [ rdf:type sp:eq ;
1783 + sp:arg1 spin:_arg1 ;
1784 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_miin>
1785 + ] ;
1786 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mi_in-1> ;
1787 + sp:arg3 [ rdf:type sp:if ;
1788 + sp:arg1 [ rdf:type sp:eq ;
1789 + sp:arg1 spin:_arg1 ;
1790 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_mm>
1791 + ] ;
1792 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m_m-1> ;
1793 + sp:arg3 [ rdf:type sp:if ;
1794 + sp:arg1 [ rdf:type sp:eq ;
1795 + sp:arg1 spin:_arg1 ;
1796 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_>
1797 + ] ;
1798 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1799 + sp:arg3 [ rdf:type sp:if ;
1800 + sp:arg1 [ rdf:type sp:eq ;
1801 + sp:arg1 spin:_arg1 ;
1802 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_ftmi>
1803 + ] ;
1804 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft_mi-1> ;
1805 + sp:arg3 [ rdf:type sp:if ;
1806 + sp:arg1 [ rdf:type sp:eq ;
1807 + sp:arg1 spin:_arg1 ;
1808 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#LPLU_kmcm>
1809 + ] ;
1810 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#km_cm-1> ;
1811 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
1812 + ]
1813 + ]
1814 + ]
1815 + ]
1816 + ]
1817 + ]
1818 + ]
1819 + ]
1820 + ]
1821 + ]
1822 + ]
1823 + ] ;
1824 + sp:variable
1825 + [ sp:varName "myVar"^^xsd:string
1826 + ]
1827 + ])
1828 + ] .
1829 +
1569 ep-dpr-spin-lib:selectLengthScale 1830 ep-dpr-spin-lib:selectLengthScale
1570 rdf:type spin:Function ; 1831 rdf:type spin:Function ;
1571 rdfs:label "select Length scale"^^xsd:string ; 1832 rdfs:label "select Length scale"^^xsd:string ;
......