David Leal

Update to production-core and DPR-lib to support well test data.

...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
2 # imports: http://www.reportinghub.no/ep/schema/1.0/core 2 # imports: http://www.reportinghub.no/ep/schema/1.0/core
3 3
4 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 4 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
5 +@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> .
5 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
...@@ -12,192 +13,195 @@ ...@@ -12,192 +13,195 @@
12 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
13 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
14 15
16 +ep-core:Density
17 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
18 +
15 ep-core:GP_cm-1 19 ep-core:GP_cm-1
16 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 20 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
17 rdfs:label "Gigapascals per centimetre"^^xsd:string . 21 rdfs:label "Gigapascals per centimetre"^^xsd:string .
18 22
19 ep-core:MeasureOfFlowOfMaterial 23 ep-core:MeasureOfFlowOfMaterial
20 - rdf:type ep-core:PropertySpace , rdfs:Class ; 24 + rdf:type rdfs:Class , ep-core:PropertySpace ;
21 rdfs:label "measure of flow of material"^^xsd:string ; 25 rdfs:label "measure of flow of material"^^xsd:string ;
22 rdfs:subClassOf owl:Class . 26 rdfs:subClassOf owl:Class .
23 27
24 ep-core:VolumeFlowRateAt15degC1atm 28 ep-core:VolumeFlowRateAt15degC1atm
25 - rdf:type rdfs:Class , ep-core:PropertySpace ; 29 + rdf:type ep-core:PropertySpace , rdfs:Class ;
26 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; 30 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
27 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 31 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
28 32
29 ep-core:VolumeFlowRateAt1degC1atm 33 ep-core:VolumeFlowRateAt1degC1atm
30 - rdf:type rdfs:Class , ep-core:PropertySpace ; 34 + rdf:type ep-core:PropertySpace , rdfs:Class ;
31 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; 35 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
32 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 36 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
33 37
34 ep-core:VolumeFlowRateAt60degF1atm 38 ep-core:VolumeFlowRateAt60degF1atm
35 - rdf:type rdfs:Class , ep-core:PropertySpace ; 39 + rdf:type ep-core:PropertySpace , rdfs:Class ;
36 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; 40 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
37 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 41 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
38 42
39 ep-core:acre 43 ep-core:acre
40 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 44 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
41 rdfs:label "acres"^^xsd:string . 45 rdfs:label "acres"^^xsd:string .
42 46
43 ep-core:apiDensity 47 ep-core:apiDensity
44 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 48 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
45 rdfs:label "API Density"^^xsd:string . 49 rdfs:label "API Density"^^xsd:string .
46 50
47 ep-core:atm_100m-1 51 ep-core:atm_100m-1
48 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 52 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
49 rdfs:label "atmospheres per 100 metres"^^xsd:string . 53 rdfs:label "atmospheres per 100 metres"^^xsd:string .
50 54
51 ep-core:atm_ft-1 55 ep-core:atm_ft-1
52 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 56 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
53 rdfs:label "atmospheres per foot"^^xsd:string . 57 rdfs:label "atmospheres per foot"^^xsd:string .
54 58
55 ep-core:atm_m-1 59 ep-core:atm_m-1
56 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 60 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
57 rdfs:label "atmospheres per metre"^^xsd:string . 61 rdfs:label "atmospheres per metre"^^xsd:string .
58 62
59 ep-core:atmosphere 63 ep-core:atmosphere
60 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 64 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
61 rdfs:domain ep-core:Pressure ; 65 rdfs:domain ep-core:Pressure ;
62 rdfs:label "atmosphere"^^xsd:string . 66 rdfs:label "atmosphere"^^xsd:string .
63 67
64 ep-core:bar_km-1 68 ep-core:bar_km-1
65 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 69 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
66 rdfs:label "bar per kilometre"^^xsd:string . 70 rdfs:label "bar per kilometre"^^xsd:string .
67 71
68 ep-core:bar_m-1 72 ep-core:bar_m-1
69 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 73 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
70 rdfs:label "bar per metre"^^xsd:string . 74 rdfs:label "bar per metre"^^xsd:string .
71 75
72 ep-core:barn 76 ep-core:barn
73 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 77 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
74 rdfs:label "barn (area)"^^xsd:string . 78 rdfs:label "barn (area)"^^xsd:string .
75 79
76 ep-core:barrel_day-1 80 ep-core:barrel_day-1
77 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 81 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
78 rdfs:domain ep-core:VolumetricFlowRate ; 82 rdfs:domain ep-core:VolumetricFlowRate ;
79 rdfs:label "barrel day-1"^^xsd:string . 83 rdfs:label "barrel day-1"^^xsd:string .
80 84
81 ep-core:centiEuclid 85 ep-core:centiEuclid
82 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 86 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
83 rdfs:label "CentiEuclid"^^xsd:string . 87 rdfs:label "CentiEuclid"^^xsd:string .
84 88
85 ep-core:centimetre 89 ep-core:centimetre
86 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 90 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
87 rdfs:domain ep-core:Length ; 91 rdfs:domain ep-core:Length ;
88 rdfs:label "centimetre"^^xsd:string . 92 rdfs:label "centimetre"^^xsd:string .
89 93
90 ep-core:cm2 94 ep-core:cm2
91 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 95 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
92 rdfs:label "square centimetres"^^xsd:string . 96 rdfs:label "square centimetres"^^xsd:string .
93 97
94 ep-core:cm_s-2 98 ep-core:cm_s-2
95 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 99 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
96 rdfs:label "centimetres per second squared"^^xsd:string . 100 rdfs:label "centimetres per second squared"^^xsd:string .
97 101
98 ep-core:count 102 ep-core:count
99 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 103 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
100 rdfs:label "count"^^xsd:string . 104 rdfs:label "count"^^xsd:string .
101 105
102 ep-core:degreesOfAngle_100ft-1 106 ep-core:degreesOfAngle_100ft-1
103 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 107 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
104 rdfs:label "degrees of angle per 100ft"^^xsd:string . 108 rdfs:label "degrees of angle per 100ft"^^xsd:string .
105 109
106 ep-core:degreesOfAngle_30ft-1 110 ep-core:degreesOfAngle_30ft-1
107 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 111 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
108 rdfs:label "degrees of angle per 30ft"^^xsd:string . 112 rdfs:label "degrees of angle per 30ft"^^xsd:string .
109 113
110 ep-core:degreesOfAngle_30m-1 114 ep-core:degreesOfAngle_30m-1
111 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 115 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
112 rdfs:label "degrees of angle per 30m"^^xsd:string . 116 rdfs:label "degrees of angle per 30m"^^xsd:string .
113 117
114 ep-core:degreesOfAngle_ft-1 118 ep-core:degreesOfAngle_ft-1
115 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 119 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
116 rdfs:label "degrees of angle per ft"^^xsd:string . 120 rdfs:label "degrees of angle per ft"^^xsd:string .
117 121
118 ep-core:degreesOfAngle_hr-1 122 ep-core:degreesOfAngle_hr-1
119 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 123 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
120 rdfs:label "degrees of angle per hour"^^xsd:string . 124 rdfs:label "degrees of angle per hour"^^xsd:string .
121 125
122 ep-core:degreesOfAngle_m-1 126 ep-core:degreesOfAngle_m-1
123 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 127 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
124 rdfs:label "degrees of angle per m"^^xsd:string . 128 rdfs:label "degrees of angle per m"^^xsd:string .
125 129
126 ep-core:degreesOfAngle_min-1 130 ep-core:degreesOfAngle_min-1
127 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 131 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
128 rdfs:label "degrees of angle per minute"^^xsd:string . 132 rdfs:label "degrees of angle per minute"^^xsd:string .
129 133
130 ep-core:degreesOfAngle_s-1 134 ep-core:degreesOfAngle_s-1
131 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 135 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
132 rdfs:label "degrees of angle per second"^^xsd:string . 136 rdfs:label "degrees of angle per second"^^xsd:string .
133 137
134 ep-core:dyne 138 ep-core:dyne
135 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 139 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
136 rdfs:label "Dyne"^^xsd:string . 140 rdfs:label "Dyne"^^xsd:string .
137 141
138 ep-core:erg_cm-2 142 ep-core:erg_cm-2
139 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 143 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
140 rdfs:label "ergs per square centimetre"^^xsd:string . 144 rdfs:label "ergs per square centimetre"^^xsd:string .
141 145
142 ep-core:euclid 146 ep-core:euclid
143 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 147 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
144 rdfs:label "Euclid"^^xsd:string . 148 rdfs:label "Euclid"^^xsd:string .
145 149
146 ep-core:fahrenheit 150 ep-core:fahrenheit
147 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 151 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
148 rdfs:domain ep-core:Temperature ; 152 rdfs:domain ep-core:Temperature ;
149 rdfs:label "fahrenheit"^^xsd:string . 153 rdfs:label "fahrenheit"^^xsd:string .
150 154
151 ep-core:foot_s-2 155 ep-core:foot_s-2
152 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 156 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
153 rdfs:label "feet per second squared"^^xsd:string . 157 rdfs:label "feet per second squared"^^xsd:string .
154 158
155 ep-core:ft2 159 ep-core:ft2
156 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 160 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
157 rdfs:label "square feet"^^xsd:string . 161 rdfs:label "square feet"^^xsd:string .
158 162
159 ep-core:galileo 163 ep-core:galileo
160 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 164 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
161 rdfs:label "galileo"^^xsd:string . 165 rdfs:label "galileo"^^xsd:string .
162 166
163 ep-core:gf 167 ep-core:gf
164 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 168 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
165 rdfs:label "Gram (force)"^^xsd:string . 169 rdfs:label "Gram (force)"^^xsd:string .
166 170
167 ep-core:gn 171 ep-core:gn
168 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 172 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
169 rdfs:label "normal acceleration Gn"^^xsd:string . 173 rdfs:label "normal acceleration Gn"^^xsd:string .
170 174
171 ep-core:grain_100ft-3 175 ep-core:grain_100ft-3
172 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 176 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
173 rdfs:label "grain per 100ft3"^^xsd:string . 177 rdfs:label "grain per 100ft3"^^xsd:string .
174 178
175 ep-core:grain_ft-3_1 179 ep-core:grain_ft-3_1
176 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 180 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
177 rdfs:label "grain per ft3"^^xsd:string . 181 rdfs:label "grain per ft3"^^xsd:string .
178 182
179 ep-core:grain_usGallon-1 183 ep-core:grain_usGallon-1
180 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 184 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
181 rdfs:label "grain per US Gallon"^^xsd:string . 185 rdfs:label "grain per US Gallon"^^xsd:string .
182 186
183 ep-core:gram_dm-3 187 ep-core:gram_dm-3
184 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 188 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
185 rdfs:label "gram dm-3"^^xsd:string . 189 rdfs:label "gram dm-3"^^xsd:string .
186 190
187 ep-core:gram_l-1 191 ep-core:gram_l-1
188 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 192 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
189 rdfs:label "grams per litre"^^xsd:string . 193 rdfs:label "grams per litre"^^xsd:string .
190 194
191 ep-core:gram_m-3 195 ep-core:gram_m-3
192 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 196 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
193 rdfs:label "gram m-3"^^xsd:string . 197 rdfs:label "gram m-3"^^xsd:string .
194 198
195 ep-core:gram_ukGallon-1 199 ep-core:gram_ukGallon-1
196 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 200 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
197 rdfs:label "grams per UK Gallon"^^xsd:string . 201 rdfs:label "grams per UK Gallon"^^xsd:string .
198 202
199 ep-core:gram_usGallon-1 203 ep-core:gram_usGallon-1
200 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 204 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
201 rdfs:label "grams per US Gallon"^^xsd:string . 205 rdfs:label "grams per US Gallon"^^xsd:string .
202 206
203 ep-core:hasSetOfAllPartsOfType 207 ep-core:hasSetOfAllPartsOfType
...@@ -206,359 +210,379 @@ ep-core:hasSetOfAllPartsOfType ...@@ -206,359 +210,379 @@ ep-core:hasSetOfAllPartsOfType
206 rdfs:label "basis for"^^xsd:string . 210 rdfs:label "basis for"^^xsd:string .
207 211
208 ep-core:hectare 212 ep-core:hectare
209 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 213 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
210 rdfs:label "hectares"^^xsd:string . 214 rdfs:label "hectares"^^xsd:string .
211 215
212 ep-core:in2 216 ep-core:in2
213 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 217 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
214 rdfs:label "square inches"^^xsd:string . 218 rdfs:label "square inches"^^xsd:string .
215 219
216 ep-core:in2_ft-2 220 ep-core:in2_ft-2
217 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 221 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
218 rdfs:label "square inches per square foot"^^xsd:string . 222 rdfs:label "square inches per square foot"^^xsd:string .
219 223
220 ep-core:in2_in-2 224 ep-core:in2_in-2
221 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 225 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
222 rdfs:label "square inches per square inch"^^xsd:string . 226 rdfs:label "square inches per square inch"^^xsd:string .
223 227
224 ep-core:inch_64 228 ep-core:inch_64
225 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 229 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
226 rdfs:domain ep-core:Length ; 230 rdfs:domain ep-core:Length ;
227 rdfs:label "inch/64"^^xsd:string . 231 rdfs:label "inch/64"^^xsd:string .
228 232
229 ep-core:j_cm-2 233 ep-core:j_cm-2
230 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 234 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
231 rdfs:label "joules per square centimetre"^^xsd:string . 235 rdfs:label "joules per square centimetre"^^xsd:string .
232 236
233 ep-core:j_m-2 237 ep-core:j_m-2
234 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 238 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
235 rdfs:label "joules per square metre"^^xsd:string . 239 rdfs:label "joules per square metre"^^xsd:string .
236 240
237 ep-core:kgf 241 ep-core:kgf
238 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 242 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
239 rdfs:label "kg (force)"^^xsd:string . 243 rdfs:label "kg (force)"^^xsd:string .
240 244
241 ep-core:kgf_m_m-2 245 ep-core:kgf_m_m-2
242 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 246 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
243 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; 247 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ;
244 rdfs:label "kg (force) meter per square metre"^^xsd:string . 248 rdfs:label "kg (force) meter per square metre"^^xsd:string .
245 249
246 ep-core:kiloDyne 250 ep-core:kiloDyne
247 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 251 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
248 rdfs:label "Kilodyne"^^xsd:string . 252 rdfs:label "Kilodyne"^^xsd:string .
249 253
250 ep-core:kiloNewton 254 ep-core:kiloNewton
251 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 255 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
252 rdfs:label "Kilonewton"^^xsd:string . 256 rdfs:label "Kilonewton"^^xsd:string .
253 257
254 ep-core:kilogram_dm-3 258 ep-core:kilogram_dm-3
255 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 259 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
256 rdfs:label "kilogram dm-3"^^xsd:string . 260 rdfs:label "kilogram dm-3"^^xsd:string .
257 261
258 ep-core:kilogram_l-1 262 ep-core:kilogram_l-1
259 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 263 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
260 rdfs:label "kilogram per litre"^^xsd:string . 264 rdfs:label "kilogram per litre"^^xsd:string .
261 265
262 ep-core:kilogram_m-3 266 ep-core:kilogram_m-3
263 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 267 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
264 rdfs:label "kilogram m-3"^^xsd:string . 268 rdfs:label "kilogram m-3"^^xsd:string .
265 269
266 ep-core:kilovolt 270 ep-core:kilovolt
267 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 271 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
268 rdfs:label "kilovolt"^^xsd:string . 272 rdfs:label "kilovolt"^^xsd:string .
269 273
270 ep-core:klbf 274 ep-core:klbf
271 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 275 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
272 rdfs:label "kilopound (force)"^^xsd:string . 276 rdfs:label "kilopound (force)"^^xsd:string .
273 277
274 ep-core:km2 278 ep-core:km2
275 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 279 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
276 rdfs:label "square kilometres"^^xsd:string . 280 rdfs:label "square kilometres"^^xsd:string .
277 281
278 ep-core:kpa_100m-1 282 ep-core:kpa_100m-1
279 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 283 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
280 rdfs:label "Kilopascal per 100 metres"^^xsd:string . 284 rdfs:label "Kilopascal per 100 metres"^^xsd:string .
281 285
282 ep-core:kpa_m-1 286 ep-core:kpa_m-1
283 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 287 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
284 rdfs:label "Kilopascal per metre"^^xsd:string . 288 rdfs:label "Kilopascal per metre"^^xsd:string .
285 289
286 ep-core:lbf 290 ep-core:lbf
287 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 291 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
288 rdfs:label "Pounds (force)"^^xsd:string . 292 rdfs:label "Pounds (force)"^^xsd:string .
289 293
290 ep-core:lbf_ft-3 294 ep-core:lbf_ft-3
291 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 295 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
292 rdfs:label "pounds (force) per cubic foot"^^xsd:string . 296 rdfs:label "pounds (force) per cubic foot"^^xsd:string .
293 297
294 ep-core:lbf_ft_in-2 298 ep-core:lbf_ft_in-2
295 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 299 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
296 rdfs:label "pound foot per square inch"^^xsd:string . 300 rdfs:label "pound foot per square inch"^^xsd:string .
297 301
298 ep-core:lbf_usGal-1 302 ep-core:lbf_usGal-1
299 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 303 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
300 rdfs:label "pounds (force) per US Gallon"^^xsd:string . 304 rdfs:label "pounds (force) per US Gallon"^^xsd:string .
301 305
302 ep-core:lbm_1000bbl-1 306 ep-core:lbm_1000bbl-1
303 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 307 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
304 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . 308 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
305 309
306 ep-core:lbm_1000ukGallon-1 310 ep-core:lbm_1000ukGallon-1
307 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 311 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
308 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . 312 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string .
309 313
310 ep-core:lbm_1000usGallon-1 314 ep-core:lbm_1000usGallon-1
311 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 315 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
312 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . 316 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string .
313 317
314 ep-core:lbm_10bbl-1 318 ep-core:lbm_10bbl-1
315 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 319 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
316 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . 320 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string .
317 321
318 ep-core:lbm_bbl-1 322 ep-core:lbm_bbl-1
319 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 323 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
320 rdfs:label "pounds (mass) per barrel"^^xsd:string . 324 rdfs:label "pounds (mass) per barrel"^^xsd:string .
321 325
322 ep-core:lbm_ft-3 326 ep-core:lbm_ft-3
323 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 327 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
324 rdfs:label "pounds (mass) per cubic foot"^^xsd:string . 328 rdfs:label "pounds (mass) per cubic foot"^^xsd:string .
325 329
326 ep-core:lbm_in-3 330 ep-core:lbm_in-3
327 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 331 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
328 rdfs:label "pounds (mass) per cubic inch"^^xsd:string . 332 rdfs:label "pounds (mass) per cubic inch"^^xsd:string .
329 333
330 ep-core:lbm_millibarrel-1 334 ep-core:lbm_millibarrel-1
331 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 335 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
332 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . 336 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string .
333 337
334 ep-core:lbm_ukGallon-1 338 ep-core:lbm_ukGallon-1
335 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 339 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
336 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . 340 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string .
337 341
338 ep-core:lbm_usGallon-1 342 ep-core:lbm_usGallon-1
339 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 343 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
340 rdfs:label "pounds (mass) per US Gallon"^^xsd:string . 344 rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
341 345
342 ep-core:m2 346 ep-core:m2
343 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 347 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
344 rdfs:label "square metres"^^xsd:string . 348 rdfs:label "square metres"^^xsd:string .
345 349
346 ep-core:m2_m-2 350 ep-core:m2_m-2
347 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 351 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
348 rdfs:label "square metres per square metre"^^xsd:string . 352 rdfs:label "square metres per square metre"^^xsd:string .
349 353
350 ep-core:masseq_100g 354 ep-core:masseq_100g
351 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 355 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
352 rdfs:label "mass equivalent (100 grams)"^^xsd:string . 356 rdfs:label "mass equivalent (100 grams)"^^xsd:string .
353 357
354 ep-core:masseq_g 358 ep-core:masseq_g
355 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 359 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
356 rdfs:label "mass equivalent (grams)"^^xsd:string . 360 rdfs:label "mass equivalent (grams)"^^xsd:string .
357 361
358 ep-core:masseq_kg 362 ep-core:masseq_kg
359 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 363 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
360 rdfs:label "mass equivalent (kilograms)"^^xsd:string . 364 rdfs:label "mass equivalent (kilograms)"^^xsd:string .
361 365
362 ep-core:megaGramF 366 ep-core:megaGramF
363 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 367 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
364 rdfs:label "Megagram (force)"^^xsd:string . 368 rdfs:label "Megagram (force)"^^xsd:string .
365 369
366 ep-core:megaNewton 370 ep-core:megaNewton
367 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 371 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
368 rdfs:label "Meganewton"^^xsd:string . 372 rdfs:label "Meganewton"^^xsd:string .
369 373
370 ep-core:megagram_m-3 374 ep-core:megagram_m-3
371 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 375 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
372 rdfs:label "Megagram m-3"^^xsd:string . 376 rdfs:label "Megagram m-3"^^xsd:string .
373 377
374 ep-core:megavolt 378 ep-core:megavolt
375 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 379 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
376 rdfs:label "Megavolt"^^xsd:string . 380 rdfs:label "Megavolt"^^xsd:string .
377 381
378 ep-core:metre3_hour-1 382 ep-core:metre3_hour-1
379 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 383 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
380 rdfs:domain ep-core:VolumetricFlowRate ; 384 rdfs:domain ep-core:VolumetricFlowRate ;
381 rdfs:label "metre3 hour-1"^^xsd:string . 385 rdfs:label "metre3 hour-1"^^xsd:string .
382 386
383 ep-core:metre_s-2 387 ep-core:metre_s-2
384 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 388 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
385 rdfs:label "metres per second squared"^^xsd:string . 389 rdfs:label "metres per second squared"^^xsd:string .
386 390
387 ep-core:mgn 391 ep-core:mgn
388 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 392 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
389 rdfs:label "milliGn - normal acceleration"^^xsd:string . 393 rdfs:label "milliGn - normal acceleration"^^xsd:string .
390 394
391 ep-core:mi2 395 ep-core:mi2
392 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 396 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
393 rdfs:label "square miles"^^xsd:string . 397 rdfs:label "square miles"^^xsd:string .
394 398
395 ep-core:microEuclid 399 ep-core:microEuclid
396 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 400 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
397 rdfs:label "MicroEuclid"^^xsd:string . 401 rdfs:label "MicroEuclid"^^xsd:string .
398 402
399 ep-core:microNewton 403 ep-core:microNewton
400 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 404 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
401 rdfs:label "MIcronewton"^^xsd:string . 405 rdfs:label "MIcronewton"^^xsd:string .
402 406
403 ep-core:microgram_cm-3 407 ep-core:microgram_cm-3
404 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 408 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
405 rdfs:label "microgram cm-3"^^xsd:string . 409 rdfs:label "microgram cm-3"^^xsd:string .
406 410
407 ep-core:microvolt 411 ep-core:microvolt
408 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 412 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
409 rdfs:label "microvolt"^^xsd:string . 413 rdfs:label "microvolt"^^xsd:string .
410 414
411 ep-core:milliEuclid 415 ep-core:milliEuclid
412 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 416 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
413 rdfs:label "MilliEuclid"^^xsd:string . 417 rdfs:label "MilliEuclid"^^xsd:string .
414 418
415 ep-core:milliNewton 419 ep-core:milliNewton
416 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 420 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
417 rdfs:label "Millinewton"^^xsd:string . 421 rdfs:label "Millinewton"^^xsd:string .
418 422
419 ep-core:milliPa_second 423 ep-core:milliPa_second
420 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 424 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
421 rdfs:domain ep-core:PlasticViscosity ; 425 rdfs:domain ep-core:PlasticViscosity ;
422 rdfs:label "MPa.second"^^xsd:string . 426 rdfs:label "MPa.second"^^xsd:string .
423 427
424 ep-core:milligalileo 428 ep-core:milligalileo
425 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 429 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
426 rdfs:label "milligalileo"^^xsd:string . 430 rdfs:label "milligalileo"^^xsd:string .
427 431
428 ep-core:milligram_dm-3 432 ep-core:milligram_dm-3
429 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 433 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
430 rdfs:label "milligram dm-3"^^xsd:string . 434 rdfs:label "milligram dm-3"^^xsd:string .
431 435
432 ep-core:milligram_l-1 436 ep-core:milligram_l-1
433 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 437 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
434 rdfs:label "milligrams per litre"^^xsd:string . 438 rdfs:label "milligrams per litre"^^xsd:string .
435 439
436 ep-core:milligram_m-3 440 ep-core:milligram_m-3
437 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 441 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
438 rdfs:label "milligram m-3"^^xsd:string . 442 rdfs:label "milligram m-3"^^xsd:string .
439 443
440 ep-core:milligram_usGallon-1 444 ep-core:milligram_usGallon-1
441 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 445 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
442 rdfs:label "milligrams per US Gallon"^^xsd:string . 446 rdfs:label "milligrams per US Gallon"^^xsd:string .
443 447
444 ep-core:millivolt 448 ep-core:millivolt
445 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 449 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
446 rdfs:label "millivolt"^^xsd:string . 450 rdfs:label "millivolt"^^xsd:string .
447 451
448 ep-core:mj_cm-2 452 ep-core:mj_cm-2
449 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 453 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
450 rdfs:label "millijoules per square centimetre"^^xsd:string . 454 rdfs:label "millijoules per square centimetre"^^xsd:string .
451 455
452 ep-core:mj_m-2 456 ep-core:mj_m-2
453 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 457 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
454 rdfs:label "millijoules per square metre"^^xsd:string . 458 rdfs:label "millijoules per square metre"^^xsd:string .
455 459
456 ep-core:mm2 460 ep-core:mm2
457 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 461 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
458 rdfs:label "square millimetres"^^xsd:string . 462 rdfs:label "square millimetres"^^xsd:string .
459 463
460 ep-core:mm2_mm-2 464 ep-core:mm2_mm-2
461 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 465 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
462 rdfs:label "square millimetres per square millimetre"^^xsd:string . 466 rdfs:label "square millimetres per square millimetre"^^xsd:string .
463 467
464 ep-core:mpa_m-1 468 ep-core:mpa_m-1
465 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 469 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
466 rdfs:label "megapascal per metre"^^xsd:string . 470 rdfs:label "megapascal per metre"^^xsd:string .
467 471
468 ep-core:n_m-3 472 ep-core:n_m-3
469 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 473 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
470 rdfs:label "Newtons per square metre"^^xsd:string . 474 rdfs:label "Newtons per square metre"^^xsd:string .
471 475
472 ep-core:n_m-E 476 ep-core:n_m-E
473 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 477 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
474 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; 478 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ;
475 rdfs:label "joules per square centimetre"^^xsd:string . 479 rdfs:label "joules per square centimetre"^^xsd:string .
476 480
477 ep-core:nanoEuclid 481 ep-core:nanoEuclid
478 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 482 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
479 rdfs:label "NanoEuclid"^^xsd:string . 483 rdfs:label "NanoEuclid"^^xsd:string .
480 484
481 ep-core:newton 485 ep-core:newton
482 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 486 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
483 rdfs:label "Newton"^^xsd:string . 487 rdfs:label "Newton"^^xsd:string .
484 488
485 ep-core:ozf 489 ep-core:ozf
486 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 490 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
487 rdfs:label "Ounces (force)"^^xsd:string . 491 rdfs:label "Ounces (force)"^^xsd:string .
488 492
489 ep-core:pascal_m-1 493 ep-core:pascal_m-1
490 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 494 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
491 rdfs:label "Pascal per metre"^^xsd:string . 495 rdfs:label "Pascal per metre"^^xsd:string .
492 496
493 ep-core:pdl 497 ep-core:pdl
494 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 498 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
495 rdfs:label "Poundal"^^xsd:string . 499 rdfs:label "Poundal"^^xsd:string .
496 500
497 ep-core:psi_1000ft-1 501 ep-core:psi_1000ft-1
498 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 502 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
499 rdfs:label "psi per 1000ft"^^xsd:string . 503 rdfs:label "psi per 1000ft"^^xsd:string .
500 504
501 ep-core:psi_100ft-1 505 ep-core:psi_100ft-1
502 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 506 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
503 rdfs:label "psi per 100ft"^^xsd:string . 507 rdfs:label "psi per 100ft"^^xsd:string .
504 508
505 ep-core:psi_ft-1 509 ep-core:psi_ft-1
506 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 510 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
507 rdfs:label "psi per ft"^^xsd:string . 511 rdfs:label "psi per ft"^^xsd:string .
508 512
509 ep-core:psi_m-1 513 ep-core:psi_m-1
510 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 514 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
511 rdfs:label "psi per metre"^^xsd:string . 515 rdfs:label "psi per metre"^^xsd:string .
512 516
513 ep-core:radian_ft-1 517 ep-core:radian_ft-1
514 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 518 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
515 rdfs:label "radians per ft"^^xsd:string . 519 rdfs:label "radians per ft"^^xsd:string .
516 520
517 ep-core:radian_m-1 521 ep-core:radian_m-1
518 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 522 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
519 rdfs:label "radians per m"^^xsd:string . 523 rdfs:label "radians per m"^^xsd:string .
520 524
521 ep-core:radian_s-1 525 ep-core:radian_s-1
522 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 526 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
523 rdfs:label "radians per s"^^xsd:string . 527 rdfs:label "radians per s"^^xsd:string .
524 528
525 ep-core:rev_min-1 529 ep-core:rev_min-1
526 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 530 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
527 rdfs:label "revolutions per minute"^^xsd:string . 531 rdfs:label "revolutions per minute"^^xsd:string .
528 532
529 ep-core:rev_s-1 533 ep-core:rev_s-1
530 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 534 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
531 rdfs:label "revolutions per second"^^xsd:string . 535 rdfs:label "revolutions per second"^^xsd:string .
532 536
533 ep-core:ten_megagram_m-3 537 ep-core:ten_megagram_m-3
534 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 538 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
535 rdfs:label "10 Megagram m-3"^^xsd:string . 539 rdfs:label "10 Megagram m-3"^^xsd:string .
536 540
537 ep-core:thousand_barrel 541 ep-core:thousand_barrel
538 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 542 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
539 rdfs:label "thousand barrel"^^xsd:string . 543 rdfs:label "thousand barrel"^^xsd:string .
540 544
541 ep-core:ukTonF 545 ep-core:ukTonF
542 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 546 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
543 rdfs:label "UK Ton (force)"^^xsd:string . 547 rdfs:label "UK Ton (force)"^^xsd:string .
544 548
545 ep-core:um2 549 ep-core:um2
546 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 550 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
547 rdfs:label "square micrometres"^^xsd:string . 551 rdfs:label "square micrometres"^^xsd:string .
548 552
549 ep-core:usTonF 553 ep-core:usTonF
550 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 554 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
551 rdfs:label "US Ton (force)"^^xsd:string . 555 rdfs:label "US Ton (force)"^^xsd:string .
552 556
553 ep-core:us_mi2 557 ep-core:us_mi2
554 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 558 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
555 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 559 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
556 rdfs:label "square miles (US)"^^xsd:string . 560 rdfs:label "square miles (US)"^^xsd:string .
557 561
558 ep-core:volt 562 ep-core:volt
559 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 563 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
560 rdfs:label "Volt"^^xsd:string . 564 rdfs:label "Volt"^^xsd:string .
561 565
562 ep-core:yd2 566 ep-core:yd2
563 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 567 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
564 rdfs:label "square yards"^^xsd:string . 568 rdfs:label "square yards"^^xsd:string .
569 +
570 +ep-prodcore:DensityAt0degC1atm
571 + rdf:type rdfs:Class , ep-core:PropertySpace ;
572 + rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ;
573 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
574 +
575 +ep-prodcore:DensityAt15degC1atm
576 + rdf:type ep-core:PropertySpace , rdfs:Class ;
577 + rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ;
578 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
579 +
580 +ep-prodcore:DensityAt60degF1atm
581 + rdf:type rdfs:Class , ep-core:PropertySpace ;
582 + rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ;
583 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
584 +
585 +ep-prodcore:MeasureOfDensityOfMaterial
586 + rdf:type ep-core:PropertySpace , rdfs:Class ;
587 + rdfs:label "measure of density of material"^^xsd:string ;
588 + rdfs:subClassOf owl:Class .
......
1 # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib 1 # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/schema/1.0/production 3 # imports: http://www.reportinghub.no/ep/schema/1.0/production
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-core
4 # imports: http://www.witsml.org/schemas/131/addendum/combo 5 # imports: http://www.witsml.org/schemas/131/addendum/combo
5 6
6 @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . 7 @prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> .
7 @prefix ep-geog: <http://www.reportinghub.no/ep/schema/1.0/geography#> . 8 @prefix ep-geog: <http://www.reportinghub.no/ep/schema/1.0/geography#> .
9 +@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> .
8 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . 10 @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
9 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 11 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
10 @prefix owl: <http://www.w3.org/2002/07/owl#> . 12 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -14,12 +16,11 @@ ...@@ -14,12 +16,11 @@
14 @prefix spif: <http://spinrdf.org/spif#> . 16 @prefix spif: <http://spinrdf.org/spif#> .
15 @prefix spin: <http://spinrdf.org/spin#> . 17 @prefix spin: <http://spinrdf.org/spin#> .
16 @prefix spl: <http://spinrdf.org/spl#> . 18 @prefix spl: <http://spinrdf.org/spl#> .
17 -@prefix unnamed: <http://www.reportinghub.no/ep/schema/1.0/production-core#> .
18 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 19 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19 20
20 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> 21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
21 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
22 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> ; 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:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
24 25
25 ep-dpr-spin-lib:BuildDailyProductionReportURI 26 ep-dpr-spin-lib:BuildDailyProductionReportURI
...@@ -732,6 +733,44 @@ ep-dpr-spin-lib:selectAreaScale ...@@ -732,6 +733,44 @@ ep-dpr-spin-lib:selectAreaScale
732 ]) 733 ])
733 ] . 734 ] .
734 735
736 +ep-dpr-spin-lib:selectDensityAtStandardTemperaturePressureType
737 + rdf:type spin:Function ;
738 + rdfs:label "select DensityAtStandardTemperaturePressureType"^^xsd:string ;
739 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
740 + spin:body
741 + [ rdf:type sp:Select ;
742 + sp:resultVariables ([ sp:varName "densityAtStdType"^^xsd:string
743 + ]) ;
744 + sp:where ([ rdf:type sp:Bind ;
745 + sp:expression
746 + [ rdf:type sp:if ;
747 + sp:arg1 [ rdf:type sp:eq ;
748 + sp:arg1 spin:_arg1 ;
749 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#STP_15degC1atm>
750 + ] ;
751 + sp:arg2 ep-prodcore:DensityAt15degC1atm ;
752 + sp:arg3 [ rdf:type sp:if ;
753 + sp:arg1 [ rdf:type sp:eq ;
754 + sp:arg1 spin:_arg1 ;
755 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#STP_60degF1atm>
756 + ] ;
757 + sp:arg2 ep-prodcore:DensityAt60degF1atm ;
758 + sp:arg3 [ rdf:type sp:if ;
759 + sp:arg1 [ rdf:type sp:eq ;
760 + sp:arg1 spin:_arg1 ;
761 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#STP_0degC1atm>
762 + ] ;
763 + sp:arg2 ep-prodcore:DensityAt0degC1atm ;
764 + sp:arg3 ep-prodcore:MeasureOfDensityOfMaterial
765 + ]
766 + ]
767 + ] ;
768 + sp:variable
769 + [ sp:varName "densityAtStdType"^^xsd:string
770 + ]
771 + ])
772 + ] .
773 +
735 ep-dpr-spin-lib:selectDensityScale 774 ep-dpr-spin-lib:selectDensityScale
736 rdf:type spin:Function ; 775 rdf:type spin:Function ;
737 rdfs:label "select density scale"^^xsd:string ; 776 rdfs:label "select density scale"^^xsd:string ;
...@@ -3387,6 +3426,69 @@ ep-dpr-spin-lib:selectWellTestReasonType ...@@ -3387,6 +3426,69 @@ ep-dpr-spin-lib:selectWellTestReasonType
3387 ]) 3426 ])
3388 ] . 3427 ] .
3389 3428
3429 +_:b41
3430 + sp:varName "volumeScale"^^xsd:string .
3431 +
3432 +_:b40
3433 + sp:varName "volumeFlowRateScale"^^xsd:string .
3434 +
3435 +_:b39
3436 + sp:varName "volumeFlowRateAtStdType"^^xsd:string .
3437 +
3438 +_:b38
3439 + sp:varName "volumeAtStdType"^^xsd:string .
3440 +
3441 +_:b37
3442 + sp:varName "prodActType"^^xsd:string .
3443 +
3444 +_:b36
3445 + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
3446 +
3447 +_:b35
3448 + sp:varName "temperatureScale"^^xsd:string .
3449 +
3450 +_:b34
3451 + sp:varName "specificVolumeScale"^^xsd:string .
3452 +
3453 +_:b33
3454 + sp:varName "safetyActivityType"^^xsd:string .
3455 +
3456 +_:b32
3457 + sp:varName "relationshipToMeasure"^^xsd:string .
3458 +
3459 +_:b31
3460 + sp:varName "popType"^^xsd:string .
3461 +
3462 +_:b30
3463 + sp:varName "productionFlowPurposeType"^^xsd:string .
3464 +
3465 +_:b29
3466 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
3467 +
3468 +_:b28
3469 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
3470 +
3471 +_:b27
3472 + sp:varName "productionFlowDefinitionType"^^xsd:string .
3473 +
3474 +_:b26
3475 + sp:varName "productionFacilityType"^^xsd:string .
3476 +
3477 +_:b25
3478 + sp:varName "productType"^^xsd:string .
3479 +
3480 +_:b24
3481 + sp:varName "pressureScale"^^xsd:string .
3482 +
3483 +_:b23
3484 + sp:varName "massConcScale"^^xsd:string .
3485 +
3486 +_:b22
3487 + sp:varName "lengthScale"^^xsd:string .
3488 +
3489 +_:b21
3490 + sp:varName "durationScale"^^xsd:string .
3491 +
3390 _:b20 3492 _:b20
3391 sp:varName "densityScale"^^xsd:string . 3493 sp:varName "densityScale"^^xsd:string .
3392 3494
...@@ -3437,66 +3539,3 @@ _:b3 sp:varName "UUID"^^xsd:string . ...@@ -3437,66 +3539,3 @@ _:b3 sp:varName "UUID"^^xsd:string .
3437 _:b2 sp:varName "uri"^^xsd:string . 3539 _:b2 sp:varName "uri"^^xsd:string .
3438 3540
3439 _:b1 sp:varName "uri"^^xsd:string . 3541 _:b1 sp:varName "uri"^^xsd:string .
3440 -
3441 -_:b27
3442 - sp:varName "productionFlowDefinitionType"^^xsd:string .
3443 -
3444 -_:b28
3445 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
3446 -
3447 -_:b29
3448 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
3449 -
3450 -_:b30
3451 - sp:varName "productionFlowPurposeType"^^xsd:string .
3452 -
3453 -_:b31
3454 - sp:varName "popType"^^xsd:string .
3455 -
3456 -_:b32
3457 - sp:varName "relationshipToMeasure"^^xsd:string .
3458 -
3459 -_:b33
3460 - sp:varName "safetyActivityType"^^xsd:string .
3461 -
3462 -_:b34
3463 - sp:varName "specificVolumeScale"^^xsd:string .
3464 -
3465 -_:b35
3466 - sp:varName "temperatureScale"^^xsd:string .
3467 -
3468 -_:b36
3469 - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
3470 -
3471 -_:b37
3472 - sp:varName "prodActType"^^xsd:string .
3473 -
3474 -_:b38
3475 - sp:varName "volumeAtStdType"^^xsd:string .
3476 -
3477 -_:b39
3478 - sp:varName "volumeFlowRateAtStdType"^^xsd:string .
3479 -
3480 -_:b40
3481 - sp:varName "volumeFlowRateScale"^^xsd:string .
3482 -
3483 -_:b41
3484 - sp:varName "volumeScale"^^xsd:string .
3485 -
3486 -_:b21
3487 - sp:varName "durationScale"^^xsd:string .
3488 -
3489 -_:b22
3490 - sp:varName "lengthScale"^^xsd:string .
3491 -
3492 -_:b23
3493 - sp:varName "massConcScale"^^xsd:string .
3494 -
3495 -_:b24
3496 - sp:varName "pressureScale"^^xsd:string .
3497 -
3498 -_:b25
3499 - sp:varName "productType"^^xsd:string .
3500 -
3501 -_:b26
3502 - sp:varName "productionFacilityType"^^xsd:string .
......