David Leal

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

1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core
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 owl: <http://www.w3.org/2002/07/owl#> . 5 +@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 - 9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -<http://www.reportinghub.no/ep/schema/1.0/production-core> 10 +
11 - rdf:type owl:Ontology ; 11 +<http://www.reportinghub.no/ep/schema/1.0/production-core>
12 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 12 + rdf:type owl:Ontology ;
13 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
14 - 14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 -ep-core:GP_cm-1 15 +
16 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 16 +ep-core:Density
17 - rdfs:label "Gigapascals per centimetre"^^xsd:string . 17 + rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
18 - 18 +
19 -ep-core:MeasureOfFlowOfMaterial 19 +ep-core:GP_cm-1
20 - rdf:type ep-core:PropertySpace , rdfs:Class ; 20 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
21 - rdfs:label "measure of flow of material"^^xsd:string ; 21 + rdfs:label "Gigapascals per centimetre"^^xsd:string .
22 - rdfs:subClassOf owl:Class . 22 +
23 - 23 +ep-core:MeasureOfFlowOfMaterial
24 -ep-core:VolumeFlowRateAt15degC1atm 24 + rdf:type rdfs:Class , ep-core:PropertySpace ;
25 - rdf:type rdfs:Class , ep-core:PropertySpace ; 25 + rdfs:label "measure of flow of material"^^xsd:string ;
26 - rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; 26 + rdfs:subClassOf owl:Class .
27 - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 27 +
28 - 28 +ep-core:VolumeFlowRateAt15degC1atm
29 -ep-core:VolumeFlowRateAt1degC1atm 29 + rdf:type ep-core:PropertySpace , rdfs:Class ;
30 - rdf:type rdfs:Class , ep-core:PropertySpace ; 30 + rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
31 - rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; 31 + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
32 - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 32 +
33 - 33 +ep-core:VolumeFlowRateAt1degC1atm
34 -ep-core:VolumeFlowRateAt60degF1atm 34 + rdf:type ep-core:PropertySpace , rdfs:Class ;
35 - rdf:type rdfs:Class , ep-core:PropertySpace ; 35 + rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
36 - rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; 36 + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
37 - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 37 +
38 - 38 +ep-core:VolumeFlowRateAt60degF1atm
39 -ep-core:acre 39 + rdf:type ep-core:PropertySpace , rdfs:Class ;
40 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 40 + rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
41 - rdfs:label "acres"^^xsd:string . 41 + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
42 - 42 +
43 -ep-core:apiDensity 43 +ep-core:acre
44 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 44 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
45 - rdfs:label "API Density"^^xsd:string . 45 + rdfs:label "acres"^^xsd:string .
46 - 46 +
47 -ep-core:atm_100m-1 47 +ep-core:apiDensity
48 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 48 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
49 - rdfs:label "atmospheres per 100 metres"^^xsd:string . 49 + rdfs:label "API Density"^^xsd:string .
50 - 50 +
51 -ep-core:atm_ft-1 51 +ep-core:atm_100m-1
52 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 52 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
53 - rdfs:label "atmospheres per foot"^^xsd:string . 53 + rdfs:label "atmospheres per 100 metres"^^xsd:string .
54 - 54 +
55 -ep-core:atm_m-1 55 +ep-core:atm_ft-1
56 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 56 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
57 - rdfs:label "atmospheres per metre"^^xsd:string . 57 + rdfs:label "atmospheres per foot"^^xsd:string .
58 - 58 +
59 -ep-core:atmosphere 59 +ep-core:atm_m-1
60 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 60 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
61 - rdfs:domain ep-core:Pressure ; 61 + rdfs:label "atmospheres per metre"^^xsd:string .
62 - rdfs:label "atmosphere"^^xsd:string . 62 +
63 - 63 +ep-core:atmosphere
64 -ep-core:bar_km-1 64 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
65 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 65 + rdfs:domain ep-core:Pressure ;
66 - rdfs:label "bar per kilometre"^^xsd:string . 66 + rdfs:label "atmosphere"^^xsd:string .
67 - 67 +
68 -ep-core:bar_m-1 68 +ep-core:bar_km-1
69 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 69 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
70 - rdfs:label "bar per metre"^^xsd:string . 70 + rdfs:label "bar per kilometre"^^xsd:string .
71 - 71 +
72 -ep-core:barn 72 +ep-core:bar_m-1
73 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 73 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
74 - rdfs:label "barn (area)"^^xsd:string . 74 + rdfs:label "bar per metre"^^xsd:string .
75 - 75 +
76 -ep-core:barrel_day-1 76 +ep-core:barn
77 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 77 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
78 - rdfs:domain ep-core:VolumetricFlowRate ; 78 + rdfs:label "barn (area)"^^xsd:string .
79 - rdfs:label "barrel day-1"^^xsd:string . 79 +
80 - 80 +ep-core:barrel_day-1
81 -ep-core:centiEuclid 81 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
82 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 82 + rdfs:domain ep-core:VolumetricFlowRate ;
83 - rdfs:label "CentiEuclid"^^xsd:string . 83 + rdfs:label "barrel day-1"^^xsd:string .
84 - 84 +
85 -ep-core:centimetre 85 +ep-core:centiEuclid
86 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 86 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
87 - rdfs:domain ep-core:Length ; 87 + rdfs:label "CentiEuclid"^^xsd:string .
88 - rdfs:label "centimetre"^^xsd:string . 88 +
89 - 89 +ep-core:centimetre
90 -ep-core:cm2 90 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
91 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 91 + rdfs:domain ep-core:Length ;
92 - rdfs:label "square centimetres"^^xsd:string . 92 + rdfs:label "centimetre"^^xsd:string .
93 - 93 +
94 -ep-core:cm_s-2 94 +ep-core:cm2
95 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 95 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
96 - rdfs:label "centimetres per second squared"^^xsd:string . 96 + rdfs:label "square centimetres"^^xsd:string .
97 - 97 +
98 -ep-core:count 98 +ep-core:cm_s-2
99 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 99 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
100 - rdfs:label "count"^^xsd:string . 100 + rdfs:label "centimetres per second squared"^^xsd:string .
101 - 101 +
102 -ep-core:degreesOfAngle_100ft-1 102 +ep-core:count
103 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 103 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
104 - rdfs:label "degrees of angle per 100ft"^^xsd:string . 104 + rdfs:label "count"^^xsd:string .
105 - 105 +
106 -ep-core:degreesOfAngle_30ft-1 106 +ep-core:degreesOfAngle_100ft-1
107 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 107 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
108 - rdfs:label "degrees of angle per 30ft"^^xsd:string . 108 + rdfs:label "degrees of angle per 100ft"^^xsd:string .
109 - 109 +
110 -ep-core:degreesOfAngle_30m-1 110 +ep-core:degreesOfAngle_30ft-1
111 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 111 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
112 - rdfs:label "degrees of angle per 30m"^^xsd:string . 112 + rdfs:label "degrees of angle per 30ft"^^xsd:string .
113 - 113 +
114 -ep-core:degreesOfAngle_ft-1 114 +ep-core:degreesOfAngle_30m-1
115 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 115 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
116 - rdfs:label "degrees of angle per ft"^^xsd:string . 116 + rdfs:label "degrees of angle per 30m"^^xsd:string .
117 - 117 +
118 -ep-core:degreesOfAngle_hr-1 118 +ep-core:degreesOfAngle_ft-1
119 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 119 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
120 - rdfs:label "degrees of angle per hour"^^xsd:string . 120 + rdfs:label "degrees of angle per ft"^^xsd:string .
121 - 121 +
122 -ep-core:degreesOfAngle_m-1 122 +ep-core:degreesOfAngle_hr-1
123 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 123 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
124 - rdfs:label "degrees of angle per m"^^xsd:string . 124 + rdfs:label "degrees of angle per hour"^^xsd:string .
125 - 125 +
126 -ep-core:degreesOfAngle_min-1 126 +ep-core:degreesOfAngle_m-1
127 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 127 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
128 - rdfs:label "degrees of angle per minute"^^xsd:string . 128 + rdfs:label "degrees of angle per m"^^xsd:string .
129 - 129 +
130 -ep-core:degreesOfAngle_s-1 130 +ep-core:degreesOfAngle_min-1
131 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 131 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
132 - rdfs:label "degrees of angle per second"^^xsd:string . 132 + rdfs:label "degrees of angle per minute"^^xsd:string .
133 - 133 +
134 -ep-core:dyne 134 +ep-core:degreesOfAngle_s-1
135 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 135 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
136 - rdfs:label "Dyne"^^xsd:string . 136 + rdfs:label "degrees of angle per second"^^xsd:string .
137 - 137 +
138 -ep-core:erg_cm-2 138 +ep-core:dyne
139 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 139 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
140 - rdfs:label "ergs per square centimetre"^^xsd:string . 140 + rdfs:label "Dyne"^^xsd:string .
141 - 141 +
142 -ep-core:euclid 142 +ep-core:erg_cm-2
143 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 143 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
144 - rdfs:label "Euclid"^^xsd:string . 144 + rdfs:label "ergs per square centimetre"^^xsd:string .
145 - 145 +
146 -ep-core:fahrenheit 146 +ep-core:euclid
147 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 147 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
148 - rdfs:domain ep-core:Temperature ; 148 + rdfs:label "Euclid"^^xsd:string .
149 - rdfs:label "fahrenheit"^^xsd:string . 149 +
150 - 150 +ep-core:fahrenheit
151 -ep-core:foot_s-2 151 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
152 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 152 + rdfs:domain ep-core:Temperature ;
153 - rdfs:label "feet per second squared"^^xsd:string . 153 + rdfs:label "fahrenheit"^^xsd:string .
154 - 154 +
155 -ep-core:ft2 155 +ep-core:foot_s-2
156 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 156 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
157 - rdfs:label "square feet"^^xsd:string . 157 + rdfs:label "feet per second squared"^^xsd:string .
158 - 158 +
159 -ep-core:galileo 159 +ep-core:ft2
160 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 160 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
161 - rdfs:label "galileo"^^xsd:string . 161 + rdfs:label "square feet"^^xsd:string .
162 - 162 +
163 -ep-core:gf 163 +ep-core:galileo
164 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 164 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
165 - rdfs:label "Gram (force)"^^xsd:string . 165 + rdfs:label "galileo"^^xsd:string .
166 - 166 +
167 -ep-core:gn 167 +ep-core:gf
168 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 168 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
169 - rdfs:label "normal acceleration Gn"^^xsd:string . 169 + rdfs:label "Gram (force)"^^xsd:string .
170 - 170 +
171 -ep-core:grain_100ft-3 171 +ep-core:gn
172 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 172 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
173 - rdfs:label "grain per 100ft3"^^xsd:string . 173 + rdfs:label "normal acceleration Gn"^^xsd:string .
174 - 174 +
175 -ep-core:grain_ft-3_1 175 +ep-core:grain_100ft-3
176 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 176 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
177 - rdfs:label "grain per ft3"^^xsd:string . 177 + rdfs:label "grain per 100ft3"^^xsd:string .
178 - 178 +
179 -ep-core:grain_usGallon-1 179 +ep-core:grain_ft-3_1
180 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 180 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
181 - rdfs:label "grain per US Gallon"^^xsd:string . 181 + rdfs:label "grain per ft3"^^xsd:string .
182 - 182 +
183 -ep-core:gram_dm-3 183 +ep-core:grain_usGallon-1
184 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 184 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
185 - rdfs:label "gram dm-3"^^xsd:string . 185 + rdfs:label "grain per US Gallon"^^xsd:string .
186 - 186 +
187 -ep-core:gram_l-1 187 +ep-core:gram_dm-3
188 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 188 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
189 - rdfs:label "grams per litre"^^xsd:string . 189 + rdfs:label "gram dm-3"^^xsd:string .
190 - 190 +
191 -ep-core:gram_m-3 191 +ep-core:gram_l-1
192 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 192 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
193 - rdfs:label "gram m-3"^^xsd:string . 193 + rdfs:label "grams per litre"^^xsd:string .
194 - 194 +
195 -ep-core:gram_ukGallon-1 195 +ep-core:gram_m-3
196 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 196 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
197 - rdfs:label "grams per UK Gallon"^^xsd:string . 197 + rdfs:label "gram m-3"^^xsd:string .
198 - 198 +
199 -ep-core:gram_usGallon-1 199 +ep-core:gram_ukGallon-1
200 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 200 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
201 - rdfs:label "grams per US Gallon"^^xsd:string . 201 + rdfs:label "grams per UK Gallon"^^xsd:string .
202 - 202 +
203 -ep-core:hasSetOfAllPartsOfType 203 +ep-core:gram_usGallon-1
204 - rdf:type owl:ObjectProperty ; 204 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
205 - rdfs:domain ep-core:PhysicalThing ; 205 + rdfs:label "grams per US Gallon"^^xsd:string .
206 - rdfs:label "basis for"^^xsd:string . 206 +
207 - 207 +ep-core:hasSetOfAllPartsOfType
208 -ep-core:hectare 208 + rdf:type owl:ObjectProperty ;
209 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 209 + rdfs:domain ep-core:PhysicalThing ;
210 - rdfs:label "hectares"^^xsd:string . 210 + rdfs:label "basis for"^^xsd:string .
211 - 211 +
212 -ep-core:in2 212 +ep-core:hectare
213 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 213 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
214 - rdfs:label "square inches"^^xsd:string . 214 + rdfs:label "hectares"^^xsd:string .
215 - 215 +
216 -ep-core:in2_ft-2 216 +ep-core:in2
217 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 217 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
218 - rdfs:label "square inches per square foot"^^xsd:string . 218 + rdfs:label "square inches"^^xsd:string .
219 - 219 +
220 -ep-core:in2_in-2 220 +ep-core:in2_ft-2
221 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 221 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
222 - rdfs:label "square inches per square inch"^^xsd:string . 222 + rdfs:label "square inches per square foot"^^xsd:string .
223 - 223 +
224 -ep-core:inch_64 224 +ep-core:in2_in-2
225 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 225 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
226 - rdfs:domain ep-core:Length ; 226 + rdfs:label "square inches per square inch"^^xsd:string .
227 - rdfs:label "inch/64"^^xsd:string . 227 +
228 - 228 +ep-core:inch_64
229 -ep-core:j_cm-2 229 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
230 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 230 + rdfs:domain ep-core:Length ;
231 - rdfs:label "joules per square centimetre"^^xsd:string . 231 + rdfs:label "inch/64"^^xsd:string .
232 - 232 +
233 -ep-core:j_m-2 233 +ep-core:j_cm-2
234 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 234 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
235 - rdfs:label "joules per square metre"^^xsd:string . 235 + rdfs:label "joules per square centimetre"^^xsd:string .
236 - 236 +
237 -ep-core:kgf 237 +ep-core:j_m-2
238 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 238 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
239 - rdfs:label "kg (force)"^^xsd:string . 239 + rdfs:label "joules per square metre"^^xsd:string .
240 - 240 +
241 -ep-core:kgf_m_m-2 241 +ep-core:kgf
242 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 242 + 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 ; 243 + rdfs:label "kg (force)"^^xsd:string .
244 - rdfs:label "kg (force) meter per square metre"^^xsd:string . 244 +
245 - 245 +ep-core:kgf_m_m-2
246 -ep-core:kiloDyne 246 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
247 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 247 + rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ;
248 - rdfs:label "Kilodyne"^^xsd:string . 248 + rdfs:label "kg (force) meter per square metre"^^xsd:string .
249 - 249 +
250 -ep-core:kiloNewton 250 +ep-core:kiloDyne
251 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 251 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
252 - rdfs:label "Kilonewton"^^xsd:string . 252 + rdfs:label "Kilodyne"^^xsd:string .
253 - 253 +
254 -ep-core:kilogram_dm-3 254 +ep-core:kiloNewton
255 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 255 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
256 - rdfs:label "kilogram dm-3"^^xsd:string . 256 + rdfs:label "Kilonewton"^^xsd:string .
257 - 257 +
258 -ep-core:kilogram_l-1 258 +ep-core:kilogram_dm-3
259 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 259 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
260 - rdfs:label "kilogram per litre"^^xsd:string . 260 + rdfs:label "kilogram dm-3"^^xsd:string .
261 - 261 +
262 -ep-core:kilogram_m-3 262 +ep-core:kilogram_l-1
263 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 263 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
264 - rdfs:label "kilogram m-3"^^xsd:string . 264 + rdfs:label "kilogram per litre"^^xsd:string .
265 - 265 +
266 -ep-core:kilovolt 266 +ep-core:kilogram_m-3
267 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 267 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
268 - rdfs:label "kilovolt"^^xsd:string . 268 + rdfs:label "kilogram m-3"^^xsd:string .
269 - 269 +
270 -ep-core:klbf 270 +ep-core:kilovolt
271 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 271 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
272 - rdfs:label "kilopound (force)"^^xsd:string . 272 + rdfs:label "kilovolt"^^xsd:string .
273 - 273 +
274 -ep-core:km2 274 +ep-core:klbf
275 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 275 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
276 - rdfs:label "square kilometres"^^xsd:string . 276 + rdfs:label "kilopound (force)"^^xsd:string .
277 - 277 +
278 -ep-core:kpa_100m-1 278 +ep-core:km2
279 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 279 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
280 - rdfs:label "Kilopascal per 100 metres"^^xsd:string . 280 + rdfs:label "square kilometres"^^xsd:string .
281 - 281 +
282 -ep-core:kpa_m-1 282 +ep-core:kpa_100m-1
283 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 283 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
284 - rdfs:label "Kilopascal per metre"^^xsd:string . 284 + rdfs:label "Kilopascal per 100 metres"^^xsd:string .
285 - 285 +
286 -ep-core:lbf 286 +ep-core:kpa_m-1
287 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 287 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
288 - rdfs:label "Pounds (force)"^^xsd:string . 288 + rdfs:label "Kilopascal per metre"^^xsd:string .
289 - 289 +
290 -ep-core:lbf_ft-3 290 +ep-core:lbf
291 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 291 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
292 - rdfs:label "pounds (force) per cubic foot"^^xsd:string . 292 + rdfs:label "Pounds (force)"^^xsd:string .
293 - 293 +
294 -ep-core:lbf_ft_in-2 294 +ep-core:lbf_ft-3
295 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 295 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
296 - rdfs:label "pound foot per square inch"^^xsd:string . 296 + rdfs:label "pounds (force) per cubic foot"^^xsd:string .
297 - 297 +
298 -ep-core:lbf_usGal-1 298 +ep-core:lbf_ft_in-2
299 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 299 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
300 - rdfs:label "pounds (force) per US Gallon"^^xsd:string . 300 + rdfs:label "pound foot per square inch"^^xsd:string .
301 - 301 +
302 -ep-core:lbm_1000bbl-1 302 +ep-core:lbf_usGal-1
303 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 303 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
304 - rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . 304 + rdfs:label "pounds (force) per US Gallon"^^xsd:string .
305 - 305 +
306 -ep-core:lbm_1000ukGallon-1 306 +ep-core:lbm_1000bbl-1
307 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 307 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
308 - rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . 308 + rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
309 - 309 +
310 -ep-core:lbm_1000usGallon-1 310 +ep-core:lbm_1000ukGallon-1
311 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 311 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
312 - rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . 312 + rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string .
313 - 313 +
314 -ep-core:lbm_10bbl-1 314 +ep-core:lbm_1000usGallon-1
315 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 315 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
316 - rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . 316 + rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string .
317 - 317 +
318 -ep-core:lbm_bbl-1 318 +ep-core:lbm_10bbl-1
319 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 319 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
320 - rdfs:label "pounds (mass) per barrel"^^xsd:string . 320 + rdfs:label "pounds (mass) per 10 barrels"^^xsd:string .
321 - 321 +
322 -ep-core:lbm_ft-3 322 +ep-core:lbm_bbl-1
323 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 323 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
324 - rdfs:label "pounds (mass) per cubic foot"^^xsd:string . 324 + rdfs:label "pounds (mass) per barrel"^^xsd:string .
325 - 325 +
326 -ep-core:lbm_in-3 326 +ep-core:lbm_ft-3
327 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 327 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
328 - rdfs:label "pounds (mass) per cubic inch"^^xsd:string . 328 + rdfs:label "pounds (mass) per cubic foot"^^xsd:string .
329 - 329 +
330 -ep-core:lbm_millibarrel-1 330 +ep-core:lbm_in-3
331 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 331 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
332 - rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . 332 + rdfs:label "pounds (mass) per cubic inch"^^xsd:string .
333 - 333 +
334 -ep-core:lbm_ukGallon-1 334 +ep-core:lbm_millibarrel-1
335 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 335 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
336 - rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . 336 + rdfs:label "pounds (mass) per milli-barrel"^^xsd:string .
337 - 337 +
338 -ep-core:lbm_usGallon-1 338 +ep-core:lbm_ukGallon-1
339 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 339 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
340 - rdfs:label "pounds (mass) per US Gallon"^^xsd:string . 340 + rdfs:label "pounds(mass) per UK Gallon"^^xsd:string .
341 - 341 +
342 -ep-core:m2 342 +ep-core:lbm_usGallon-1
343 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 343 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
344 - rdfs:label "square metres"^^xsd:string . 344 + rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
345 - 345 +
346 -ep-core:m2_m-2 346 +ep-core:m2
347 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 347 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
348 - rdfs:label "square metres per square metre"^^xsd:string . 348 + rdfs:label "square metres"^^xsd:string .
349 - 349 +
350 -ep-core:masseq_100g 350 +ep-core:m2_m-2
351 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 351 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
352 - rdfs:label "mass equivalent (100 grams)"^^xsd:string . 352 + rdfs:label "square metres per square metre"^^xsd:string .
353 - 353 +
354 -ep-core:masseq_g 354 +ep-core:masseq_100g
355 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 355 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
356 - rdfs:label "mass equivalent (grams)"^^xsd:string . 356 + rdfs:label "mass equivalent (100 grams)"^^xsd:string .
357 - 357 +
358 -ep-core:masseq_kg 358 +ep-core:masseq_g
359 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 359 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
360 - rdfs:label "mass equivalent (kilograms)"^^xsd:string . 360 + rdfs:label "mass equivalent (grams)"^^xsd:string .
361 - 361 +
362 -ep-core:megaGramF 362 +ep-core:masseq_kg
363 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 363 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
364 - rdfs:label "Megagram (force)"^^xsd:string . 364 + rdfs:label "mass equivalent (kilograms)"^^xsd:string .
365 - 365 +
366 -ep-core:megaNewton 366 +ep-core:megaGramF
367 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 367 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
368 - rdfs:label "Meganewton"^^xsd:string . 368 + rdfs:label "Megagram (force)"^^xsd:string .
369 - 369 +
370 -ep-core:megagram_m-3 370 +ep-core:megaNewton
371 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 371 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
372 - rdfs:label "Megagram m-3"^^xsd:string . 372 + rdfs:label "Meganewton"^^xsd:string .
373 - 373 +
374 -ep-core:megavolt 374 +ep-core:megagram_m-3
375 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 375 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
376 - rdfs:label "Megavolt"^^xsd:string . 376 + rdfs:label "Megagram m-3"^^xsd:string .
377 - 377 +
378 -ep-core:metre3_hour-1 378 +ep-core:megavolt
379 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 379 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
380 - rdfs:domain ep-core:VolumetricFlowRate ; 380 + rdfs:label "Megavolt"^^xsd:string .
381 - rdfs:label "metre3 hour-1"^^xsd:string . 381 +
382 - 382 +ep-core:metre3_hour-1
383 -ep-core:metre_s-2 383 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
384 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 384 + rdfs:domain ep-core:VolumetricFlowRate ;
385 - rdfs:label "metres per second squared"^^xsd:string . 385 + rdfs:label "metre3 hour-1"^^xsd:string .
386 - 386 +
387 -ep-core:mgn 387 +ep-core:metre_s-2
388 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 388 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
389 - rdfs:label "milliGn - normal acceleration"^^xsd:string . 389 + rdfs:label "metres per second squared"^^xsd:string .
390 - 390 +
391 -ep-core:mi2 391 +ep-core:mgn
392 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 392 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
393 - rdfs:label "square miles"^^xsd:string . 393 + rdfs:label "milliGn - normal acceleration"^^xsd:string .
394 - 394 +
395 -ep-core:microEuclid 395 +ep-core:mi2
396 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 396 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
397 - rdfs:label "MicroEuclid"^^xsd:string . 397 + rdfs:label "square miles"^^xsd:string .
398 - 398 +
399 -ep-core:microNewton 399 +ep-core:microEuclid
400 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 400 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
401 - rdfs:label "MIcronewton"^^xsd:string . 401 + rdfs:label "MicroEuclid"^^xsd:string .
402 - 402 +
403 -ep-core:microgram_cm-3 403 +ep-core:microNewton
404 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 404 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
405 - rdfs:label "microgram cm-3"^^xsd:string . 405 + rdfs:label "MIcronewton"^^xsd:string .
406 - 406 +
407 -ep-core:microvolt 407 +ep-core:microgram_cm-3
408 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 408 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
409 - rdfs:label "microvolt"^^xsd:string . 409 + rdfs:label "microgram cm-3"^^xsd:string .
410 - 410 +
411 -ep-core:milliEuclid 411 +ep-core:microvolt
412 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 412 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
413 - rdfs:label "MilliEuclid"^^xsd:string . 413 + rdfs:label "microvolt"^^xsd:string .
414 - 414 +
415 -ep-core:milliNewton 415 +ep-core:milliEuclid
416 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 416 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
417 - rdfs:label "Millinewton"^^xsd:string . 417 + rdfs:label "MilliEuclid"^^xsd:string .
418 - 418 +
419 -ep-core:milliPa_second 419 +ep-core:milliNewton
420 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 420 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
421 - rdfs:domain ep-core:PlasticViscosity ; 421 + rdfs:label "Millinewton"^^xsd:string .
422 - rdfs:label "MPa.second"^^xsd:string . 422 +
423 - 423 +ep-core:milliPa_second
424 -ep-core:milligalileo 424 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
425 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 425 + rdfs:domain ep-core:PlasticViscosity ;
426 - rdfs:label "milligalileo"^^xsd:string . 426 + rdfs:label "MPa.second"^^xsd:string .
427 - 427 +
428 -ep-core:milligram_dm-3 428 +ep-core:milligalileo
429 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 429 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
430 - rdfs:label "milligram dm-3"^^xsd:string . 430 + rdfs:label "milligalileo"^^xsd:string .
431 - 431 +
432 -ep-core:milligram_l-1 432 +ep-core:milligram_dm-3
433 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 433 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
434 - rdfs:label "milligrams per litre"^^xsd:string . 434 + rdfs:label "milligram dm-3"^^xsd:string .
435 - 435 +
436 -ep-core:milligram_m-3 436 +ep-core:milligram_l-1
437 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 437 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
438 - rdfs:label "milligram m-3"^^xsd:string . 438 + rdfs:label "milligrams per litre"^^xsd:string .
439 - 439 +
440 -ep-core:milligram_usGallon-1 440 +ep-core:milligram_m-3
441 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 441 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
442 - rdfs:label "milligrams per US Gallon"^^xsd:string . 442 + rdfs:label "milligram m-3"^^xsd:string .
443 - 443 +
444 -ep-core:millivolt 444 +ep-core:milligram_usGallon-1
445 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 445 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
446 - rdfs:label "millivolt"^^xsd:string . 446 + rdfs:label "milligrams per US Gallon"^^xsd:string .
447 - 447 +
448 -ep-core:mj_cm-2 448 +ep-core:millivolt
449 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 449 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
450 - rdfs:label "millijoules per square centimetre"^^xsd:string . 450 + rdfs:label "millivolt"^^xsd:string .
451 - 451 +
452 -ep-core:mj_m-2 452 +ep-core:mj_cm-2
453 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 453 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
454 - rdfs:label "millijoules per square metre"^^xsd:string . 454 + rdfs:label "millijoules per square centimetre"^^xsd:string .
455 - 455 +
456 -ep-core:mm2 456 +ep-core:mj_m-2
457 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 457 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
458 - rdfs:label "square millimetres"^^xsd:string . 458 + rdfs:label "millijoules per square metre"^^xsd:string .
459 - 459 +
460 -ep-core:mm2_mm-2 460 +ep-core:mm2
461 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 461 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
462 - rdfs:label "square millimetres per square millimetre"^^xsd:string . 462 + rdfs:label "square millimetres"^^xsd:string .
463 - 463 +
464 -ep-core:mpa_m-1 464 +ep-core:mm2_mm-2
465 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 465 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
466 - rdfs:label "megapascal per metre"^^xsd:string . 466 + rdfs:label "square millimetres per square millimetre"^^xsd:string .
467 - 467 +
468 -ep-core:n_m-3 468 +ep-core:mpa_m-1
469 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 469 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
470 - rdfs:label "Newtons per square metre"^^xsd:string . 470 + rdfs:label "megapascal per metre"^^xsd:string .
471 - 471 +
472 -ep-core:n_m-E 472 +ep-core:n_m-3
473 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 473 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
474 - rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; 474 + rdfs:label "Newtons per square metre"^^xsd:string .
475 - rdfs:label "joules per square centimetre"^^xsd:string . 475 +
476 - 476 +ep-core:n_m-E
477 -ep-core:nanoEuclid 477 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
478 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 478 + rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ;
479 - rdfs:label "NanoEuclid"^^xsd:string . 479 + rdfs:label "joules per square centimetre"^^xsd:string .
480 - 480 +
481 -ep-core:newton 481 +ep-core:nanoEuclid
482 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 482 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
483 - rdfs:label "Newton"^^xsd:string . 483 + rdfs:label "NanoEuclid"^^xsd:string .
484 - 484 +
485 -ep-core:ozf 485 +ep-core:newton
486 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 486 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
487 - rdfs:label "Ounces (force)"^^xsd:string . 487 + rdfs:label "Newton"^^xsd:string .
488 - 488 +
489 -ep-core:pascal_m-1 489 +ep-core:ozf
490 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 490 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
491 - rdfs:label "Pascal per metre"^^xsd:string . 491 + rdfs:label "Ounces (force)"^^xsd:string .
492 - 492 +
493 -ep-core:pdl 493 +ep-core:pascal_m-1
494 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 494 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
495 - rdfs:label "Poundal"^^xsd:string . 495 + rdfs:label "Pascal per metre"^^xsd:string .
496 - 496 +
497 -ep-core:psi_1000ft-1 497 +ep-core:pdl
498 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 498 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
499 - rdfs:label "psi per 1000ft"^^xsd:string . 499 + rdfs:label "Poundal"^^xsd:string .
500 - 500 +
501 -ep-core:psi_100ft-1 501 +ep-core:psi_1000ft-1
502 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 502 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
503 - rdfs:label "psi per 100ft"^^xsd:string . 503 + rdfs:label "psi per 1000ft"^^xsd:string .
504 - 504 +
505 -ep-core:psi_ft-1 505 +ep-core:psi_100ft-1
506 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 506 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
507 - rdfs:label "psi per ft"^^xsd:string . 507 + rdfs:label "psi per 100ft"^^xsd:string .
508 - 508 +
509 -ep-core:psi_m-1 509 +ep-core:psi_ft-1
510 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 510 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
511 - rdfs:label "psi per metre"^^xsd:string . 511 + rdfs:label "psi per ft"^^xsd:string .
512 - 512 +
513 -ep-core:radian_ft-1 513 +ep-core:psi_m-1
514 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 514 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
515 - rdfs:label "radians per ft"^^xsd:string . 515 + rdfs:label "psi per metre"^^xsd:string .
516 - 516 +
517 -ep-core:radian_m-1 517 +ep-core:radian_ft-1
518 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 518 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
519 - rdfs:label "radians per m"^^xsd:string . 519 + rdfs:label "radians per ft"^^xsd:string .
520 - 520 +
521 -ep-core:radian_s-1 521 +ep-core:radian_m-1
522 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 522 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
523 - rdfs:label "radians per s"^^xsd:string . 523 + rdfs:label "radians per m"^^xsd:string .
524 - 524 +
525 -ep-core:rev_min-1 525 +ep-core:radian_s-1
526 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 526 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
527 - rdfs:label "revolutions per minute"^^xsd:string . 527 + rdfs:label "radians per s"^^xsd:string .
528 - 528 +
529 -ep-core:rev_s-1 529 +ep-core:rev_min-1
530 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 530 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
531 - rdfs:label "revolutions per second"^^xsd:string . 531 + rdfs:label "revolutions per minute"^^xsd:string .
532 - 532 +
533 -ep-core:ten_megagram_m-3 533 +ep-core:rev_s-1
534 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 534 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
535 - rdfs:label "10 Megagram m-3"^^xsd:string . 535 + rdfs:label "revolutions per second"^^xsd:string .
536 - 536 +
537 -ep-core:thousand_barrel 537 +ep-core:ten_megagram_m-3
538 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 538 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
539 - rdfs:label "thousand barrel"^^xsd:string . 539 + rdfs:label "10 Megagram m-3"^^xsd:string .
540 - 540 +
541 -ep-core:ukTonF 541 +ep-core:thousand_barrel
542 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 542 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
543 - rdfs:label "UK Ton (force)"^^xsd:string . 543 + rdfs:label "thousand barrel"^^xsd:string .
544 - 544 +
545 -ep-core:um2 545 +ep-core:ukTonF
546 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 546 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
547 - rdfs:label "square micrometres"^^xsd:string . 547 + rdfs:label "UK Ton (force)"^^xsd:string .
548 - 548 +
549 -ep-core:usTonF 549 +ep-core:um2
550 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 550 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
551 - rdfs:label "US Ton (force)"^^xsd:string . 551 + rdfs:label "square micrometres"^^xsd:string .
552 - 552 +
553 -ep-core:us_mi2 553 +ep-core:usTonF
554 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 554 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
555 - rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 555 + rdfs:label "US Ton (force)"^^xsd:string .
556 - rdfs:label "square miles (US)"^^xsd:string . 556 +
557 - 557 +ep-core:us_mi2
558 -ep-core:volt 558 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
559 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 559 + rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
560 - rdfs:label "Volt"^^xsd:string . 560 + rdfs:label "square miles (US)"^^xsd:string .
561 - 561 +
562 -ep-core:yd2 562 +ep-core:volt
563 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 563 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
564 - rdfs:label "square yards"^^xsd:string . 564 + rdfs:label "Volt"^^xsd:string .
565 +
566 +ep-core:yd2
567 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
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 .
......
This diff could not be displayed because it is too large.