MonkeyChap

Merge branch 'IanWed2'

1 -# Saved by TopBraid on Thu Oct 27 14:28:43 BST 2011 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/core
2 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
3 -# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model 3 +# imports: http://www.linkedmodel.org/schema/vaem
4 -# imports: http://www.linkedmodel.org/schema/vaem 4 +
5 - 5 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
6 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +
11 - 11 +<http://www.reportinghub.no/ep/schema/1.0/core>
12 -<http://www.reportinghub.no/ep/schema/1.0/core> 12 + rdf:type owl:Ontology ;
13 - rdf:type owl:Ontology ; 13 + owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ;
14 - owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; 14 + owl:versionInfo "0.1.0"^^xsd:string .
15 - owl:versionInfo "0.1.0"^^xsd:string . 15 +
16 - 16 +ep-core:Class_of_indirect_property
17 -ep-core:Class_of_indirect_property 17 + rdf:type owl:Class ;
18 - rdf:type owl:Class ; 18 + rdfs:label "class of indirect property"^^xsd:string ;
19 - rdfs:label "class of indirect property"^^xsd:string ; 19 + rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty .
20 - rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . 20 +
21 - 21 +ep-core:Density
22 -ep-core:Density 22 + rdf:type rdfs:Class , ep-core:PropertySpace ;
23 - rdf:type ep-core:PropertySpace , rdfs:Class ; 23 + rdfs:label "density"^^xsd:string ;
24 - rdfs:label "density"^^xsd:string ; 24 + rdfs:subClassOf owl:Class .
25 - rdfs:subClassOf owl:Class . 25 +
26 - 26 +ep-core:Length
27 -ep-core:Length 27 + rdf:type rdfs:Class , ep-core:PropertySpace ;
28 - rdf:type ep-core:PropertySpace , rdfs:Class ; 28 + rdfs:label "length"^^xsd:string ;
29 - rdfs:label "length"^^xsd:string ; 29 + rdfs:subClassOf owl:Class .
30 - rdfs:subClassOf owl:Class . 30 +
31 - 31 +ep-core:MassPerUnitLength
32 -ep-core:MassPerUnitLength 32 + rdf:type rdfs:Class , ep-core:PropertySpace ;
33 - rdf:type ep-core:PropertySpace , rdfs:Class ; 33 + rdfs:label "mass per unit length"^^xsd:string ;
34 - rdfs:label "mass per unit length"^^xsd:string ; 34 + rdfs:subClassOf owl:Class .
35 - rdfs:subClassOf owl:Class . 35 +
36 - 36 +ep-core:MeasureOfAmountOfMaterial
37 -ep-core:MeasureOfAmountOfMaterial 37 + rdf:type rdfs:Class , ep-core:PropertySpace ;
38 - rdf:type ep-core:PropertySpace , rdfs:Class ; 38 + rdfs:label "measure of amount of material"^^xsd:string ;
39 - rdfs:label "measure of amount of material"^^xsd:string ; 39 + rdfs:subClassOf owl:Class .
40 - rdfs:subClassOf owl:Class . 40 +
41 - 41 +ep-core:PhysicalObject
42 -ep-core:PhysicalObject 42 + rdf:type owl:Class ;
43 - rdf:type owl:Class ; 43 + rdfs:label "physical object"^^xsd:string ;
44 - rdfs:label "physical object"^^xsd:string ; 44 + rdfs:subClassOf ep-core:PhysicalThing .
45 - rdfs:subClassOf ep-core:PhysicalThing . 45 +
46 - 46 +ep-core:PhysicalThing
47 -ep-core:PhysicalThing 47 + rdf:type owl:Class ;
48 - rdf:type owl:Class ; 48 + rdfs:label "physical thing"^^xsd:string ;
49 - rdfs:label "physical thing"^^xsd:string ; 49 + rdfs:subClassOf owl:Thing .
50 - rdfs:subClassOf owl:Thing . 50 +
51 - 51 +ep-core:PlaneAngle
52 -ep-core:PlaneAngle 52 + rdf:type ep-core:PropertySpace , rdfs:Class ;
53 - rdf:type rdfs:Class , ep-core:PropertySpace ; 53 + rdfs:label "plane angle"^^xsd:string ;
54 - rdfs:label "plane angle"^^xsd:string ; 54 + rdfs:subClassOf owl:Class .
55 - rdfs:subClassOf owl:Class . 55 +
56 - 56 +ep-core:PlasticViscosity
57 -ep-core:PlasticViscosity 57 + rdf:type ep-core:PropertySpace , rdfs:Class ;
58 - rdf:type rdfs:Class , ep-core:PropertySpace ; 58 + rdfs:label "plastic viscosity"^^xsd:string ;
59 - rdfs:label "plastic viscosity"^^xsd:string ; 59 + rdfs:subClassOf owl:Class .
60 - rdfs:subClassOf owl:Class . 60 +
61 - 61 +ep-core:Pressure
62 -ep-core:Pressure 62 + rdf:type rdfs:Class , ep-core:PropertySpace ;
63 - rdf:type ep-core:PropertySpace , rdfs:Class ; 63 + rdfs:label "pressure"^^xsd:string ;
64 - rdfs:label "pressure"^^xsd:string ; 64 + rdfs:subClassOf owl:Class .
65 - rdfs:subClassOf owl:Class . 65 +
66 - 66 +ep-core:PropertySpace
67 -ep-core:PropertySpace 67 + rdf:type rdfs:Class ;
68 - rdf:type rdfs:Class ; 68 + rdfs:label "property space"^^xsd:string ;
69 - rdfs:label "property space"^^xsd:string ; 69 + rdfs:subClassOf owl:Class .
70 - rdfs:subClassOf owl:Class . 70 +
71 - 71 +ep-core:Ratio
72 -ep-core:Ratio 72 + rdf:type ep-core:PropertySpace , rdfs:Class ;
73 - rdf:type rdfs:Class , ep-core:PropertySpace ; 73 + rdfs:label "ratio"^^xsd:string .
74 - rdfs:label "ratio"^^xsd:string ; 74 +
75 - rdfs:subClassOf owl:Class . 75 +ep-core:Scale
76 - 76 + rdf:type owl:Class ;
77 -ep-core:Scale 77 + rdfs:label "scale"^^xsd:string ;
78 - rdf:type owl:Class ; 78 + rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty .
79 - rdfs:label "scale"^^xsd:string ; 79 +
80 - rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . 80 +ep-core:SpecificMass
81 - 81 + rdf:type ep-core:PropertySpace , rdfs:Class ;
82 -ep-core:SpecificMass 82 + rdfs:label "specific mass"^^xsd:string ;
83 - rdf:type rdfs:Class , ep-core:PropertySpace ; 83 + rdfs:subClassOf owl:Class .
84 - rdfs:label "specific mass"^^xsd:string ; 84 +
85 - rdfs:subClassOf owl:Class . 85 +ep-core:SpecificVolume
86 - 86 + rdf:type ep-core:PropertySpace , rdfs:Class ;
87 -ep-core:SpecificVolume 87 + rdfs:label "specific volume"^^xsd:string ;
88 - rdf:type rdfs:Class , ep-core:PropertySpace ; 88 + rdfs:subClassOf owl:Class .
89 - rdfs:label "specific volume"^^xsd:string ; 89 +
90 - rdfs:subClassOf owl:Class . 90 +ep-core:Speed
91 - 91 + rdf:type rdfs:Class , ep-core:PropertySpace ;
92 -ep-core:Speed 92 + rdfs:label "speed"^^xsd:string ;
93 - rdf:type ep-core:PropertySpace , rdfs:Class ; 93 + rdfs:subClassOf owl:Class .
94 - rdfs:label "speed"^^xsd:string ; 94 +
95 - rdfs:subClassOf owl:Class . 95 +ep-core:StrengthOfRockFormation
96 - 96 + rdf:type rdfs:Class , ep-core:PropertySpace ;
97 -ep-core:StrengthOfRockFormation 97 + rdfs:label "strength of rock formation"^^xsd:string ;
98 - rdf:type ep-core:PropertySpace , rdfs:Class ; 98 + rdfs:subClassOf owl:Class .
99 - rdfs:label "strength of rock formation"^^xsd:string ; 99 +
100 - rdfs:subClassOf owl:Class . 100 +ep-core:Temperature
101 - 101 + rdf:type rdfs:Class , ep-core:PropertySpace ;
102 -ep-core:Temperature 102 + rdfs:label "temperature"^^xsd:string ;
103 - rdf:type ep-core:PropertySpace , rdfs:Class ; 103 + rdfs:subClassOf owl:Class .
104 - rdfs:label "temperature"^^xsd:string ; 104 +
105 - rdfs:subClassOf owl:Class . 105 +ep-core:TimeDuration
106 - 106 + rdf:type rdfs:Class , ep-core:PropertySpace ;
107 -ep-core:TimeDuration 107 + rdfs:label "time duration"^^xsd:string ;
108 - rdf:type ep-core:PropertySpace , rdfs:Class ; 108 + rdfs:subClassOf owl:Class .
109 - rdfs:label "time duration"^^xsd:string ; 109 +
110 - rdfs:subClassOf owl:Class . 110 +ep-core:Volume
111 - 111 + rdf:type rdfs:Class , ep-core:PropertySpace ;
112 -ep-core:Volume 112 + rdfs:label "volume"^^xsd:string ;
113 - rdf:type ep-core:PropertySpace , rdfs:Class ; 113 + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
114 - rdfs:label "volume"^^xsd:string ; 114 +
115 - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 115 +ep-core:VolumeAt15degC1atm
116 - 116 + rdf:type rdfs:Class , ep-core:PropertySpace ;
117 -ep-core:VolumeAt15degC1atm 117 + rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ;
118 - rdf:type ep-core:PropertySpace , rdfs:Class ; 118 + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
119 - rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; 119 +
120 - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 120 +ep-core:VolumeAt1degC1atm
121 - 121 + rdf:type rdfs:Class , ep-core:PropertySpace ;
122 -ep-core:VolumeAt1degC1atm 122 + rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ;
123 - rdf:type ep-core:PropertySpace , rdfs:Class ; 123 + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
124 - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; 124 +
125 - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 125 +ep-core:VolumeAt60degF1atm
126 - 126 + rdf:type rdfs:Class , ep-core:PropertySpace ;
127 -ep-core:VolumeAt60degF1atm 127 + rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ;
128 - rdf:type ep-core:PropertySpace , rdfs:Class ; 128 + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .
129 - rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; 129 +
130 - rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . 130 +ep-core:VolumetricFlowRate
131 - 131 + rdf:type rdfs:Class , ep-core:PropertySpace ;
132 -ep-core:VolumetricFlowRate 132 + rdfs:label "volumetric flow rate"^^xsd:string ;
133 - rdf:type ep-core:PropertySpace , rdfs:Class ; 133 + rdfs:subClassOf owl:Class .
134 - rdfs:label "volumetric flow rate"^^xsd:string ; 134 +
135 - rdfs:subClassOf owl:Class . 135 +ep-core:YieldPoint
136 - 136 + rdf:type ep-core:PropertySpace , rdfs:Class ;
137 -ep-core:YieldPoint 137 + rdfs:label "yield point"^^xsd:string ;
138 - rdf:type rdfs:Class , ep-core:PropertySpace ; 138 + rdfs:subClassOf owl:Class .
139 - rdfs:label "yield point"^^xsd:string ; 139 +
140 - rdfs:subClassOf owl:Class . 140 +ep-core:apiName
141 - 141 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
142 -ep-core:apiName 142 + rdfs:label "API name"^^xsd:string ;
143 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 143 + rdfs:range xsd:string ;
144 - rdfs:label "API name"^^xsd:string ; 144 + rdfs:subPropertyOf ep-core:name .
145 - rdfs:range xsd:string ; 145 +
146 - rdfs:subPropertyOf ep-core:name . 146 +ep-core:bar
147 - 147 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
148 -ep-core:bar 148 + rdfs:domain ep-core:Pressure ;
149 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 149 + rdfs:label "bar"^^xsd:string .
150 - rdfs:domain ep-core:Pressure ; 150 +
151 - rdfs:label "bar"^^xsd:string . 151 +ep-core:barrel
152 - 152 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
153 -ep-core:barrel 153 + rdfs:label "barrel"^^xsd:string .
154 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 154 +
155 - rdfs:label "barrel"^^xsd:string . 155 +ep-core:basisFor
156 - 156 + rdf:type owl:ObjectProperty ;
157 -ep-core:basisFor 157 + rdfs:label "basis for"^^xsd:string .
158 - rdf:type owl:ObjectProperty ; 158 +
159 - rdfs:label "basis for"^^xsd:string . 159 +ep-core:celsius
160 - 160 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
161 -ep-core:celsius 161 + rdfs:domain ep-core:Temperature ;
162 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 162 + rdfs:label "celsius"^^xsd:string .
163 - rdfs:domain ep-core:Temperature ; 163 +
164 - rdfs:label "celsius"^^xsd:string . 164 +ep-core:centiPoise
165 - 165 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
166 -ep-core:centiPoise 166 + rdfs:domain ep-core:PlasticViscosity ;
167 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 167 + rdfs:label "cP"^^xsd:string .
168 - rdfs:domain ep-core:PlasticViscosity ; 168 +
169 - rdfs:label "cP"^^xsd:string . 169 +ep-core:day
170 - 170 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
171 -ep-core:day 171 + rdfs:domain ep-core:TimeDuration ;
172 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 172 + rdfs:label "day"^^xsd:string .
173 - rdfs:domain ep-core:TimeDuration ; 173 +
174 - rdfs:label "day"^^xsd:string . 174 +ep-core:decimetre3
175 - 175 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
176 -ep-core:decimetre3 176 + rdfs:domain ep-core:Volume ;
177 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 177 + rdfs:label "decimetre 3"^^xsd:string .
178 - rdfs:domain ep-core:Volume ; 178 +
179 - rdfs:label "decimetre 3"^^xsd:string . 179 +ep-core:degreesOfAngle
180 - 180 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
181 -ep-core:degreesOfAngle 181 + rdfs:domain ep-core:PlaneAngle ;
182 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 182 + rdfs:label "degrees of angle"^^xsd:string .
183 - rdfs:domain ep-core:PlaneAngle ; 183 +
184 - rdfs:label "degrees of angle"^^xsd:string . 184 +ep-core:derivedFrom
185 - 185 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
186 -ep-core:derivedFrom 186 + rdfs:label "derived from"^^xsd:string .
187 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 187 +
188 - rdfs:label "derived from"^^xsd:string . 188 +ep-core:dtiName
189 - 189 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
190 -ep-core:dtiName 190 + rdfs:label "DTI name"^^xsd:string ;
191 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 191 + rdfs:range xsd:string ;
192 - rdfs:label "DTI name"^^xsd:string ; 192 + rdfs:subPropertyOf ep-core:name .
193 - rdfs:range xsd:string ; 193 +
194 - rdfs:subPropertyOf ep-core:name . 194 +ep-core:dyne_second_metre-2
195 - 195 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
196 -ep-core:dyne_second_metre-2 196 + rdfs:domain ep-core:PlasticViscosity ;
197 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 197 + rdfs:label "dyne.s.m-2"^^xsd:string .
198 - rdfs:domain ep-core:PlasticViscosity ; 198 +
199 - rdfs:label "dyne.s.m-2"^^xsd:string . 199 +ep-core:foot
200 - 200 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
201 -ep-core:foot 201 + rdfs:domain ep-core:Length ;
202 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 202 + rdfs:label "foot"^^xsd:string .
203 - rdfs:domain ep-core:Length ; 203 +
204 - rdfs:label "foot"^^xsd:string . 204 +ep-core:foot3
205 - 205 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
206 -ep-core:foot3 206 + rdfs:label "foot3"^^xsd:string .
207 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 207 +
208 - rdfs:label "foot3"^^xsd:string . 208 +ep-core:foot3_sack94-1
209 - 209 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
210 -ep-core:foot3_sack94-1 210 + rdfs:domain ep-core:YieldPoint ;
211 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 211 + rdfs:label "foot3 sack94-1"^^xsd:string .
212 - rdfs:domain ep-core:YieldPoint ; 212 +
213 - rdfs:label "foot3 sack94-1"^^xsd:string . 213 +ep-core:footUS
214 - 214 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
215 -ep-core:footUS 215 + rdfs:domain ep-core:Length ;
216 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 216 + rdfs:label "foot (US survey)"^^xsd:string .
217 - rdfs:domain ep-core:Length ; 217 +
218 - rdfs:label "foot (US survey)"^^xsd:string . 218 +ep-core:fractionByVolume
219 - 219 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
220 -ep-core:fractionByVolume 220 + rdfs:domain ep-core:SpecificVolume ;
221 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 221 + rdfs:label "fraction by volume"^^xsd:string .
222 - rdfs:domain ep-core:SpecificVolume ; 222 +
223 - rdfs:label "fraction by volume"^^xsd:string . 223 +ep-core:gram_cm-3
224 - 224 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
225 -ep-core:gram_cm-3 225 + rdfs:label "gram cm-3"^^xsd:string .
226 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 226 +
227 - rdfs:label "gram cm-3"^^xsd:string . 227 +ep-core:hasPart
228 - 228 + rdf:type owl:TransitiveProperty ;
229 -ep-core:hasPart 229 + rdfs:domain ep-core:PhysicalThing ;
230 - rdf:type owl:TransitiveProperty ; 230 + rdfs:label "has part"^^xsd:string ;
231 - rdfs:domain ep-core:PhysicalThing ; 231 + rdfs:range ep-core:PhysicalThing ;
232 - rdfs:label "has part"^^xsd:string ; 232 + owl:inverseOf ep-core:partOf .
233 - rdfs:range ep-core:PhysicalThing ; 233 +
234 - owl:inverseOf ep-core:partOf . 234 +ep-core:hasSpatialPart
235 - 235 + rdf:type owl:TransitiveProperty ;
236 -ep-core:hasSpatialPart 236 + rdfs:domain ep-core:PhysicalThing ;
237 - rdf:type owl:TransitiveProperty ; 237 + rdfs:label "has spatial part"^^xsd:string ;
238 - rdfs:domain ep-core:PhysicalThing ; 238 + rdfs:range ep-core:PhysicalThing ;
239 - rdfs:label "has spatial part"^^xsd:string ; 239 + rdfs:subPropertyOf ep-core:hasPart ;
240 - rdfs:range ep-core:PhysicalThing ; 240 + owl:inverseOf ep-core:spatialPartOf .
241 - rdfs:subPropertyOf ep-core:hasPart ; 241 +
242 - owl:inverseOf ep-core:spatialPartOf . 242 +ep-core:hasTemporalPart
243 - 243 + rdf:type owl:TransitiveProperty ;
244 -ep-core:hasTemporalPart 244 + rdfs:domain ep-core:PhysicalThing ;
245 - rdf:type owl:TransitiveProperty ; 245 + rdfs:label "has temporal part"^^xsd:string ;
246 - rdfs:domain ep-core:PhysicalThing ; 246 + rdfs:range ep-core:PhysicalThing ;
247 - rdfs:label "has temporal part"^^xsd:string ; 247 + rdfs:subPropertyOf ep-core:hasPart ;
248 - rdfs:range ep-core:PhysicalThing ; 248 + owl:inverseOf ep-core:temporalPartOf .
249 - rdfs:subPropertyOf ep-core:hasPart ; 249 +
250 - owl:inverseOf ep-core:temporalPartOf . 250 +ep-core:hasVolume
251 - 251 + rdf:type owl:FunctionalProperty ;
252 -ep-core:hasVolume 252 + rdfs:domain ep-core:PhysicalThing ;
253 - rdf:type owl:FunctionalProperty ; 253 + rdfs:label "has volume"^^xsd:string .
254 - rdfs:domain ep-core:PhysicalThing ; 254 +
255 - rdfs:label "has volume"^^xsd:string . 255 +ep-core:hour
256 - 256 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
257 -ep-core:hour 257 + rdfs:domain ep-core:TimeDuration ;
258 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 258 + rdfs:label "hour"^^xsd:string .
259 - rdfs:domain ep-core:TimeDuration ; 259 +
260 - rdfs:label "hour"^^xsd:string . 260 +ep-core:humanRecognizableName
261 - 261 + rdf:type owl:DatatypeProperty ;
262 -ep-core:humanRecognizableName 262 + rdfs:label "human recognizable name"^^xsd:string ;
263 - rdf:type owl:DatatypeProperty ; 263 + rdfs:range xsd:string ;
264 - rdfs:label "human recognizable name"^^xsd:string ; 264 + rdfs:subPropertyOf ep-core:name .
265 - rdfs:range xsd:string ; 265 +
266 - rdfs:subPropertyOf ep-core:name . 266 +ep-core:inch
267 - 267 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
268 -ep-core:inch 268 + rdfs:domain ep-core:Length ;
269 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 269 + rdfs:label "inch"^^xsd:string .
270 - rdfs:domain ep-core:Length ; 270 +
271 - rdfs:label "inch"^^xsd:string . 271 +ep-core:inchUS
272 - 272 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
273 -ep-core:inchUS 273 + rdfs:domain ep-core:Length ;
274 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 274 + rdfs:label "inch (US survey)"^^xsd:string .
275 - rdfs:domain ep-core:Length ; 275 +
276 - rdfs:label "inch (US survey)"^^xsd:string . 276 +ep-core:kilogramforce_second_metre-2
277 - 277 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
278 -ep-core:kilogramforce_second_metre-2 278 + rdfs:domain ep-core:PlasticViscosity ;
279 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 279 + rdfs:label "kgf.s.m-2"^^xsd:string .
280 - rdfs:domain ep-core:PlasticViscosity ; 280 +
281 - rdfs:label "kgf.s.m-2"^^xsd:string . 281 +ep-core:localFieldName
282 - 282 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
283 -ep-core:localFieldName 283 + rdfs:label "local field name"^^xsd:string ;
284 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 284 + rdfs:range xsd:string ;
285 - rdfs:label "local field name"^^xsd:string ; 285 + rdfs:subPropertyOf ep-core:name .
286 - rdfs:range xsd:string ; 286 +
287 - rdfs:subPropertyOf ep-core:name . 287 +ep-core:megaPa
288 - 288 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
289 -ep-core:megaPa 289 + rdfs:domain ep-core:Pressure ;
290 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 290 + rdfs:label "MPa"^^xsd:string .
291 - rdfs:domain ep-core:Pressure ; 291 +
292 - rdfs:label "MPa"^^xsd:string . 292 +ep-core:megaPa_second
293 - 293 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
294 -ep-core:megaPa_second 294 + rdfs:domain ep-core:PlasticViscosity ;
295 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 295 + rdfs:label "MPa.second"^^xsd:string .
296 - rdfs:domain ep-core:PlasticViscosity ; 296 +
297 - rdfs:label "MPa.second"^^xsd:string . 297 +ep-core:metre
298 - 298 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
299 -ep-core:metre 299 + rdfs:domain ep-core:Length ;
300 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 300 + rdfs:label "metre"^^xsd:string .
301 - rdfs:domain ep-core:Length ; 301 +
302 - rdfs:label "metre"^^xsd:string . 302 +ep-core:metre3
303 - 303 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
304 -ep-core:metre3 304 + rdfs:label "metre3"^^xsd:string .
305 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 305 +
306 - rdfs:label "metre3"^^xsd:string . 306 +ep-core:metre3_day-1
307 - 307 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
308 -ep-core:metre3_day-1 308 + rdfs:domain ep-core:VolumetricFlowRate ;
309 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 309 + rdfs:label "metre3 day-1"^^xsd:string .
310 - rdfs:domain ep-core:VolumetricFlowRate ; 310 +
311 - rdfs:label "metre3 day-1"^^xsd:string . 311 +ep-core:metre3_minute-1
312 - 312 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
313 -ep-core:metre3_minute-1 313 + rdfs:domain ep-core:VolumetricFlowRate ;
314 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 314 + rdfs:label "metre3 minute-1"^^xsd:string .
315 - rdfs:domain ep-core:VolumetricFlowRate ; 315 +
316 - rdfs:label "metre3 minute-1"^^xsd:string . 316 +ep-core:metre_hour-1
317 - 317 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
318 -ep-core:metre_hour-1 318 + rdfs:domain ep-core:Speed ;
319 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 319 + rdfs:label "metre hour-1"^^xsd:string .
320 - rdfs:domain ep-core:Speed ; 320 +
321 - rdfs:label "metre hour-1"^^xsd:string . 321 +ep-core:millimetre
322 - 322 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
323 -ep-core:millimetre 323 + rdfs:domain ep-core:Length ;
324 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 324 + rdfs:label "millimetre"^^xsd:string .
325 - rdfs:domain ep-core:Length ; 325 +
326 - rdfs:label "millimetre"^^xsd:string . 326 +ep-core:million_barrel
327 - 327 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
328 -ep-core:million_barrel 328 + rdfs:label "million barrel"^^xsd:string .
329 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 329 +
330 - rdfs:label "million barrel"^^xsd:string . 330 +ep-core:million_foot3
331 - 331 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
332 -ep-core:million_foot3 332 + rdfs:label "million foot3"^^xsd:string .
333 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 333 +
334 - rdfs:label "million foot3"^^xsd:string . 334 +ep-core:million_metre3
335 - 335 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
336 -ep-core:million_metre3 336 + rdfs:label "million metre3"^^xsd:string .
337 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 337 +
338 - rdfs:label "million metre3"^^xsd:string . 338 +ep-core:million_metre3_day-1
339 - 339 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
340 -ep-core:million_metre3_day-1 340 + rdfs:domain ep-core:VolumetricFlowRate ;
341 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 341 + rdfs:label "million metre3 day-1"^^xsd:string .
342 - rdfs:domain ep-core:VolumetricFlowRate ; 342 +
343 - rdfs:label "million metre3 day-1"^^xsd:string . 343 +ep-core:minute
344 - 344 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
345 -ep-core:minute 345 + rdfs:domain ep-core:TimeDuration ;
346 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 346 + rdfs:label "minute"^^xsd:string .
347 - rdfs:domain ep-core:TimeDuration ; 347 +
348 - rdfs:label "minute"^^xsd:string . 348 +ep-core:name
349 - 349 + rdf:type owl:DatatypeProperty ;
350 -ep-core:name 350 + rdfs:label "name"^^xsd:string ;
351 - rdf:type owl:DatatypeProperty ; 351 + rdfs:range xsd:string .
352 - rdfs:label "name"^^xsd:string ; 352 +
353 - rdfs:range xsd:string . 353 +ep-core:newton_second_metre-2
354 - 354 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
355 -ep-core:newton_second_metre-2 355 + rdfs:domain ep-core:PlasticViscosity ;
356 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 356 + rdfs:label "N.s.m-2"^^xsd:string .
357 - rdfs:domain ep-core:PlasticViscosity ; 357 +
358 - rdfs:label "N.s.m-2"^^xsd:string . 358 +ep-core:nominallyExistsAt
359 - 359 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
360 -ep-core:nominallyExistsAt 360 + rdfs:domain ep-core:PhysicalThing ;
361 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 361 + rdfs:label "nominally exists at"^^xsd:string ;
362 - rdfs:domain ep-core:PhysicalThing ; 362 + rdfs:range xsd:string ;
363 - rdfs:label "nominally exists at"^^xsd:string ; 363 + rdfs:subPropertyOf ep-core:name .
364 - rdfs:range xsd:string ; 364 +
365 - rdfs:subPropertyOf ep-core:name . 365 +ep-core:npdCode
366 - 366 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
367 -ep-core:npdCode 367 + rdfs:label "NPD code"^^xsd:string ;
368 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 368 + rdfs:range xsd:string ;
369 - rdfs:label "NPD code"^^xsd:string ; 369 + rdfs:subPropertyOf ep-core:name .
370 - rdfs:range xsd:string ; 370 +
371 - rdfs:subPropertyOf ep-core:name . 371 +ep-core:npdName
372 - 372 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
373 -ep-core:npdName 373 + rdfs:label "NPD name"^^xsd:string ;
374 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 374 + rdfs:range xsd:string ;
375 - rdfs:label "NPD name"^^xsd:string ; 375 + rdfs:subPropertyOf ep-core:name .
376 - rdfs:range xsd:string ; 376 +
377 - rdfs:subPropertyOf ep-core:name . 377 +ep-core:npdNumber
378 - 378 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
379 -ep-core:npdNumber 379 + rdfs:label "NPD number"^^xsd:string ;
380 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 380 + rdfs:range xsd:string ;
381 - rdfs:label "NPD number"^^xsd:string ; 381 + rdfs:subPropertyOf ep-core:name .
382 - rdfs:range xsd:string ; 382 +
383 - rdfs:subPropertyOf ep-core:name . 383 +ep-core:partOf
384 - 384 + rdf:type owl:TransitiveProperty ;
385 -ep-core:partOf 385 + rdfs:domain ep-core:PhysicalThing ;
386 - rdf:type owl:TransitiveProperty ; 386 + rdfs:label "part of"^^xsd:string ;
387 - rdfs:domain ep-core:PhysicalThing ; 387 + rdfs:range ep-core:PhysicalThing ;
388 - rdfs:label "part of"^^xsd:string ; 388 + owl:inverseOf ep-core:hasPart .
389 - rdfs:range ep-core:PhysicalThing ; 389 +
390 - owl:inverseOf ep-core:hasPart . 390 +ep-core:partPerMillionByMass
391 - 391 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
392 -ep-core:partPerMillionByMass 392 + rdfs:domain ep-core:SpecificMass ;
393 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 393 + rdfs:label "part per million (by mass)"^^xsd:string .
394 - rdfs:domain ep-core:SpecificMass ; 394 +
395 - rdfs:label "part per million (by mass)"^^xsd:string . 395 +ep-core:partPerMillionByVolume
396 - 396 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
397 -ep-core:partPerMillionByVolume 397 + rdfs:domain ep-core:SpecificVolume ;
398 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 398 + rdfs:label "part per million (by volume)"^^xsd:string .
399 - rdfs:domain ep-core:SpecificVolume ; 399 +
400 - rdfs:label "part per million (by volume)"^^xsd:string . 400 +ep-core:pascal
401 - 401 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
402 -ep-core:pascal 402 + rdfs:domain ep-core:Pressure ;
403 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 403 + rdfs:label "Pascal"^^xsd:string .
404 - rdfs:domain ep-core:Pressure ; 404 +
405 - rdfs:label "Pascal"^^xsd:string . 405 +ep-core:pascal_second
406 - 406 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
407 -ep-core:pascal_second 407 + rdfs:domain ep-core:PlasticViscosity ;
408 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 408 + rdfs:label "Pa.second"^^xsd:string .
409 - rdfs:domain ep-core:PlasticViscosity ; 409 +
410 - rdfs:label "Pa.second"^^xsd:string . 410 +ep-core:perCentByVolume
411 - 411 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
412 -ep-core:perCentByVolume 412 + rdfs:domain ep-core:SpecificVolume ;
413 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 413 + rdfs:label "per cent by volume"^^xsd:string .
414 - rdfs:domain ep-core:SpecificVolume ; 414 +
415 - rdfs:label "per cent by volume"^^xsd:string . 415 +ep-core:poise
416 - 416 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
417 -ep-core:poise 417 + rdfs:domain ep-core:PlasticViscosity ;
418 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 418 + rdfs:label "P"^^xsd:string .
419 - rdfs:domain ep-core:PlasticViscosity ; 419 +
420 - rdfs:label "P"^^xsd:string . 420 +ep-core:pound_foot-1
421 - 421 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
422 -ep-core:pound_foot-1 422 + rdfs:domain ep-core:MassPerUnitLength ;
423 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 423 + rdfs:label "pound foot-1"^^xsd:string .
424 - rdfs:domain ep-core:MassPerUnitLength ; 424 +
425 - rdfs:label "pound foot-1"^^xsd:string . 425 +ep-core:poundforce_second_foot-2
426 - 426 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
427 -ep-core:poundforce_second_foot-2 427 + rdfs:domain ep-core:PlasticViscosity ;
428 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 428 + rdfs:label "lbf.s.ft-2"^^xsd:string .
429 - rdfs:domain ep-core:PlasticViscosity ; 429 +
430 - rdfs:label "lbf.s.ft-2"^^xsd:string . 430 +ep-core:poundforce_second_inch-2
431 - 431 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
432 -ep-core:poundforce_second_inch-2 432 + rdfs:domain ep-core:PlasticViscosity ;
433 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 433 + rdfs:label "lbf.s.in-2"^^xsd:string .
434 - rdfs:domain ep-core:PlasticViscosity ; 434 +
435 - rdfs:label "lbf.s.in-2"^^xsd:string . 435 +ep-core:prospectName
436 - 436 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
437 -ep-core:prospectName 437 + rdfs:label "prospect name"^^xsd:string ;
438 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 438 + rdfs:range xsd:string ;
439 - rdfs:label "prospect name"^^xsd:string ; 439 + rdfs:subPropertyOf ep-core:name .
440 - rdfs:range xsd:string ; 440 +
441 - rdfs:subPropertyOf ep-core:name . 441 +ep-core:psi_second
442 - 442 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
443 -ep-core:psi_second 443 + rdfs:domain ep-core:PlasticViscosity ;
444 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 444 + rdfs:label "psi.s"^^xsd:string .
445 - rdfs:domain ep-core:PlasticViscosity ; 445 +
446 - rdfs:label "psi.s"^^xsd:string . 446 +ep-core:psig
447 - 447 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
448 -ep-core:psig 448 + rdfs:domain ep-core:Pressure ;
449 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 449 + rdfs:label "psi gauge"^^xsd:string .
450 - rdfs:domain ep-core:Pressure ; 450 +
451 - rdfs:label "psi gauge"^^xsd:string . 451 +ep-core:second
452 - 452 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
453 -ep-core:second 453 + rdfs:domain ep-core:TimeDuration ;
454 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 454 + rdfs:label "second"^^xsd:string .
455 - rdfs:domain ep-core:TimeDuration ; 455 +
456 - rdfs:label "second"^^xsd:string . 456 +ep-core:spatialPartOf
457 - 457 + rdf:type owl:TransitiveProperty ;
458 -ep-core:spatialPartOf 458 + rdfs:domain ep-core:PhysicalThing ;
459 - rdf:type owl:TransitiveProperty ; 459 + rdfs:label "temporal part of"^^xsd:string ;
460 - rdfs:domain ep-core:PhysicalThing ; 460 + rdfs:range ep-core:PhysicalThing ;
461 - rdfs:label "temporal part of"^^xsd:string ; 461 + rdfs:subPropertyOf ep-core:partOf ;
462 - rdfs:range ep-core:PhysicalThing ; 462 + owl:inverseOf ep-core:hasSpatialPart .
463 - rdfs:subPropertyOf ep-core:partOf ; 463 +
464 - owl:inverseOf ep-core:hasSpatialPart . 464 +ep-core:specificGravity
465 - 465 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
466 -ep-core:specificGravity 466 + rdfs:label "specific gravity"^^xsd:string .
467 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 467 +
468 - rdfs:label "specific gravity"^^xsd:string . 468 +ep-core:temporalPartOf
469 - 469 + rdf:type owl:TransitiveProperty ;
470 -ep-core:temporalPartOf 470 + rdfs:domain ep-core:PhysicalThing ;
471 - rdf:type owl:TransitiveProperty ; 471 + rdfs:label "temporal part of"^^xsd:string ;
472 - rdfs:domain ep-core:PhysicalThing ; 472 + rdfs:range ep-core:PhysicalThing ;
473 - rdfs:label "temporal part of"^^xsd:string ; 473 + rdfs:subPropertyOf ep-core:partOf ;
474 - rdfs:range ep-core:PhysicalThing ; 474 + owl:inverseOf ep-core:hasTemporalPart .
475 - rdfs:subPropertyOf ep-core:partOf ; 475 +
476 - owl:inverseOf ep-core:hasTemporalPart . 476 +ep-core:undefinedScale
477 - 477 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
478 -ep-core:undefinedScale 478 + rdfs:domain owl:Class ;
479 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 479 + rdfs:label "undefined scale"^^xsd:string .
480 - rdfs:domain owl:Class ; 480 +
481 - rdfs:label "undefined scale"^^xsd:string . 481 +ep-core:usGallon_sack94-1
482 - 482 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
483 -ep-core:usGallon_sack94-1 483 + rdfs:domain ep-core:SpecificVolume ;
484 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 484 + rdfs:label "USgallon sack94-1"^^xsd:string .
485 - rdfs:domain ep-core:SpecificVolume ; 485 +
486 - rdfs:label "USgallon sack94-1"^^xsd:string . 486 +ep-core:week
487 - 487 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
488 -ep-core:week 488 + rdfs:domain ep-core:TimeDuration ;
489 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 489 + rdfs:label "week"^^xsd:string .
490 - rdfs:domain ep-core:TimeDuration ;
491 - rdfs:label "week"^^xsd:string .
......
...@@ -13,15 +13,24 @@ ...@@ -13,15 +13,24 @@
13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 +ep-core:Attenuation
17 + rdf:type rdfs:Class ;
18 + rdfs:subClassOf ep-core:DimensionlessMeasure .
19 +
16 ep-core:Density 20 ep-core:Density
17 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 21 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
18 22
23 +ep-core:DimensionlessMeasure
24 + rdf:type ep-core:PropertySpace , rdfs:Class ;
25 + rdfs:label "Dimensionless Measure"^^xsd:string ;
26 + rdfs:subClassOf owl:Class .
27 +
19 ep-core:Frequency 28 ep-core:Frequency
20 rdf:type rdfs:Class ; 29 rdf:type rdfs:Class ;
21 rdfs:subClassOf owl:Class . 30 rdfs:subClassOf owl:Class .
22 31
23 ep-core:GP_cm-1 32 ep-core:GP_cm-1
24 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 33 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
25 rdfs:label "Gigapascals per centimetre"^^xsd:string . 34 rdfs:label "Gigapascals per centimetre"^^xsd:string .
26 35
27 ep-core:Illuminance 36 ep-core:Illuminance
...@@ -32,333 +41,429 @@ ep-core:LengthPerLength ...@@ -32,333 +41,429 @@ ep-core:LengthPerLength
32 rdf:type rdfs:Class ; 41 rdf:type rdfs:Class ;
33 rdfs:subClassOf owl:Class . 42 rdfs:subClassOf owl:Class .
34 43
35 -ep-core:MeasureOfFlowOfMaterial 44 +ep-core:LinearStrain
45 + rdf:type rdfs:Class ;
46 + rdfs:subClassOf ep-core:Strain .
47 +
48 +ep-core:MagneticFieldStrength
36 rdf:type rdfs:Class , ep-core:PropertySpace ; 49 rdf:type rdfs:Class , ep-core:PropertySpace ;
50 + rdfs:label "magnetic field strength"^^xsd:string ;
51 + rdfs:subClassOf owl:Class .
52 +
53 +ep-core:Mass
54 + rdf:type rdfs:Class ;
55 + rdfs:subClassOf owl:Class .
56 +
57 +ep-core:MassConcentration
58 + rdf:type rdfs:Class ;
59 + rdfs:subClassOf ep-core:MassOrVolumicConcentration .
60 +
61 +ep-core:MassOrVolumicConcentration
62 + rdf:type rdfs:Class ;
63 + rdfs:subClassOf ep-core:DimensionlessMeasure .
64 +
65 +ep-core:MassPerLength
66 + rdf:type rdfs:Class ;
67 + rdfs:subClassOf owl:Class .
68 +
69 +ep-core:MeasureOfFlowOfMaterial
70 + rdf:type ep-core:PropertySpace , rdfs:Class ;
37 rdfs:label "measure of flow of material"^^xsd:string ; 71 rdfs:label "measure of flow of material"^^xsd:string ;
38 rdfs:subClassOf owl:Class . 72 rdfs:subClassOf owl:Class .
39 73
74 +ep-core:PoissonRatio
75 + rdf:type rdfs:Class ;
76 + rdfs:subClassOf ep-core:Ratio .
77 +
78 +ep-core:Ratio
79 + rdfs:subClassOf ep-core:DimensionlessMeasure .
80 +
81 +ep-core:ShearStrain
82 + rdf:type rdfs:Class ;
83 + rdfs:subClassOf ep-core:Strain .
84 +
85 +ep-core:Strain
86 + rdf:type rdfs:Class ;
87 + rdfs:subClassOf ep-core:DimensionlessMeasure .
88 +
40 ep-core:VolumeFlowRateAt15degC1atm 89 ep-core:VolumeFlowRateAt15degC1atm
41 - rdf:type ep-core:PropertySpace , rdfs:Class ; 90 + rdf:type rdfs:Class , ep-core:PropertySpace ;
42 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; 91 rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ;
43 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 92 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
44 93
45 ep-core:VolumeFlowRateAt1degC1atm 94 ep-core:VolumeFlowRateAt1degC1atm
46 - rdf:type ep-core:PropertySpace , rdfs:Class ; 95 + rdf:type rdfs:Class , ep-core:PropertySpace ;
47 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; 96 rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ;
48 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 97 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
49 98
50 ep-core:VolumeFlowRateAt60degF1atm 99 ep-core:VolumeFlowRateAt60degF1atm
51 - rdf:type ep-core:PropertySpace , rdfs:Class ; 100 + rdf:type rdfs:Class , ep-core:PropertySpace ;
52 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; 101 rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ;
53 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . 102 rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial .
54 103
55 -ep-core:acre 104 +ep-core:VolumicConcentration
105 + rdf:type rdfs:Class ;
106 + rdfs:subClassOf ep-core:MassOrVolumicConcentration .
107 +
108 +ep-core:a_m-1
56 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 109 rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
110 + rdfs:domain ep-core:MagneticFieldStrength ;
111 + rdfs:label "amperes per metre"^^xsd:string .
112 +
113 +ep-core:a_mm-1
114 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
115 + rdfs:domain ep-core:MagneticFieldStrength ;
116 + rdfs:label "amperes per metre"^^xsd:string .
117 +
118 +ep-core:acre
119 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
57 rdfs:label "acres"^^xsd:string . 120 rdfs:label "acres"^^xsd:string .
58 121
59 ep-core:angstrom 122 ep-core:angstrom
60 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 123 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
61 rdfs:domain ep-core:Length ; 124 rdfs:domain ep-core:Length ;
62 rdfs:label "Angstrom"^^xsd:string . 125 rdfs:label "Angstrom"^^xsd:string .
63 126
64 ep-core:apiDensity 127 ep-core:apiDensity
65 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 128 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
66 rdfs:label "API Density"^^xsd:string . 129 rdfs:label "API Density"^^xsd:string .
67 130
68 ep-core:atm_100m-1 131 ep-core:atm_100m-1
69 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 132 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
70 rdfs:label "atmospheres per 100 metres"^^xsd:string . 133 rdfs:label "atmospheres per 100 metres"^^xsd:string .
71 134
72 ep-core:atm_ft-1 135 ep-core:atm_ft-1
73 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 136 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
74 rdfs:label "atmospheres per foot"^^xsd:string . 137 rdfs:label "atmospheres per foot"^^xsd:string .
75 138
76 ep-core:atm_m-1 139 ep-core:atm_m-1
77 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 140 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
78 rdfs:label "atmospheres per metre"^^xsd:string . 141 rdfs:label "atmospheres per metre"^^xsd:string .
79 142
80 ep-core:atmosphere 143 ep-core:atmosphere
81 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 144 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
82 rdfs:domain ep-core:Pressure ; 145 rdfs:domain ep-core:Pressure ;
83 rdfs:label "atmosphere"^^xsd:string . 146 rdfs:label "atmosphere"^^xsd:string .
84 147
85 -ep-core:bar_km-1 148 +ep-core:attogram
86 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 149 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
150 + rdfs:domain ep-core:Mass ;
151 + rdfs:label "attogram"^^xsd:string .
152 +
153 +ep-core:bar_km-1
154 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
87 rdfs:label "bar per kilometre"^^xsd:string . 155 rdfs:label "bar per kilometre"^^xsd:string .
88 156
89 ep-core:bar_m-1 157 ep-core:bar_m-1
90 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 158 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
91 rdfs:label "bar per metre"^^xsd:string . 159 rdfs:label "bar per metre"^^xsd:string .
92 160
93 ep-core:barn 161 ep-core:barn
94 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 162 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
95 rdfs:label "barn (area)"^^xsd:string . 163 rdfs:label "barn (area)"^^xsd:string .
96 164
97 ep-core:barrel_day-1 165 ep-core:barrel_day-1
98 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 166 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
99 rdfs:domain ep-core:VolumetricFlowRate ; 167 rdfs:domain ep-core:VolumetricFlowRate ;
100 rdfs:label "barrel day-1"^^xsd:string . 168 rdfs:label "barrel day-1"^^xsd:string .
101 169
170 +ep-core:carat
171 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
172 + rdfs:domain ep-core:Mass ;
173 + rdfs:label "carat"^^xsd:string .
174 +
102 ep-core:centiEuclid 175 ep-core:centiEuclid
103 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 176 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
177 + rdfs:domain ep-core:DimensionlessMeasure ;
104 rdfs:label "CentiEuclid"^^xsd:string . 178 rdfs:label "CentiEuclid"^^xsd:string .
105 179
106 ep-core:centimetre 180 ep-core:centimetre
107 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 181 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
108 rdfs:domain ep-core:Length ; 182 rdfs:domain ep-core:Length ;
109 rdfs:label "centimetre"^^xsd:string . 183 rdfs:label "centimetre"^^xsd:string .
110 184
111 ep-core:chain_Benoit_A 185 ep-core:chain_Benoit_A
112 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 186 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
113 rdfs:domain ep-core:Length ; 187 rdfs:domain ep-core:Length ;
114 rdfs:label "Benoit Chain A"^^xsd:string . 188 rdfs:label "Benoit Chain A"^^xsd:string .
115 189
116 ep-core:chain_Benoit_B 190 ep-core:chain_Benoit_B
117 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 191 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
118 rdfs:domain ep-core:Length ; 192 rdfs:domain ep-core:Length ;
119 rdfs:label "Benoit Chain B"^^xsd:string . 193 rdfs:label "Benoit Chain B"^^xsd:string .
120 194
121 ep-core:chain_Clarke 195 ep-core:chain_Clarke
122 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 196 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
123 rdfs:domain ep-core:Length ; 197 rdfs:domain ep-core:Length ;
124 rdfs:label "Clarke's Chain"^^xsd:string . 198 rdfs:label "Clarke's Chain"^^xsd:string .
125 199
126 ep-core:chain_Sears 200 ep-core:chain_Sears
127 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 201 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
128 rdfs:domain ep-core:Length ; 202 rdfs:domain ep-core:Length ;
129 rdfs:label "Sears Chain"^^xsd:string . 203 rdfs:label "Sears Chain"^^xsd:string .
130 204
131 ep-core:chain_US 205 ep-core:chain_US
132 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 206 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
133 rdfs:domain ep-core:Length ; 207 rdfs:domain ep-core:Length ;
134 rdfs:label "US Survey Chain"^^xsd:string . 208 rdfs:label "US Survey Chain"^^xsd:string .
135 209
136 ep-core:cm2 210 ep-core:cm2
137 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 211 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
138 rdfs:label "square centimetres"^^xsd:string . 212 rdfs:label "square centimetres"^^xsd:string .
139 213
140 ep-core:cm_s-2 214 ep-core:cm_s-2
141 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 215 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
142 rdfs:label "centimetres per second squared"^^xsd:string . 216 rdfs:label "centimetres per second squared"^^xsd:string .
143 217
144 ep-core:count 218 ep-core:count
145 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 219 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
146 rdfs:label "count"^^xsd:string . 220 rdfs:label "count"^^xsd:string .
147 221
222 +ep-core:cwt_UK
223 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
224 + rdfs:domain ep-core:Mass ;
225 + rdfs:label "UK Hundredweight"^^xsd:string .
226 +
227 +ep-core:cwt_US
228 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
229 + rdfs:domain ep-core:Mass ;
230 + rdfs:label "US Hundredweight"^^xsd:string .
231 +
148 ep-core:cycle_s-1 232 ep-core:cycle_s-1
149 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 233 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
150 rdfs:domain ep-core:Frequency ; 234 rdfs:domain ep-core:Frequency ;
151 rdfs:label "Cycles per second"^^xsd:string . 235 rdfs:label "Cycles per second"^^xsd:string .
152 236
153 ep-core:decimetre 237 ep-core:decimetre
154 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 238 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
155 rdfs:domain ep-core:Length ; 239 rdfs:domain ep-core:Length ;
156 rdfs:label "Decimetre"^^xsd:string . 240 rdfs:label "Decimetre"^^xsd:string .
157 241
158 ep-core:degreesOfAngle_100ft-1 242 ep-core:degreesOfAngle_100ft-1
159 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 243 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
160 rdfs:label "degrees of angle per 100ft"^^xsd:string . 244 rdfs:label "degrees of angle per 100ft"^^xsd:string .
161 245
162 ep-core:degreesOfAngle_30ft-1 246 ep-core:degreesOfAngle_30ft-1
163 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 247 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
164 rdfs:label "degrees of angle per 30ft"^^xsd:string . 248 rdfs:label "degrees of angle per 30ft"^^xsd:string .
165 249
166 ep-core:degreesOfAngle_30m-1 250 ep-core:degreesOfAngle_30m-1
167 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 251 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
168 rdfs:label "degrees of angle per 30m"^^xsd:string . 252 rdfs:label "degrees of angle per 30m"^^xsd:string .
169 253
170 ep-core:degreesOfAngle_ft-1 254 ep-core:degreesOfAngle_ft-1
171 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 255 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
172 rdfs:label "degrees of angle per ft"^^xsd:string . 256 rdfs:label "degrees of angle per ft"^^xsd:string .
173 257
174 ep-core:degreesOfAngle_hr-1 258 ep-core:degreesOfAngle_hr-1
175 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 259 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
176 rdfs:label "degrees of angle per hour"^^xsd:string . 260 rdfs:label "degrees of angle per hour"^^xsd:string .
177 261
178 ep-core:degreesOfAngle_m-1 262 ep-core:degreesOfAngle_m-1
179 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 263 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
180 rdfs:label "degrees of angle per m"^^xsd:string . 264 rdfs:label "degrees of angle per m"^^xsd:string .
181 265
182 ep-core:degreesOfAngle_min-1 266 ep-core:degreesOfAngle_min-1
183 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 267 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
184 rdfs:label "degrees of angle per minute"^^xsd:string . 268 rdfs:label "degrees of angle per minute"^^xsd:string .
185 269
186 ep-core:degreesOfAngle_s-1 270 ep-core:degreesOfAngle_s-1
187 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 271 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
188 rdfs:label "degrees of angle per second"^^xsd:string . 272 rdfs:label "degrees of angle per second"^^xsd:string .
189 273
190 ep-core:dyne 274 ep-core:dyne
191 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 275 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
192 rdfs:label "Dyne"^^xsd:string . 276 rdfs:label "Dyne"^^xsd:string .
193 277
194 ep-core:erg_cm-2 278 ep-core:erg_cm-2
195 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 279 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
196 rdfs:label "ergs per square centimetre"^^xsd:string . 280 rdfs:label "ergs per square centimetre"^^xsd:string .
197 281
198 ep-core:euclid 282 ep-core:euclid
199 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 283 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
284 + rdfs:domain ep-core:DimensionlessMeasure ;
200 rdfs:label "Euclid"^^xsd:string . 285 rdfs:label "Euclid"^^xsd:string .
201 286
202 ep-core:fahrenheit 287 ep-core:fahrenheit
203 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 288 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
204 rdfs:domain ep-core:Temperature ; 289 rdfs:domain ep-core:Temperature ;
205 rdfs:label "fahrenheit"^^xsd:string . 290 rdfs:label "fahrenheit"^^xsd:string .
206 291
207 ep-core:fathom 292 ep-core:fathom
208 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 293 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
209 rdfs:domain ep-core:Length ; 294 rdfs:domain ep-core:Length ;
210 rdfs:label "fathom"^^xsd:string . 295 rdfs:label "fathom"^^xsd:string .
211 296
212 ep-core:femtometre 297 ep-core:femtometre
213 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 298 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
214 rdfs:domain ep-core:Length ; 299 rdfs:domain ep-core:Length ;
215 rdfs:label "femtometre"^^xsd:string . 300 rdfs:label "femtometre"^^xsd:string .
216 301
217 ep-core:footCandle 302 ep-core:footCandle
218 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 303 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
219 rdfs:domain ep-core:Illuminance ; 304 rdfs:domain ep-core:Illuminance ;
220 rdfs:label "foot candle"^^xsd:string . 305 rdfs:label "foot candle"^^xsd:string .
221 306
222 ep-core:foot_Benoit_A 307 ep-core:foot_Benoit_A
223 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 308 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
224 rdfs:domain ep-core:Length ; 309 rdfs:domain ep-core:Length ;
225 rdfs:label "Benoit A Foot"^^xsd:string . 310 rdfs:label "Benoit A Foot"^^xsd:string .
226 311
227 ep-core:foot_Benoit_B 312 ep-core:foot_Benoit_B
228 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 313 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
229 rdfs:domain ep-core:Length ; 314 rdfs:domain ep-core:Length ;
230 rdfs:label "Benoit B Foot"^^xsd:string . 315 rdfs:label "Benoit B Foot"^^xsd:string .
231 316
232 ep-core:foot_British_1865 317 ep-core:foot_British_1865
233 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 318 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
234 rdfs:domain ep-core:Length ; 319 rdfs:domain ep-core:Length ;
235 rdfs:label "British Foot (1865)"^^xsd:string . 320 rdfs:label "British Foot (1865)"^^xsd:string .
236 321
237 ep-core:foot_Clarke 322 ep-core:foot_Clarke
238 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 323 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
239 rdfs:domain ep-core:Length ; 324 rdfs:domain ep-core:Length ;
240 rdfs:label "Clarke Foot"^^xsd:string . 325 rdfs:label "Clarke Foot"^^xsd:string .
241 326
242 ep-core:foot_Gold_Coast 327 ep-core:foot_Gold_Coast
243 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 328 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
244 rdfs:domain ep-core:Length ; 329 rdfs:domain ep-core:Length ;
245 rdfs:label "Gold Coast Foot"^^xsd:string . 330 rdfs:label "Gold Coast Foot"^^xsd:string .
246 331
247 ep-core:foot_Indian 332 ep-core:foot_Indian
248 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 333 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
249 rdfs:domain ep-core:Length ; 334 rdfs:domain ep-core:Length ;
250 rdfs:label "Indian Foot"^^xsd:string . 335 rdfs:label "Indian Foot"^^xsd:string .
251 336
252 ep-core:foot_Indian_1937 337 ep-core:foot_Indian_1937
253 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 338 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
254 rdfs:domain ep-core:Length ; 339 rdfs:domain ep-core:Length ;
255 rdfs:label "Indian Foot (1937)"^^xsd:string . 340 rdfs:label "Indian Foot (1937)"^^xsd:string .
256 341
257 ep-core:foot_Indian_1962 342 ep-core:foot_Indian_1962
258 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 343 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
259 rdfs:domain ep-core:Length ; 344 rdfs:domain ep-core:Length ;
260 rdfs:label "Indian Foot (1962)"^^xsd:string . 345 rdfs:label "Indian Foot (1962)"^^xsd:string .
261 346
262 ep-core:foot_Indian_1975 347 ep-core:foot_Indian_1975
263 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 348 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
264 rdfs:domain ep-core:Length ; 349 rdfs:domain ep-core:Length ;
265 rdfs:label "Indian Foot (1975)"^^xsd:string . 350 rdfs:label "Indian Foot (1975)"^^xsd:string .
266 351
267 ep-core:foot_Modified_American 352 ep-core:foot_Modified_American
268 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 353 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
269 rdfs:domain ep-core:Length ; 354 rdfs:domain ep-core:Length ;
270 rdfs:label "Modified American Foot"^^xsd:string . 355 rdfs:label "Modified American Foot"^^xsd:string .
271 356
272 ep-core:foot_Sears 357 ep-core:foot_Sears
273 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 358 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
274 rdfs:domain ep-core:Length ; 359 rdfs:domain ep-core:Length ;
275 rdfs:label "Sears Foot"^^xsd:string . 360 rdfs:label "Sears Foot"^^xsd:string .
276 361
277 ep-core:foot_US_Survey 362 ep-core:foot_US_Survey
278 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 363 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
279 rdfs:domain ep-core:Length ; 364 rdfs:domain ep-core:Length ;
280 rdfs:label "US Survey Foot"^^xsd:string . 365 rdfs:label "US Survey Foot"^^xsd:string .
281 366
282 ep-core:foot_s-2 367 ep-core:foot_s-2
283 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 368 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
284 rdfs:label "feet per second squared"^^xsd:string . 369 rdfs:label "feet per second squared"^^xsd:string .
285 370
286 ep-core:ft2 371 ep-core:ft2
287 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 372 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
288 rdfs:label "square feet"^^xsd:string . 373 rdfs:label "square feet"^^xsd:string .
289 374
290 ep-core:ft_100ft-1 375 ep-core:ft_100ft-1
291 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 376 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
292 rdfs:domain ep-core:LengthPerLength ; 377 rdfs:domain ep-core:LengthPerLength ;
293 rdfs:label "feet per 100ft"^^xsd:string . 378 rdfs:label "feet per 100ft"^^xsd:string .
294 379
295 ep-core:ft_ft-1 380 ep-core:ft_ft-1
296 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 381 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
297 rdfs:domain ep-core:LengthPerLength ; 382 rdfs:domain ep-core:LengthPerLength ;
298 rdfs:label "feet per foot"^^xsd:string . 383 rdfs:label "feet per foot"^^xsd:string .
299 384
300 ep-core:ft_in-1 385 ep-core:ft_in-1
301 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 386 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
302 rdfs:domain ep-core:LengthPerLength ; 387 rdfs:domain ep-core:LengthPerLength ;
303 rdfs:label "feet per inch"^^xsd:string . 388 rdfs:label "feet per inch"^^xsd:string .
304 389
305 ep-core:ft_m-1 390 ep-core:ft_m-1
306 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 391 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
307 rdfs:domain ep-core:LengthPerLength ; 392 rdfs:domain ep-core:LengthPerLength ;
308 rdfs:label "feet per metre"^^xsd:string . 393 rdfs:label "feet per metre"^^xsd:string .
309 394
310 ep-core:ft_mi-1 395 ep-core:ft_mi-1
311 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 396 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
312 rdfs:domain ep-core:LengthPerLength ; 397 rdfs:domain ep-core:LengthPerLength ;
313 rdfs:label "feet per mile"^^xsd:string . 398 rdfs:label "feet per mile"^^xsd:string .
314 399
400 +ep-core:g_kg-1
401 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
402 + rdfs:domain ep-core:MassConcentration ;
403 + rdfs:label "grams per kilogram"^^xsd:string .
404 +
315 ep-core:galileo 405 ep-core:galileo
316 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 406 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
317 rdfs:label "galileo"^^xsd:string . 407 rdfs:label "galileo"^^xsd:string .
318 408
409 +ep-core:gamma
410 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
411 + rdfs:domain ep-core:MagneticFieldStrength ;
412 + rdfs:label "gamma"^^xsd:string .
413 +
319 ep-core:gf 414 ep-core:gf
320 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 415 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
321 rdfs:label "Gram (force)"^^xsd:string . 416 rdfs:label "Gram (force)"^^xsd:string .
322 417
323 ep-core:ghz 418 ep-core:ghz
324 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 419 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
325 rdfs:domain ep-core:Frequency ; 420 rdfs:domain ep-core:Frequency ;
326 rdfs:label "Gigahertz"^^xsd:string . 421 rdfs:label "Gigahertz"^^xsd:string .
327 422
328 ep-core:gn 423 ep-core:gn
329 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 424 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
330 rdfs:label "normal acceleration Gn"^^xsd:string . 425 rdfs:label "normal acceleration Gn"^^xsd:string .
331 426
427 +ep-core:grain
428 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
429 + rdfs:domain ep-core:Mass ;
430 + rdfs:label "grain"^^xsd:string .
431 +
332 ep-core:grain_100ft-3 432 ep-core:grain_100ft-3
333 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 433 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
334 rdfs:label "grain per 100ft3"^^xsd:string . 434 rdfs:label "grain per 100ft3"^^xsd:string .
335 435
336 ep-core:grain_ft-3_1 436 ep-core:grain_ft-3_1
337 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 437 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
338 rdfs:label "grain per ft3"^^xsd:string . 438 rdfs:label "grain per ft3"^^xsd:string .
339 439
340 ep-core:grain_usGallon-1 440 ep-core:grain_usGallon-1
341 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 441 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
342 rdfs:label "grain per US Gallon"^^xsd:string . 442 rdfs:label "grain per US Gallon"^^xsd:string .
343 443
444 +ep-core:gram
445 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
446 + rdfs:domain ep-core:Mass ;
447 + rdfs:label "gram"^^xsd:string .
448 +
344 ep-core:gram_dm-3 449 ep-core:gram_dm-3
345 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 450 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
346 rdfs:label "gram dm-3"^^xsd:string . 451 rdfs:label "gram dm-3"^^xsd:string .
347 452
348 ep-core:gram_l-1 453 ep-core:gram_l-1
349 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 454 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
350 rdfs:label "grams per litre"^^xsd:string . 455 rdfs:label "grams per litre"^^xsd:string .
351 456
352 ep-core:gram_m-3 457 ep-core:gram_m-3
353 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 458 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
354 rdfs:label "gram m-3"^^xsd:string . 459 rdfs:label "gram m-3"^^xsd:string .
355 460
356 ep-core:gram_ukGallon-1 461 ep-core:gram_ukGallon-1
357 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 462 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
358 rdfs:label "grams per UK Gallon"^^xsd:string . 463 rdfs:label "grams per UK Gallon"^^xsd:string .
359 464
360 ep-core:gram_usGallon-1 465 ep-core:gram_usGallon-1
361 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 466 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
362 rdfs:label "grams per US Gallon"^^xsd:string . 467 rdfs:label "grams per US Gallon"^^xsd:string .
363 468
364 ep-core:hasSetOfAllPartsOfType 469 ep-core:hasSetOfAllPartsOfType
...@@ -367,625 +472,764 @@ ep-core:hasSetOfAllPartsOfType ...@@ -367,625 +472,764 @@ ep-core:hasSetOfAllPartsOfType
367 rdfs:label "basis for"^^xsd:string . 472 rdfs:label "basis for"^^xsd:string .
368 473
369 ep-core:hectare 474 ep-core:hectare
370 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 475 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
371 rdfs:label "hectares"^^xsd:string . 476 rdfs:label "hectares"^^xsd:string .
372 477
373 ep-core:hz 478 ep-core:hz
374 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 479 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
375 rdfs:domain ep-core:Frequency ; 480 rdfs:domain ep-core:Frequency ;
376 rdfs:label "Hertz"^^xsd:string . 481 rdfs:label "Hertz"^^xsd:string .
377 482
378 ep-core:in2 483 ep-core:in2
379 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 484 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
380 rdfs:label "square inches"^^xsd:string . 485 rdfs:label "square inches"^^xsd:string .
381 486
382 ep-core:in2_ft-2 487 ep-core:in2_ft-2
383 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 488 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
384 rdfs:label "square inches per square foot"^^xsd:string . 489 rdfs:label "square inches per square foot"^^xsd:string .
385 490
386 ep-core:in2_in-2 491 ep-core:in2_in-2
387 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 492 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
388 rdfs:label "square inches per square inch"^^xsd:string . 493 rdfs:label "square inches per square inch"^^xsd:string .
389 494
390 ep-core:inch_64 495 ep-core:inch_64
391 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 496 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
392 rdfs:domain ep-core:Length ; 497 rdfs:domain ep-core:Length ;
393 rdfs:label "inch/64"^^xsd:string . 498 rdfs:label "inch/64"^^xsd:string .
394 499
395 ep-core:j_cm-2 500 ep-core:j_cm-2
396 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 501 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
397 rdfs:label "joules per square centimetre"^^xsd:string . 502 rdfs:label "joules per square centimetre"^^xsd:string .
398 503
399 ep-core:j_m-2 504 ep-core:j_m-2
400 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 505 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
401 rdfs:label "joules per square metre"^^xsd:string . 506 rdfs:label "joules per square metre"^^xsd:string .
402 507
508 +ep-core:kg_kg-1
509 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
510 + rdfs:domain ep-core:MassConcentration ;
511 + rdfs:label "kilograms per kilogram"^^xsd:string .
512 +
513 +ep-core:kg_m-1
514 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
515 + rdfs:domain ep-core:MassPerLength ;
516 + rdfs:label "kilograms per metre"^^xsd:string .
517 +
518 +ep-core:kg_m_cm-2
519 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
520 + rdfs:domain ep-core:MassPerLength ;
521 + rdfs:label "Kilogram metres per cm2"^^xsd:string .
522 +
523 +ep-core:kg_sack94-1
524 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
525 + rdfs:domain ep-core:MassConcentration ;
526 + rdfs:label "kilograms per 94lb sack"^^xsd:string .
527 +
403 ep-core:kgf 528 ep-core:kgf
404 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 529 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
405 rdfs:label "kg (force)"^^xsd:string . 530 rdfs:label "kg (force)"^^xsd:string .
406 531
407 ep-core:kgf_m_m-2 532 ep-core:kgf_m_m-2
408 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 533 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
409 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; 534 rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ;
410 rdfs:label "kg (force) meter per square metre"^^xsd:string . 535 rdfs:label "kg (force) meter per square metre"^^xsd:string .
411 536
412 ep-core:khz 537 ep-core:khz
413 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 538 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
414 rdfs:domain ep-core:Frequency ; 539 rdfs:domain ep-core:Frequency ;
415 rdfs:label "Kilohertz"^^xsd:string . 540 rdfs:label "Kilohertz"^^xsd:string .
416 541
417 ep-core:kiloDyne 542 ep-core:kiloDyne
418 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 543 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
419 rdfs:label "Kilodyne"^^xsd:string . 544 rdfs:label "Kilodyne"^^xsd:string .
420 545
421 ep-core:kiloLux 546 ep-core:kiloLux
422 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 547 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
423 rdfs:domain ep-core:Illuminance ; 548 rdfs:domain ep-core:Illuminance ;
424 rdfs:label "kilolux"^^xsd:string . 549 rdfs:label "kilolux"^^xsd:string .
425 550
426 ep-core:kiloNewton 551 ep-core:kiloNewton
427 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 552 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
428 rdfs:label "Kilonewton"^^xsd:string . 553 rdfs:label "Kilonewton"^^xsd:string .
429 554
555 +ep-core:kilogram
556 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
557 + rdfs:domain ep-core:Mass ;
558 + rdfs:label "kilogram"^^xsd:string .
559 +
430 ep-core:kilogram_dm-3 560 ep-core:kilogram_dm-3
431 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 561 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
432 rdfs:label "kilogram dm-3"^^xsd:string . 562 rdfs:label "kilogram dm-3"^^xsd:string .
433 563
434 ep-core:kilogram_l-1 564 ep-core:kilogram_l-1
435 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 565 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
436 rdfs:label "kilogram per litre"^^xsd:string . 566 rdfs:label "kilogram per litre"^^xsd:string .
437 567
438 ep-core:kilogram_m-3 568 ep-core:kilogram_m-3
439 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 569 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
440 rdfs:label "kilogram m-3"^^xsd:string . 570 rdfs:label "kilogram m-3"^^xsd:string .
441 571
442 ep-core:kilometre 572 ep-core:kilometre
443 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 573 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
444 rdfs:domain ep-core:Length ; 574 rdfs:domain ep-core:Length ;
445 rdfs:label "Kilometre"^^xsd:string . 575 rdfs:label "Kilometre"^^xsd:string .
446 576
447 ep-core:kilovolt 577 ep-core:kilovolt
448 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 578 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
449 rdfs:label "kilovolt"^^xsd:string . 579 rdfs:label "kilovolt"^^xsd:string .
450 580
451 ep-core:klbf 581 ep-core:klbf
452 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 582 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
453 rdfs:label "kilopound (force)"^^xsd:string . 583 rdfs:label "kilopound (force)"^^xsd:string .
454 584
585 +ep-core:klbm
586 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
587 + rdfs:domain ep-core:Mass ;
588 + rdfs:label "Thousand pounds mass"^^xsd:string .
589 +
590 +ep-core:klbm_in-1
591 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
592 + rdfs:domain ep-core:MassPerLength ;
593 + rdfs:label "thousand pounds (mass) per inch"^^xsd:string .
594 +
455 ep-core:km2 595 ep-core:km2
456 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 596 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
457 rdfs:label "square kilometres"^^xsd:string . 597 rdfs:label "square kilometres"^^xsd:string .
458 598
459 ep-core:km_cm-1 599 ep-core:km_cm-1
460 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 600 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
461 rdfs:domain ep-core:LengthPerLength ; 601 rdfs:domain ep-core:LengthPerLength ;
462 rdfs:label "kilometres per centimetre"^^xsd:string . 602 rdfs:label "kilometres per centimetre"^^xsd:string .
463 603
464 ep-core:kpa_100m-1 604 ep-core:kpa_100m-1
465 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 605 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
466 rdfs:label "Kilopascal per 100 metres"^^xsd:string . 606 rdfs:label "Kilopascal per 100 metres"^^xsd:string .
467 607
468 ep-core:kpa_m-1 608 ep-core:kpa_m-1
469 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 609 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
470 rdfs:label "Kilopascal per metre"^^xsd:string . 610 rdfs:label "Kilopascal per metre"^^xsd:string .
471 611
472 ep-core:lbf 612 ep-core:lbf
473 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 613 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
474 rdfs:label "Pounds (force)"^^xsd:string . 614 rdfs:label "Pounds (force)"^^xsd:string .
475 615
476 ep-core:lbf_ft-3 616 ep-core:lbf_ft-3
477 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 617 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
478 rdfs:label "pounds (force) per cubic foot"^^xsd:string . 618 rdfs:label "pounds (force) per cubic foot"^^xsd:string .
479 619
480 ep-core:lbf_ft_in-2 620 ep-core:lbf_ft_in-2
481 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 621 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
482 rdfs:label "pound foot per square inch"^^xsd:string . 622 rdfs:label "pound foot per square inch"^^xsd:string .
483 623
484 ep-core:lbf_usGal-1 624 ep-core:lbf_usGal-1
485 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 625 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
486 rdfs:label "pounds (force) per US Gallon"^^xsd:string . 626 rdfs:label "pounds (force) per US Gallon"^^xsd:string .
487 627
628 +ep-core:lbm
629 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
630 + rdfs:domain ep-core:Mass ;
631 + rdfs:label "pound (mass)"^^xsd:string .
632 +
488 ep-core:lbm_1000bbl-1 633 ep-core:lbm_1000bbl-1
489 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 634 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
490 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . 635 rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string .
491 636
492 ep-core:lbm_1000ukGallon-1 637 ep-core:lbm_1000ukGallon-1
493 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 638 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
494 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . 639 rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string .
495 640
496 ep-core:lbm_1000usGallon-1 641 ep-core:lbm_1000usGallon-1
497 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 642 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
498 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . 643 rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string .
499 644
500 ep-core:lbm_10bbl-1 645 ep-core:lbm_10bbl-1
501 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 646 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
502 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . 647 rdfs:label "pounds (mass) per 10 barrels"^^xsd:string .
503 648
504 ep-core:lbm_bbl-1 649 ep-core:lbm_bbl-1
505 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 650 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
506 rdfs:label "pounds (mass) per barrel"^^xsd:string . 651 rdfs:label "pounds (mass) per barrel"^^xsd:string .
507 652
653 +ep-core:lbm_ft-1
654 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
655 + rdfs:domain ep-core:MassPerLength ;
656 + rdfs:label "pounds (mass) per foot"^^xsd:string .
657 +
508 ep-core:lbm_ft-3 658 ep-core:lbm_ft-3
509 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 659 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
510 rdfs:label "pounds (mass) per cubic foot"^^xsd:string . 660 rdfs:label "pounds (mass) per cubic foot"^^xsd:string .
511 661
512 ep-core:lbm_in-3 662 ep-core:lbm_in-3
513 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 663 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
514 rdfs:label "pounds (mass) per cubic inch"^^xsd:string . 664 rdfs:label "pounds (mass) per cubic inch"^^xsd:string .
515 665
516 ep-core:lbm_millibarrel-1 666 ep-core:lbm_millibarrel-1
517 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 667 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
518 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . 668 rdfs:label "pounds (mass) per milli-barrel"^^xsd:string .
519 669
520 ep-core:lbm_ukGallon-1 670 ep-core:lbm_ukGallon-1
521 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 671 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
522 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . 672 rdfs:label "pounds(mass) per UK Gallon"^^xsd:string .
523 673
524 ep-core:lbm_usGallon-1 674 ep-core:lbm_usGallon-1
525 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 675 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
526 rdfs:label "pounds (mass) per US Gallon"^^xsd:string . 676 rdfs:label "pounds (mass) per US Gallon"^^xsd:string .
527 677
528 ep-core:link_Benoit_A 678 ep-core:link_Benoit_A
529 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 679 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
530 rdfs:domain ep-core:Length ; 680 rdfs:domain ep-core:Length ;
531 rdfs:label "Benoit Link A"^^xsd:string . 681 rdfs:label "Benoit Link A"^^xsd:string .
532 682
533 ep-core:link_Benoit_B 683 ep-core:link_Benoit_B
534 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 684 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
535 rdfs:domain ep-core:Length ; 685 rdfs:domain ep-core:Length ;
536 rdfs:label "Benoit Link B"^^xsd:string . 686 rdfs:label "Benoit Link B"^^xsd:string .
537 687
538 ep-core:link_Clarke 688 ep-core:link_Clarke
539 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 689 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
540 rdfs:domain ep-core:Length ; 690 rdfs:domain ep-core:Length ;
541 rdfs:label "Clarke Link"^^xsd:string . 691 rdfs:label "Clarke Link"^^xsd:string .
542 692
543 ep-core:link_Sears 693 ep-core:link_Sears
544 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 694 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
545 rdfs:domain ep-core:Length ; 695 rdfs:domain ep-core:Length ;
546 rdfs:label "Sears Link"^^xsd:string . 696 rdfs:label "Sears Link"^^xsd:string .
547 697
548 ep-core:link_US_Survey 698 ep-core:link_US_Survey
549 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 699 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
550 rdfs:domain ep-core:Length ; 700 rdfs:domain ep-core:Length ;
551 rdfs:label "US Survey Link"^^xsd:string . 701 rdfs:label "US Survey Link"^^xsd:string .
552 702
553 ep-core:lm_m-2 703 ep-core:lm_m-2
554 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 704 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
555 rdfs:domain ep-core:Illuminance ; 705 rdfs:domain ep-core:Illuminance ;
556 rdfs:label "lumens per square metre"^^xsd:string . 706 rdfs:label "lumens per square metre"^^xsd:string .
557 707
558 ep-core:lux 708 ep-core:lux
559 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 709 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
560 rdfs:domain ep-core:Illuminance ; 710 rdfs:domain ep-core:Illuminance ;
561 rdfs:label "lux"^^xsd:string . 711 rdfs:label "lux"^^xsd:string .
562 712
563 ep-core:m2 713 ep-core:m2
564 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 714 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
565 rdfs:label "square metres"^^xsd:string . 715 rdfs:label "square metres"^^xsd:string .
566 716
567 ep-core:m2_m-2 717 ep-core:m2_m-2
568 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 718 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
569 rdfs:label "square metres per square metre"^^xsd:string . 719 rdfs:label "square metres per square metre"^^xsd:string .
570 720
571 ep-core:m_30m-1 721 ep-core:m_30m-1
572 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 722 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
573 rdfs:domain ep-core:LengthPerLength ; 723 rdfs:domain ep-core:LengthPerLength ;
574 rdfs:label "metres per 30m"^^xsd:string . 724 rdfs:label "metres per 30m"^^xsd:string .
575 725
576 ep-core:m_cm-2 726 ep-core:m_cm-2
577 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 727 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
578 rdfs:domain ep-core:LengthPerLength ; 728 rdfs:domain ep-core:LengthPerLength ;
579 rdfs:label "metres per centimetre"^^xsd:string . 729 rdfs:label "metres per centimetre"^^xsd:string .
580 730
581 ep-core:m_km-1 731 ep-core:m_km-1
582 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 732 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
583 rdfs:domain ep-core:LengthPerLength ; 733 rdfs:domain ep-core:LengthPerLength ;
584 rdfs:label "metres per kilometre"^^xsd:string . 734 rdfs:label "metres per kilometre"^^xsd:string .
585 735
586 ep-core:m_m-1 736 ep-core:m_m-1
587 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 737 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
588 rdfs:domain ep-core:LengthPerLength ; 738 rdfs:domain ep-core:LengthPerLength ;
589 rdfs:label "metres per metre"^^xsd:string . 739 rdfs:label "metres per metre"^^xsd:string .
590 740
591 ep-core:masseq_100g 741 ep-core:masseq_100g
592 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 742 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
593 rdfs:label "mass equivalent (100 grams)"^^xsd:string . 743 rdfs:label "mass equivalent (100 grams)"^^xsd:string .
594 744
595 ep-core:masseq_g 745 ep-core:masseq_g
596 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 746 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
597 rdfs:label "mass equivalent (grams)"^^xsd:string . 747 rdfs:label "mass equivalent (grams)"^^xsd:string .
598 748
599 ep-core:masseq_kg 749 ep-core:masseq_kg
600 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 750 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
601 rdfs:label "mass equivalent (kilograms)"^^xsd:string . 751 rdfs:label "mass equivalent (kilograms)"^^xsd:string .
602 752
603 ep-core:megaGramF 753 ep-core:megaGramF
604 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 754 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
605 rdfs:label "Megagram (force)"^^xsd:string . 755 rdfs:label "Megagram (force)"^^xsd:string .
606 756
607 ep-core:megaNewton 757 ep-core:megaNewton
608 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 758 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
609 rdfs:label "Meganewton"^^xsd:string . 759 rdfs:label "Meganewton"^^xsd:string .
610 760
761 +ep-core:megagram
762 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
763 + rdfs:domain ep-core:Mass ;
764 + rdfs:label "megagram"^^xsd:string .
765 +
611 ep-core:megagram_m-3 766 ep-core:megagram_m-3
612 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 767 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
613 rdfs:label "Megagram m-3"^^xsd:string . 768 rdfs:label "Megagram m-3"^^xsd:string .
614 769
615 ep-core:megahertz 770 ep-core:megahertz
616 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 771 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
617 rdfs:domain ep-core:Frequency ; 772 rdfs:domain ep-core:Frequency ;
618 rdfs:label "Megahertz"^^xsd:string . 773 rdfs:label "Megahertz"^^xsd:string .
619 774
620 ep-core:megametre 775 ep-core:megametre
621 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 776 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
622 rdfs:domain ep-core:Length ; 777 rdfs:domain ep-core:Length ;
623 rdfs:label "Megametre"^^xsd:string . 778 rdfs:label "Megametre"^^xsd:string .
624 779
625 ep-core:megavolt 780 ep-core:megavolt
626 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 781 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
627 rdfs:label "Megavolt"^^xsd:string . 782 rdfs:label "Megavolt"^^xsd:string .
628 783
629 ep-core:metre3_hour-1 784 ep-core:metre3_hour-1
630 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 785 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
631 rdfs:domain ep-core:VolumetricFlowRate ; 786 rdfs:domain ep-core:VolumetricFlowRate ;
632 rdfs:label "metre3 hour-1"^^xsd:string . 787 rdfs:label "metre3 hour-1"^^xsd:string .
633 788
634 ep-core:metre_German_Legal 789 ep-core:metre_German_Legal
635 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 790 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
636 rdfs:domain ep-core:Length ; 791 rdfs:domain ep-core:Length ;
637 rdfs:label "German Legal Metre"^^xsd:string . 792 rdfs:label "German Legal Metre"^^xsd:string .
638 793
639 ep-core:metre_s-2 794 ep-core:metre_s-2
640 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 795 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
641 rdfs:label "metres per second squared"^^xsd:string . 796 rdfs:label "metres per second squared"^^xsd:string .
642 797
798 +ep-core:mg_in-1
799 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
800 + rdfs:domain ep-core:MassPerLength ;
801 + rdfs:label "thousand kilograms per inch"^^xsd:string .
802 +
803 +ep-core:mg_kg-1
804 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
805 + rdfs:domain ep-core:MassConcentration ;
806 + rdfs:label "milligrams per kilogram"^^xsd:string .
807 +
643 ep-core:mgn 808 ep-core:mgn
644 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 809 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
645 rdfs:label "milliGn - normal acceleration"^^xsd:string . 810 rdfs:label "milliGn - normal acceleration"^^xsd:string .
646 811
647 ep-core:mi2 812 ep-core:mi2
648 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 813 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
649 rdfs:label "square miles"^^xsd:string . 814 rdfs:label "square miles"^^xsd:string .
650 815
651 ep-core:mi_in-1 816 ep-core:mi_in-1
652 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 817 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
653 rdfs:domain ep-core:LengthPerLength ; 818 rdfs:domain ep-core:LengthPerLength ;
654 rdfs:label "miles per inch"^^xsd:string . 819 rdfs:label "miles per inch"^^xsd:string .
655 820
656 ep-core:microEuclid 821 ep-core:microEuclid
657 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 822 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
823 + rdfs:domain ep-core:DimensionlessMeasure ;
658 rdfs:label "MicroEuclid"^^xsd:string . 824 rdfs:label "MicroEuclid"^^xsd:string .
659 825
660 ep-core:microNewton 826 ep-core:microNewton
661 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 827 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
662 rdfs:label "MIcronewton"^^xsd:string . 828 rdfs:label "MIcronewton"^^xsd:string .
663 829
830 +ep-core:microgram
831 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
832 + rdfs:domain ep-core:Mass ;
833 + rdfs:label "micrograms"^^xsd:string .
834 +
664 ep-core:microgram_cm-3 835 ep-core:microgram_cm-3
665 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 836 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
666 rdfs:label "microgram cm-3"^^xsd:string . 837 rdfs:label "microgram cm-3"^^xsd:string .
667 838
668 ep-core:micrometre 839 ep-core:micrometre
669 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 840 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
670 rdfs:domain ep-core:Length ; 841 rdfs:domain ep-core:Length ;
671 rdfs:label "micrometre"^^xsd:string . 842 rdfs:label "micrometre"^^xsd:string .
672 843
673 ep-core:microvolt 844 ep-core:microvolt
674 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 845 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
675 rdfs:label "microvolt"^^xsd:string . 846 rdfs:label "microvolt"^^xsd:string .
676 847
677 ep-core:mil 848 ep-core:mil
678 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 849 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
679 rdfs:comment "Swedish or Norwegian mile"^^xsd:string ; 850 rdfs:comment "Swedish or Norwegian mile"^^xsd:string ;
680 rdfs:domain ep-core:Length ; 851 rdfs:domain ep-core:Length ;
681 rdfs:label "mil"^^xsd:string . 852 rdfs:label "mil"^^xsd:string .
682 853
683 ep-core:mile 854 ep-core:mile
684 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 855 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
685 rdfs:domain ep-core:Length ; 856 rdfs:domain ep-core:Length ;
686 rdfs:label "mile"^^xsd:string . 857 rdfs:label "mile"^^xsd:string .
687 858
688 ep-core:mile_US 859 ep-core:mile_US
689 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 860 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
690 rdfs:domain ep-core:Length ; 861 rdfs:domain ep-core:Length ;
691 rdfs:label "US Mile"^^xsd:string . 862 rdfs:label "US Mile"^^xsd:string .
692 863
693 ep-core:milliEuclid 864 ep-core:milliEuclid
694 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 865 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
866 + rdfs:domain ep-core:DimensionlessMeasure ;
695 rdfs:label "MilliEuclid"^^xsd:string . 867 rdfs:label "MilliEuclid"^^xsd:string .
696 868
697 ep-core:milliNewton 869 ep-core:milliNewton
698 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 870 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
699 rdfs:label "Millinewton"^^xsd:string . 871 rdfs:label "Millinewton"^^xsd:string .
700 872
701 ep-core:milliPa_second 873 ep-core:milliPa_second
702 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 874 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
703 rdfs:domain ep-core:PlasticViscosity ; 875 rdfs:domain ep-core:PlasticViscosity ;
704 rdfs:label "MPa.second"^^xsd:string . 876 rdfs:label "MPa.second"^^xsd:string .
705 877
706 ep-core:milligalileo 878 ep-core:milligalileo
707 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 879 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
708 rdfs:label "milligalileo"^^xsd:string . 880 rdfs:label "milligalileo"^^xsd:string .
709 881
882 +ep-core:milligram
883 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
884 + rdfs:domain ep-core:Mass ;
885 + rdfs:label "milligram"^^xsd:string .
886 +
710 ep-core:milligram_dm-3 887 ep-core:milligram_dm-3
711 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 888 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
712 rdfs:label "milligram dm-3"^^xsd:string . 889 rdfs:label "milligram dm-3"^^xsd:string .
713 890
714 ep-core:milligram_l-1 891 ep-core:milligram_l-1
715 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 892 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
716 rdfs:label "milligrams per litre"^^xsd:string . 893 rdfs:label "milligrams per litre"^^xsd:string .
717 894
718 ep-core:milligram_m-3 895 ep-core:milligram_m-3
719 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 896 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
720 rdfs:label "milligram m-3"^^xsd:string . 897 rdfs:label "milligram m-3"^^xsd:string .
721 898
722 ep-core:milligram_usGallon-1 899 ep-core:milligram_usGallon-1
723 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 900 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
724 rdfs:label "milligrams per US Gallon"^^xsd:string . 901 rdfs:label "milligrams per US Gallon"^^xsd:string .
725 902
726 ep-core:millihertz 903 ep-core:millihertz
727 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 904 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
728 rdfs:domain ep-core:Frequency ; 905 rdfs:domain ep-core:Frequency ;
729 rdfs:label "millihertz"^^xsd:string . 906 rdfs:label "millihertz"^^xsd:string .
730 907
731 ep-core:millivolt 908 ep-core:millivolt
732 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 909 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
733 rdfs:label "millivolt"^^xsd:string . 910 rdfs:label "millivolt"^^xsd:string .
734 911
735 ep-core:mj_cm-2 912 ep-core:mj_cm-2
736 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 913 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
737 rdfs:label "millijoules per square centimetre"^^xsd:string . 914 rdfs:label "millijoules per square centimetre"^^xsd:string .
738 915
739 ep-core:mj_m-2 916 ep-core:mj_m-2
740 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 917 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
741 rdfs:label "millijoules per square metre"^^xsd:string . 918 rdfs:label "millijoules per square metre"^^xsd:string .
742 919
743 ep-core:mm2 920 ep-core:mm2
744 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 921 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
745 rdfs:label "square millimetres"^^xsd:string . 922 rdfs:label "square millimetres"^^xsd:string .
746 923
747 ep-core:mm2_mm-2 924 ep-core:mm2_mm-2
748 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 925 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
749 rdfs:label "square millimetres per square millimetre"^^xsd:string . 926 rdfs:label "square millimetres per square millimetre"^^xsd:string .
750 927
751 ep-core:mpa_m-1 928 ep-core:mpa_m-1
752 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 929 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
753 rdfs:label "megapascal per metre"^^xsd:string . 930 rdfs:label "megapascal per metre"^^xsd:string .
754 931
755 ep-core:n_m-3 932 ep-core:n_m-3
756 - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 933 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
757 rdfs:label "Newtons per square metre"^^xsd:string . 934 rdfs:label "Newtons per square metre"^^xsd:string .
758 935
759 ep-core:n_m-E 936 ep-core:n_m-E
760 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 937 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
761 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; 938 rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ;
762 rdfs:label "joules per square centimetre"^^xsd:string . 939 rdfs:label "joules per square centimetre"^^xsd:string .
763 940
764 ep-core:nanoEuclid 941 ep-core:nanoEuclid
765 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 942 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
943 + rdfs:domain ep-core:DimensionlessMeasure ;
766 rdfs:label "NanoEuclid"^^xsd:string . 944 rdfs:label "NanoEuclid"^^xsd:string .
767 945
768 ep-core:nanometre 946 ep-core:nanometre
769 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 947 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
770 rdfs:domain ep-core:Length ; 948 rdfs:domain ep-core:Length ;
771 rdfs:label "nanometre"^^xsd:string . 949 rdfs:label "nanometre"^^xsd:string .
772 950
773 ep-core:nauticalMile 951 ep-core:nauticalMile
774 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 952 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
775 rdfs:domain ep-core:Length ; 953 rdfs:domain ep-core:Length ;
776 rdfs:label "Nautical Mile"^^xsd:string . 954 rdfs:label "Nautical Mile"^^xsd:string .
777 955
778 ep-core:newton 956 ep-core:newton
779 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 957 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
780 rdfs:label "Newton"^^xsd:string . 958 rdfs:label "Newton"^^xsd:string .
781 959
960 +ep-core:oersted
961 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
962 + rdfs:domain ep-core:MagneticFieldStrength ;
963 + rdfs:label "Oersted"^^xsd:string .
964 +
965 +ep-core:ozAv
966 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
967 + rdfs:domain ep-core:Mass ;
968 + rdfs:label "Avoirdupois Ounce"^^xsd:string .
969 +
970 +ep-core:ozTroy
971 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
972 + rdfs:domain ep-core:Mass ;
973 + rdfs:label "Troy Ounces"^^xsd:string .
974 +
782 ep-core:ozf 975 ep-core:ozf
783 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 976 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
784 rdfs:label "Ounces (force)"^^xsd:string . 977 rdfs:label "Ounces (force)"^^xsd:string .
785 978
786 -ep-core:pascal_m-1 979 +ep-core:ozm
980 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
981 + rdfs:domain ep-core:Mass ;
982 + rdfs:label "ounces (mass)"^^xsd:string .
983 +
984 +ep-core:partPerMillion
787 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; 985 rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
986 + rdfs:domain ep-core:MassOrVolumicConcentration ;
987 + rdfs:label "parts per milliion"^^xsd:string .
988 +
989 +ep-core:partPerMillionByMass
990 + rdfs:subPropertyOf ep-core:partPerMillion .
991 +
992 +ep-core:partPerMillionByVolume
993 + rdfs:subPropertyOf ep-core:partPerMillion .
994 +
995 +ep-core:pascal_m-1
996 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
788 rdfs:label "Pascal per metre"^^xsd:string . 997 rdfs:label "Pascal per metre"^^xsd:string .
789 998
790 ep-core:pdl 999 ep-core:pdl
791 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1000 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
792 rdfs:label "Poundal"^^xsd:string . 1001 rdfs:label "Poundal"^^xsd:string .
793 1002
794 ep-core:perAnnum 1003 ep-core:perAnnum
795 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1004 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
796 rdfs:domain ep-core:Frequency ; 1005 rdfs:domain ep-core:Frequency ;
797 rdfs:label "per annum"^^xsd:string . 1006 rdfs:label "per annum"^^xsd:string .
798 1007
799 ep-core:perDay 1008 ep-core:perDay
800 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1009 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
801 rdfs:domain ep-core:Frequency ; 1010 rdfs:domain ep-core:Frequency ;
802 rdfs:label "per day"^^xsd:string . 1011 rdfs:label "per day"^^xsd:string .
803 1012
804 ep-core:perHour 1013 ep-core:perHour
805 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1014 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
806 rdfs:domain ep-core:Frequency ; 1015 rdfs:domain ep-core:Frequency ;
807 rdfs:label "per hour"^^xsd:string . 1016 rdfs:label "per hour"^^xsd:string .
808 1017
1018 +ep-core:perMil
1019 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1020 + rdfs:domain ep-core:MassOrVolumicConcentration ;
1021 + rdfs:label "Per Mille"^^xsd:string .
1022 +
809 ep-core:perMinute 1023 ep-core:perMinute
810 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1024 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
811 rdfs:domain ep-core:Frequency ; 1025 rdfs:domain ep-core:Frequency ;
812 rdfs:label "per minute"^^xsd:string . 1026 rdfs:label "per minute"^^xsd:string .
813 1027
814 ep-core:perSecond 1028 ep-core:perSecond
815 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1029 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
816 rdfs:domain ep-core:Frequency ; 1030 rdfs:domain ep-core:Frequency ;
817 rdfs:label "per second"^^xsd:string . 1031 rdfs:label "per second"^^xsd:string .
818 1032
819 ep-core:perWeek 1033 ep-core:perWeek
820 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1034 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
821 rdfs:domain ep-core:Frequency ; 1035 rdfs:domain ep-core:Frequency ;
822 rdfs:label "per week"^^xsd:string . 1036 rdfs:label "per week"^^xsd:string .
823 1037
824 ep-core:picometre 1038 ep-core:picometre
825 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1039 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
826 rdfs:domain ep-core:Length ; 1040 rdfs:domain ep-core:Length ;
827 rdfs:label "picometre"^^xsd:string . 1041 rdfs:label "picometre"^^xsd:string .
828 1042
1043 +ep-core:ppdk
1044 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1045 + rdfs:domain ep-core:MassOrVolumicConcentration ;
1046 + rdfs:label "parts per ten thousand"^^xsd:string .
1047 +
1048 +ep-core:ppk
1049 + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
1050 + rdfs:domain ep-core:MassOrVolumicConcentration ;
1051 + rdfs:label "parts per thousand"^^xsd:string .
1052 +
829 ep-core:psi_1000ft-1 1053 ep-core:psi_1000ft-1
830 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1054 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
831 rdfs:label "psi per 1000ft"^^xsd:string . 1055 rdfs:label "psi per 1000ft"^^xsd:string .
832 1056
833 ep-core:psi_100ft-1 1057 ep-core:psi_100ft-1
834 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1058 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
835 rdfs:label "psi per 100ft"^^xsd:string . 1059 rdfs:label "psi per 100ft"^^xsd:string .
836 1060
837 ep-core:psi_ft-1 1061 ep-core:psi_ft-1
838 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1062 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
839 rdfs:label "psi per ft"^^xsd:string . 1063 rdfs:label "psi per ft"^^xsd:string .
840 1064
841 ep-core:psi_m-1 1065 ep-core:psi_m-1
842 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1066 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
843 rdfs:label "psi per metre"^^xsd:string . 1067 rdfs:label "psi per metre"^^xsd:string .
844 1068
845 ep-core:radian_ft-1 1069 ep-core:radian_ft-1
846 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1070 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
847 rdfs:label "radians per ft"^^xsd:string . 1071 rdfs:label "radians per ft"^^xsd:string .
848 1072
849 ep-core:radian_m-1 1073 ep-core:radian_m-1
850 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1074 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
851 rdfs:label "radians per m"^^xsd:string . 1075 rdfs:label "radians per m"^^xsd:string .
852 1076
853 ep-core:radian_s-1 1077 ep-core:radian_s-1
854 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1078 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
855 rdfs:label "radians per s"^^xsd:string . 1079 rdfs:label "radians per s"^^xsd:string .
856 1080
857 ep-core:rev_min-1 1081 ep-core:rev_min-1
858 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1082 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
859 rdfs:label "revolutions per minute"^^xsd:string . 1083 rdfs:label "revolutions per minute"^^xsd:string .
860 1084
861 ep-core:rev_s-1 1085 ep-core:rev_s-1
862 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1086 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
863 rdfs:label "revolutions per second"^^xsd:string . 1087 rdfs:label "revolutions per second"^^xsd:string .
864 1088
1089 +ep-core:sack94
1090 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1091 + rdfs:domain ep-core:Mass ;
1092 + rdfs:label "sacks"^^xsd:string .
1093 +
865 ep-core:sixteenth_inch 1094 ep-core:sixteenth_inch
866 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1095 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
867 rdfs:domain ep-core:Length ; 1096 rdfs:domain ep-core:Length ;
868 rdfs:label "sixteenth of an inch"^^xsd:string . 1097 rdfs:label "sixteenth of an inch"^^xsd:string .
869 1098
870 ep-core:sixtyFourth_Inch 1099 ep-core:sixtyFourth_Inch
871 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1100 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
872 rdfs:domain ep-core:Length ; 1101 rdfs:domain ep-core:Length ;
873 rdfs:label "Sixty-Fourth of an Inch"^^xsd:string . 1102 rdfs:label "Sixty-Fourth of an Inch"^^xsd:string .
874 1103
875 ep-core:ten_megagram_m-3 1104 ep-core:ten_megagram_m-3
876 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1105 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
877 rdfs:label "10 Megagram m-3"^^xsd:string . 1106 rdfs:label "10 Megagram m-3"^^xsd:string .
878 1107
879 ep-core:tenth_inch 1108 ep-core:tenth_inch
880 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1109 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
881 rdfs:domain ep-core:Length ; 1110 rdfs:domain ep-core:Length ;
882 rdfs:label "Tenth of an Inch"^^xsd:string . 1111 rdfs:label "Tenth of an Inch"^^xsd:string .
883 1112
884 ep-core:thirtySecond_inch 1113 ep-core:thirtySecond_inch
885 - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; 1114 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
886 rdfs:domain ep-core:Length ; 1115 rdfs:domain ep-core:Length ;
887 rdfs:label "Thirty-Secondth of an inch"^^xsd:string . 1116 rdfs:label "Thirty-Secondth of an inch"^^xsd:string .
888 1117
889 ep-core:thousand_barrel 1118 ep-core:thousand_barrel
890 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1119 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
891 rdfs:label "thousand barrel"^^xsd:string . 1120 rdfs:label "thousand barrel"^^xsd:string .
892 1121
1122 +ep-core:ton_UK
1123 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1124 + rdfs:domain ep-core:Mass ;
1125 + rdfs:label "UK Ton"^^xsd:string .
1126 +
1127 +ep-core:ton_US
1128 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1129 + rdfs:domain ep-core:Mass ;
1130 + rdfs:label "US Ton"^^xsd:string .
1131 +
1132 +ep-core:tonne
1133 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
1134 + rdfs:domain ep-core:Mass ;
1135 + rdfs:label "Tonne"^^xsd:string .
1136 +
893 ep-core:uhz 1137 ep-core:uhz
894 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; 1138 + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
895 rdfs:domain ep-core:Frequency ; 1139 rdfs:domain ep-core:Frequency ;
896 rdfs:label "microHertz"^^xsd:string . 1140 rdfs:label "microHertz"^^xsd:string .
897 1141
898 ep-core:ukTonF 1142 ep-core:ukTonF
899 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1143 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
900 rdfs:label "UK Ton (force)"^^xsd:string . 1144 rdfs:label "UK Ton (force)"^^xsd:string .
901 1145
902 ep-core:um2 1146 ep-core:um2
903 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1147 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
904 rdfs:label "square micrometres"^^xsd:string . 1148 rdfs:label "square micrometres"^^xsd:string .
905 1149
906 ep-core:usTonF 1150 ep-core:usTonF
907 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1151 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
908 rdfs:label "US Ton (force)"^^xsd:string . 1152 rdfs:label "US Ton (force)"^^xsd:string .
909 1153
910 ep-core:us_mi2 1154 ep-core:us_mi2
911 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1155 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
912 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; 1156 rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
913 rdfs:label "square miles (US)"^^xsd:string . 1157 rdfs:label "square miles (US)"^^xsd:string .
914 1158
915 ep-core:volt 1159 ep-core:volt
916 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1160 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
917 rdfs:label "Volt"^^xsd:string . 1161 rdfs:label "Volt"^^xsd:string .
918 1162
919 ep-core:yard 1163 ep-core:yard
920 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1164 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
921 rdfs:domain ep-core:Length ; 1165 rdfs:domain ep-core:Length ;
922 rdfs:label "Yard"^^xsd:string . 1166 rdfs:label "Yard"^^xsd:string .
923 1167
924 ep-core:yd2 1168 ep-core:yd2
925 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1169 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
926 rdfs:label "square yards"^^xsd:string . 1170 rdfs:label "square yards"^^xsd:string .
927 1171
928 ep-core:yd_Benoit_A 1172 ep-core:yd_Benoit_A
929 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1173 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
930 rdfs:domain ep-core:Length ; 1174 rdfs:domain ep-core:Length ;
931 rdfs:label "Benoit A Yard"^^xsd:string . 1175 rdfs:label "Benoit A Yard"^^xsd:string .
932 1176
933 ep-core:yd_Benoit_B 1177 ep-core:yd_Benoit_B
934 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1178 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
935 rdfs:domain ep-core:Length ; 1179 rdfs:domain ep-core:Length ;
936 rdfs:label "Benoit B Yard"^^xsd:string . 1180 rdfs:label "Benoit B Yard"^^xsd:string .
937 1181
938 ep-core:yd_Clarke 1182 ep-core:yd_Clarke
939 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1183 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
940 rdfs:domain ep-core:Length ; 1184 rdfs:domain ep-core:Length ;
941 rdfs:label "Clarke's Yard"^^xsd:string . 1185 rdfs:label "Clarke's Yard"^^xsd:string .
942 1186
943 ep-core:yd_Imperial 1187 ep-core:yd_Imperial
944 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1188 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
945 rdfs:domain ep-core:Length ; 1189 rdfs:domain ep-core:Length ;
946 rdfs:label "Imperial Yard"^^xsd:string . 1190 rdfs:label "Imperial Yard"^^xsd:string .
947 1191
948 ep-core:yd_Indian 1192 ep-core:yd_Indian
949 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1193 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
950 rdfs:domain ep-core:Length ; 1194 rdfs:domain ep-core:Length ;
951 rdfs:label "Indian Yard"^^xsd:string . 1195 rdfs:label "Indian Yard"^^xsd:string .
952 1196
953 ep-core:yd_Indian_1937 1197 ep-core:yd_Indian_1937
954 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1198 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
955 rdfs:domain ep-core:Length ; 1199 rdfs:domain ep-core:Length ;
956 rdfs:label "Indian Yard (1937)"^^xsd:string . 1200 rdfs:label "Indian Yard (1937)"^^xsd:string .
957 1201
958 ep-core:yd_Indian_1962 1202 ep-core:yd_Indian_1962
959 - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; 1203 + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
960 rdfs:domain ep-core:Length ; 1204 rdfs:domain ep-core:Length ;
961 rdfs:label "Indian Yard (1962)"^^xsd:string . 1205 rdfs:label "Indian Yard (1962)"^^xsd:string .
962 1206
963 ep-core:yd_Indian_1975 1207 ep-core:yd_Indian_1975
964 - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; 1208 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
965 rdfs:domain ep-core:Length ; 1209 rdfs:domain ep-core:Length ;
966 rdfs:label "Indian Yard (1975)"^^xsd:string . 1210 rdfs:label "Indian Yard (1975)"^^xsd:string .
967 1211
968 ep-core:yd_Sears 1212 ep-core:yd_Sears
969 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; 1213 + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
970 rdfs:domain ep-core:Length ; 1214 rdfs:domain ep-core:Length ;
971 rdfs:label "Sears Yard"^^xsd:string . 1215 rdfs:label "Sears Yard"^^xsd:string .
972 1216
973 ep-prodcore:DensityAt0degC1atm 1217 ep-prodcore:DensityAt0degC1atm
974 - rdf:type rdfs:Class , ep-core:PropertySpace ; 1218 + rdf:type ep-core:PropertySpace , rdfs:Class ;
975 rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ; 1219 rdfs:label "density at 0 degrees C 1 atmosphere"^^xsd:string ;
976 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1220 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
977 1221
978 ep-prodcore:DensityAt15degC1atm 1222 ep-prodcore:DensityAt15degC1atm
979 - rdf:type ep-core:PropertySpace , rdfs:Class ; 1223 + rdf:type rdfs:Class , ep-core:PropertySpace ;
980 rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; 1224 rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ;
981 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1225 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
982 1226
983 ep-prodcore:DensityAt60degF1atm 1227 ep-prodcore:DensityAt60degF1atm
984 - rdf:type rdfs:Class , ep-core:PropertySpace ; 1228 + rdf:type ep-core:PropertySpace , rdfs:Class ;
985 rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; 1229 rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ;
986 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial . 1230 rdfs:subClassOf ep-prodcore:MeasureOfDensityOfMaterial .
987 1231
988 ep-prodcore:MeasureOfDensityOfMaterial 1232 ep-prodcore:MeasureOfDensityOfMaterial
989 - rdf:type ep-core:PropertySpace , rdfs:Class ; 1233 + rdf:type rdfs:Class , ep-core:PropertySpace ;
990 rdfs:label "measure of density of material"^^xsd:string ; 1234 rdfs:label "measure of density of material"^^xsd:string ;
991 rdfs:subClassOf owl:Class . 1235 rdfs:subClassOf owl:Class .
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> 21 <http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; 23 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 ep-dpr-spin-lib:BuildDailyProductionReportURI 26 ep-dpr-spin-lib:BuildDailyProductionReportURI
...@@ -2302,12 +2302,58 @@ ep-dpr-spin-lib:selectLinearAccelerationScale ...@@ -2302,12 +2302,58 @@ ep-dpr-spin-lib:selectLinearAccelerationScale
2302 ]) 2302 ])
2303 ] . 2303 ] .
2304 2304
2305 +ep-dpr-spin-lib:selectMagneticFieldStrengthScale
2306 + rdf:type spin:Function ;
2307 + rdfs:label "select magnetic field strength function"^^xsd:string ;
2308 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
2309 + spin:body
2310 + [ rdf:type sp:Select ;
2311 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
2312 + ]) ;
2313 + sp:where ([ rdf:type sp:Bind ;
2314 + sp:expression
2315 + [ rdf:type sp:if ;
2316 + sp:arg1 [ rdf:type sp:eq ;
2317 + sp:arg1 spin:_arg1 ;
2318 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MFSU_Oe>
2319 + ] ;
2320 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#oersted> ;
2321 + sp:arg3 [ rdf:type sp:if ;
2322 + sp:arg1 [ rdf:type sp:eq ;
2323 + sp:arg1 spin:_arg1 ;
2324 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MFSU_Am>
2325 + ] ;
2326 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#a_m-1> ;
2327 + sp:arg3 [ rdf:type sp:if ;
2328 + sp:arg1 [ rdf:type sp:eq ;
2329 + sp:arg1 spin:_arg1 ;
2330 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MFSU_gamma>
2331 + ] ;
2332 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gamma> ;
2333 + sp:arg3 [ rdf:type sp:if ;
2334 + sp:arg1 [ rdf:type sp:eq ;
2335 + sp:arg1 spin:_arg1 ;
2336 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MFSU_Amm>
2337 + ] ;
2338 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#a_mm-1> ;
2339 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2340 + ]
2341 + ]
2342 + ]
2343 + ] ;
2344 + sp:variable
2345 + [ sp:varName "myVar"^^xsd:string
2346 + ]
2347 + ])
2348 + ] .
2349 +
2305 ep-dpr-spin-lib:selectMassConcentrationScale 2350 ep-dpr-spin-lib:selectMassConcentrationScale
2306 rdf:type spin:Function ; 2351 rdf:type spin:Function ;
2307 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2352 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2308 spin:body 2353 spin:body
2309 [ rdf:type sp:Select ; 2354 [ rdf:type sp:Select ;
2310 - sp:resultVariables (_:b22) ; 2355 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
2356 + ]) ;
2311 sp:where ([ rdf:type sp:Bind ; 2357 sp:where ([ rdf:type sp:Bind ;
2312 sp:expression 2358 sp:expression
2313 [ rdf:type sp:if ; 2359 [ rdf:type sp:if ;
...@@ -2315,25 +2361,25 @@ ep-dpr-spin-lib:selectMassConcentrationScale ...@@ -2315,25 +2361,25 @@ ep-dpr-spin-lib:selectMassConcentrationScale
2315 sp:arg1 spin:_arg1 ; 2361 sp:arg1 spin:_arg1 ;
2316 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_ppk> 2362 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_ppk>
2317 ] ; 2363 ] ;
2318 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 2364 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ppk> ;
2319 sp:arg3 [ rdf:type sp:if ; 2365 sp:arg3 [ rdf:type sp:if ;
2320 sp:arg1 [ rdf:type sp:eq ; 2366 sp:arg1 [ rdf:type sp:eq ;
2321 sp:arg1 spin:_arg1 ; 2367 sp:arg1 spin:_arg1 ;
2322 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_Euc> 2368 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_Euc>
2323 ] ; 2369 ] ;
2324 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 2370 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#euclid> ;
2325 sp:arg3 [ rdf:type sp:if ; 2371 sp:arg3 [ rdf:type sp:if ;
2326 sp:arg1 [ rdf:type sp:eq ; 2372 sp:arg1 [ rdf:type sp:eq ;
2327 sp:arg1 spin:_arg1 ; 2373 sp:arg1 spin:_arg1 ;
2328 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_kgkg> 2374 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_kgkg>
2329 ] ; 2375 ] ;
2330 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 2376 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kg_kg-1> ;
2331 sp:arg3 [ rdf:type sp:if ; 2377 sp:arg3 [ rdf:type sp:if ;
2332 sp:arg1 [ rdf:type sp:eq ; 2378 sp:arg1 [ rdf:type sp:eq ;
2333 sp:arg1 spin:_arg1 ; 2379 sp:arg1 spin:_arg1 ;
2334 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_ppdk> 2380 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_ppdk>
2335 ] ; 2381 ] ;
2336 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 2382 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ppdk> ;
2337 sp:arg3 [ rdf:type sp:if ; 2383 sp:arg3 [ rdf:type sp:if ;
2338 sp:arg1 [ rdf:type sp:eq ; 2384 sp:arg1 [ rdf:type sp:eq ;
2339 sp:arg1 spin:_arg1 ; 2385 sp:arg1 spin:_arg1 ;
...@@ -2345,7 +2391,7 @@ ep-dpr-spin-lib:selectMassConcentrationScale ...@@ -2345,7 +2391,7 @@ ep-dpr-spin-lib:selectMassConcentrationScale
2345 sp:arg1 spin:_arg1 ; 2391 sp:arg1 spin:_arg1 ;
2346 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_mgkg> 2392 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_mgkg>
2347 ] ; 2393 ] ;
2348 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 2394 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mg_kg-1> ;
2349 sp:arg3 [ rdf:type sp:if ; 2395 sp:arg3 [ rdf:type sp:if ;
2350 sp:arg1 [ rdf:type sp:eq ; 2396 sp:arg1 [ rdf:type sp:eq ;
2351 sp:arg1 spin:_arg1 ; 2397 sp:arg1 spin:_arg1 ;
...@@ -2357,8 +2403,22 @@ ep-dpr-spin-lib:selectMassConcentrationScale ...@@ -2357,8 +2403,22 @@ ep-dpr-spin-lib:selectMassConcentrationScale
2357 sp:arg1 spin:_arg1 ; 2403 sp:arg1 spin:_arg1 ;
2358 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_kgsack94> 2404 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_kgsack94>
2359 ] ; 2405 ] ;
2360 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 2406 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kg_sack94-1> ;
2361 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 2407 + sp:arg3 [ rdf:type sp:if ;
2408 + sp:arg1 [ rdf:type sp:eq ;
2409 + sp:arg1 spin:_arg1 ;
2410 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_permil>
2411 + ] ;
2412 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perMil> ;
2413 + sp:arg3 [ rdf:type sp:if ;
2414 + sp:arg1 [ rdf:type sp:eq ;
2415 + sp:arg1 spin:_arg1 ;
2416 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MCU_gkg>
2417 + ] ;
2418 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#g_kg-1> ;
2419 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2420 + ]
2421 + ]
2362 ] 2422 ]
2363 ] 2423 ]
2364 ] 2424 ]
...@@ -2367,7 +2427,9 @@ ep-dpr-spin-lib:selectMassConcentrationScale ...@@ -2367,7 +2427,9 @@ ep-dpr-spin-lib:selectMassConcentrationScale
2367 ] 2427 ]
2368 ] 2428 ]
2369 ] ; 2429 ] ;
2370 - sp:variable _:b22 2430 + sp:variable
2431 + [ sp:varName "myVar"^^xsd:string
2432 + ]
2371 ]) 2433 ])
2372 ] . 2434 ] .
2373 2435
...@@ -2409,13 +2471,213 @@ ep-dpr-spin-lib:selectMassEquivalentScale ...@@ -2409,13 +2471,213 @@ ep-dpr-spin-lib:selectMassEquivalentScale
2409 ]) 2471 ])
2410 ] . 2472 ] .
2411 2473
2474 +ep-dpr-spin-lib:selectMassPerLengthScale
2475 + rdf:type spin:Function ;
2476 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
2477 + spin:body
2478 + [ rdf:type sp:Select ;
2479 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
2480 + ]) ;
2481 + sp:where ([ rdf:type sp:Bind ;
2482 + sp:expression
2483 + [ rdf:type sp:if ;
2484 + sp:arg1 [ rdf:type sp:eq ;
2485 + sp:arg1 spin:_arg1 ;
2486 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MPLU_lbmft>
2487 + ] ;
2488 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_ft-1> ;
2489 + sp:arg3 [ rdf:type sp:if ;
2490 + sp:arg1 [ rdf:type sp:eq ;
2491 + sp:arg1 spin:_arg1 ;
2492 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MPLU_klbmin>
2493 + ] ;
2494 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#klbm_in-1> ;
2495 + sp:arg3 [ rdf:type sp:if ;
2496 + sp:arg1 [ rdf:type sp:eq ;
2497 + sp:arg1 spin:_arg1 ;
2498 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MPLU_kgm>
2499 + ] ;
2500 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kg_m-1> ;
2501 + sp:arg3 [ rdf:type sp:if ;
2502 + sp:arg1 [ rdf:type sp:eq ;
2503 + sp:arg1 spin:_arg1 ;
2504 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MPLU_kg.mcm2>
2505 + ] ;
2506 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kg_m_cm-2> ;
2507 + sp:arg3 [ rdf:type sp:if ;
2508 + sp:arg1 [ rdf:type sp:eq ;
2509 + sp:arg1 spin:_arg1 ;
2510 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MPLU_Mgin>
2511 + ] ;
2512 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#mg_in-1> ;
2513 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2514 + ]
2515 + ]
2516 + ]
2517 + ]
2518 + ] ;
2519 + sp:variable
2520 + [ sp:varName "myVar"^^xsd:string
2521 + ]
2522 + ])
2523 + ] .
2524 +
2525 +ep-dpr-spin-lib:selectMassScale
2526 + rdf:type spin:Function ;
2527 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
2528 + spin:body
2529 + [ rdf:type sp:Select ;
2530 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
2531 + ]) ;
2532 + sp:where ([ rdf:type sp:Bind ;
2533 + sp:expression
2534 + [ rdf:type sp:if ;
2535 + sp:arg1 [ rdf:type sp:eq ;
2536 + sp:arg1 spin:_arg1 ;
2537 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_t>
2538 + ] ;
2539 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#tonne> ;
2540 + sp:arg3 [ rdf:type sp:if ;
2541 + sp:arg1 [ rdf:type sp:eq ;
2542 + sp:arg1 spin:_arg1 ;
2543 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_kg>
2544 + ] ;
2545 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilogram> ;
2546 + sp:arg3 [ rdf:type sp:if ;
2547 + sp:arg1 [ rdf:type sp:eq ;
2548 + sp:arg1 spin:_arg1 ;
2549 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_klbm>
2550 + ] ;
2551 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#klbm> ;
2552 + sp:arg3 [ rdf:type sp:if ;
2553 + sp:arg1 [ rdf:type sp:eq ;
2554 + sp:arg1 spin:_arg1 ;
2555 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_lbm>
2556 + ] ;
2557 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm> ;
2558 + sp:arg3 [ rdf:type sp:if ;
2559 + sp:arg1 [ rdf:type sp:eq ;
2560 + sp:arg1 spin:_arg1 ;
2561 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_ug>
2562 + ] ;
2563 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#microgram> ;
2564 + sp:arg3 [ rdf:type sp:if ;
2565 + sp:arg1 [ rdf:type sp:eq ;
2566 + sp:arg1 spin:_arg1 ;
2567 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_tonUK>
2568 + ] ;
2569 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ton_UK> ;
2570 + sp:arg3 [ rdf:type sp:if ;
2571 + sp:arg1 [ rdf:type sp:eq ;
2572 + sp:arg1 spin:_arg1 ;
2573 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_ozm>
2574 + ] ;
2575 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ozm> ;
2576 + sp:arg3 [ rdf:type sp:if ;
2577 + sp:arg1 [ rdf:type sp:eq ;
2578 + sp:arg1 spin:_arg1 ;
2579 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_ct>
2580 + ] ;
2581 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#carat> ;
2582 + sp:arg3 [ rdf:type sp:if ;
2583 + sp:arg1 [ rdf:type sp:eq ;
2584 + sp:arg1 spin:_arg1 ;
2585 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_cwtUS>
2586 + ] ;
2587 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cwt_US> ;
2588 + sp:arg3 [ rdf:type sp:if ;
2589 + sp:arg1 [ rdf:type sp:eq ;
2590 + sp:arg1 spin:_arg1 ;
2591 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_ozav>
2592 + ] ;
2593 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ozAv> ;
2594 + sp:arg3 [ rdf:type sp:if ;
2595 + sp:arg1 [ rdf:type sp:eq ;
2596 + sp:arg1 spin:_arg1 ;
2597 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_g>
2598 + ] ;
2599 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram> ;
2600 + sp:arg3 [ rdf:type sp:if ;
2601 + sp:arg1 [ rdf:type sp:eq ;
2602 + sp:arg1 spin:_arg1 ;
2603 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_grain>
2604 + ] ;
2605 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#grain> ;
2606 + sp:arg3 [ rdf:type sp:if ;
2607 + sp:arg1 [ rdf:type sp:eq ;
2608 + sp:arg1 spin:_arg1 ;
2609 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_tonUS>
2610 + ] ;
2611 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ton_US> ;
2612 + sp:arg3 [ rdf:type sp:if ;
2613 + sp:arg1 [ rdf:type sp:eq ;
2614 + sp:arg1 spin:_arg1 ;
2615 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_cwtUK>
2616 + ] ;
2617 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cwt_UK> ;
2618 + sp:arg3 [ rdf:type sp:if ;
2619 + sp:arg1 [ rdf:type sp:eq ;
2620 + sp:arg1 spin:_arg1 ;
2621 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_sack94>
2622 + ] ;
2623 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#sack94> ;
2624 + sp:arg3 [ rdf:type sp:if ;
2625 + sp:arg1 [ rdf:type sp:eq ;
2626 + sp:arg1 spin:_arg1 ;
2627 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_ag>
2628 + ] ;
2629 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#attogram> ;
2630 + sp:arg3 [ rdf:type sp:if ;
2631 + sp:arg1 [ rdf:type sp:eq ;
2632 + sp:arg1 spin:_arg1 ;
2633 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_Mg>
2634 + ] ;
2635 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megagram> ;
2636 + sp:arg3 [ rdf:type sp:if ;
2637 + sp:arg1 [ rdf:type sp:eq ;
2638 + sp:arg1 spin:_arg1 ;
2639 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_oztroy>
2640 + ] ;
2641 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ozTroy> ;
2642 + sp:arg3 [ rdf:type sp:if ;
2643 + sp:arg1 [ rdf:type sp:eq ;
2644 + sp:arg1 spin:_arg1 ;
2645 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#MU_mg>
2646 + ] ;
2647 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#milligram> ;
2648 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
2649 + ]
2650 + ]
2651 + ]
2652 + ]
2653 + ]
2654 + ]
2655 + ]
2656 + ]
2657 + ]
2658 + ]
2659 + ]
2660 + ]
2661 + ]
2662 + ]
2663 + ]
2664 + ]
2665 + ]
2666 + ]
2667 + ] ;
2668 + sp:variable
2669 + [ sp:varName "myVar"^^xsd:string
2670 + ]
2671 + ])
2672 + ] .
2673 +
2412 ep-dpr-spin-lib:selectPressureScale 2674 ep-dpr-spin-lib:selectPressureScale
2413 rdf:type spin:Function ; 2675 rdf:type spin:Function ;
2414 rdfs:label "select Pressure scale"^^xsd:string ; 2676 rdfs:label "select Pressure scale"^^xsd:string ;
2415 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2677 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2416 spin:body 2678 spin:body
2417 [ rdf:type sp:Select ; 2679 [ rdf:type sp:Select ;
2418 - sp:resultVariables (_:b23) ; 2680 + sp:resultVariables (_:b22) ;
2419 sp:where ([ rdf:type sp:Bind ; 2681 sp:where ([ rdf:type sp:Bind ;
2420 sp:expression 2682 sp:expression
2421 [ rdf:type sp:if ; 2683 [ rdf:type sp:if ;
...@@ -2440,7 +2702,7 @@ ep-dpr-spin-lib:selectPressureScale ...@@ -2440,7 +2702,7 @@ ep-dpr-spin-lib:selectPressureScale
2440 ] 2702 ]
2441 ] 2703 ]
2442 ] ; 2704 ] ;
2443 - sp:variable _:b23 2705 + sp:variable _:b22
2444 ]) 2706 ])
2445 ] . 2707 ] .
2446 2708
...@@ -2450,7 +2712,7 @@ ep-dpr-spin-lib:selectProductType ...@@ -2450,7 +2712,7 @@ ep-dpr-spin-lib:selectProductType
2450 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2712 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2451 spin:body 2713 spin:body
2452 [ rdf:type sp:Select ; 2714 [ rdf:type sp:Select ;
2453 - sp:resultVariables (_:b24) ; 2715 + sp:resultVariables (_:b23) ;
2454 sp:where ([ rdf:type sp:Bind ; 2716 sp:where ([ rdf:type sp:Bind ;
2455 sp:expression 2717 sp:expression
2456 [ rdf:type sp:if ; 2718 [ rdf:type sp:if ;
...@@ -2657,7 +2919,7 @@ ep-dpr-spin-lib:selectProductType ...@@ -2657,7 +2919,7 @@ ep-dpr-spin-lib:selectProductType
2657 ] 2919 ]
2658 ] 2920 ]
2659 ] ; 2921 ] ;
2660 - sp:variable _:b24 2922 + sp:variable _:b23
2661 ]) 2923 ])
2662 ] . 2924 ] .
2663 2925
...@@ -2667,7 +2929,7 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -2667,7 +2929,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
2667 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2929 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2668 spin:body 2930 spin:body
2669 [ rdf:type sp:Select ; 2931 [ rdf:type sp:Select ;
2670 - sp:resultVariables (_:b25) ; 2932 + sp:resultVariables (_:b24) ;
2671 sp:where ([ rdf:type sp:Bind ; 2933 sp:where ([ rdf:type sp:Bind ;
2672 sp:expression 2934 sp:expression
2673 [ rdf:type sp:if ; 2935 [ rdf:type sp:if ;
...@@ -2846,7 +3108,7 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -2846,7 +3108,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
2846 ] 3108 ]
2847 ] 3109 ]
2848 ] ; 3110 ] ;
2849 - sp:variable _:b25 3111 + sp:variable _:b24
2850 ]) 3112 ])
2851 ] . 3113 ] .
2852 3114
...@@ -2856,7 +3118,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -2856,7 +3118,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
2856 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3118 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2857 spin:body 3119 spin:body
2858 [ rdf:type sp:Select ; 3120 [ rdf:type sp:Select ;
2859 - sp:resultVariables (_:b26) ; 3121 + sp:resultVariables (_:b25) ;
2860 sp:where ([ rdf:type sp:Bind ; 3122 sp:where ([ rdf:type sp:Bind ;
2861 sp:expression 3123 sp:expression
2862 [ rdf:type sp:if ; 3124 [ rdf:type sp:if ;
...@@ -2916,7 +3178,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -2916,7 +3178,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
2916 ] 3178 ]
2917 ] 3179 ]
2918 ] ; 3180 ] ;
2919 - sp:variable _:b26 3181 + sp:variable _:b25
2920 ]) 3182 ])
2921 ] . 3183 ] .
2922 3184
...@@ -2926,7 +3188,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType ...@@ -2926,7 +3188,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
2926 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3188 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2927 spin:body 3189 spin:body
2928 [ rdf:type sp:Select ; 3190 [ rdf:type sp:Select ;
2929 - sp:resultVariables (_:b27) ; 3191 + sp:resultVariables (_:b26) ;
2930 sp:where ([ rdf:type sp:Bind ; 3192 sp:where ([ rdf:type sp:Bind ;
2931 sp:expression 3193 sp:expression
2932 [ rdf:type sp:if ; 3194 [ rdf:type sp:if ;
...@@ -2944,7 +3206,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType ...@@ -2944,7 +3206,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
2944 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> 3206 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
2945 ] 3207 ]
2946 ] ; 3208 ] ;
2947 - sp:variable _:b27 3209 + sp:variable _:b26
2948 ]) 3210 ])
2949 ] . 3211 ] .
2950 3212
...@@ -2954,7 +3216,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType ...@@ -2954,7 +3216,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
2954 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3216 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2955 spin:body 3217 spin:body
2956 [ rdf:type sp:Select ; 3218 [ rdf:type sp:Select ;
2957 - sp:resultVariables (_:b28) ; 3219 + sp:resultVariables (_:b27) ;
2958 sp:where ([ rdf:type sp:Bind ; 3220 sp:where ([ rdf:type sp:Bind ;
2959 sp:expression 3221 sp:expression
2960 [ rdf:type sp:if ; 3222 [ rdf:type sp:if ;
...@@ -2972,7 +3234,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType ...@@ -2972,7 +3234,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
2972 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> 3234 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
2973 ] 3235 ]
2974 ] ; 3236 ] ;
2975 - sp:variable _:b28 3237 + sp:variable _:b27
2976 ]) 3238 ])
2977 ] . 3239 ] .
2978 3240
...@@ -2982,7 +3244,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -2982,7 +3244,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
2982 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3244 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2983 spin:body 3245 spin:body
2984 [ rdf:type sp:Select ; 3246 [ rdf:type sp:Select ;
2985 - sp:resultVariables (_:b29) ; 3247 + sp:resultVariables (_:b28) ;
2986 sp:where ([ rdf:type sp:Bind ; 3248 sp:where ([ rdf:type sp:Bind ;
2987 sp:expression 3249 sp:expression
2988 [ rdf:type sp:if ; 3250 [ rdf:type sp:if ;
...@@ -3133,7 +3395,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -3133,7 +3395,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
3133 ] 3395 ]
3134 ] 3396 ]
3135 ] ; 3397 ] ;
3136 - sp:variable _:b29 3398 + sp:variable _:b28
3137 ]) 3399 ])
3138 ] . 3400 ] .
3139 3401
...@@ -3142,7 +3404,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType ...@@ -3142,7 +3404,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType
3142 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3404 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3143 spin:body 3405 spin:body
3144 [ rdf:type sp:Select ; 3406 [ rdf:type sp:Select ;
3145 - sp:resultVariables (_:b30) ; 3407 + sp:resultVariables (_:b29) ;
3146 sp:where ([ rdf:type sp:Bind ; 3408 sp:where ([ rdf:type sp:Bind ;
3147 sp:expression 3409 sp:expression
3148 [ rdf:type sp:if ; 3410 [ rdf:type sp:if ;
...@@ -3195,7 +3457,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType ...@@ -3195,7 +3457,7 @@ ep-dpr-spin-lib:selectProductionOperationPartType
3195 ] 3457 ]
3196 ] 3458 ]
3197 ] ; 3459 ] ;
3198 - sp:variable _:b30 3460 + sp:variable _:b29
3199 ]) 3461 ])
3200 ] . 3462 ] .
3201 3463
...@@ -3205,7 +3467,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure ...@@ -3205,7 +3467,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
3205 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3467 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3206 spin:body 3468 spin:body
3207 [ rdf:type sp:Select ; 3469 [ rdf:type sp:Select ;
3208 - sp:resultVariables (_:b31) ; 3470 + sp:resultVariables (_:b30) ;
3209 sp:where ([ rdf:type sp:Bind ; 3471 sp:where ([ rdf:type sp:Bind ;
3210 sp:expression 3472 sp:expression
3211 [ rdf:type sp:if ; 3473 [ rdf:type sp:if ;
...@@ -3279,7 +3541,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure ...@@ -3279,7 +3541,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
3279 ] 3541 ]
3280 ] 3542 ]
3281 ] ; 3543 ] ;
3282 - sp:variable _:b31 3544 + sp:variable _:b30
3283 ]) 3545 ])
3284 ] . 3546 ] .
3285 3547
...@@ -3288,7 +3550,7 @@ ep-dpr-spin-lib:selectSafetyActivityType ...@@ -3288,7 +3550,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
3288 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3550 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3289 spin:body 3551 spin:body
3290 [ rdf:type sp:Select ; 3552 [ rdf:type sp:Select ;
3291 - sp:resultVariables (_:b32) ; 3553 + sp:resultVariables (_:b31) ;
3292 sp:where ([ rdf:type sp:Bind ; 3554 sp:where ([ rdf:type sp:Bind ;
3293 sp:expression 3555 sp:expression
3294 [ rdf:type sp:if ; 3556 [ rdf:type sp:if ;
...@@ -3432,7 +3694,7 @@ ep-dpr-spin-lib:selectSafetyActivityType ...@@ -3432,7 +3694,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
3432 ] 3694 ]
3433 ] 3695 ]
3434 ] ; 3696 ] ;
3435 - sp:variable _:b32 3697 + sp:variable _:b31
3436 ]) 3698 ])
3437 ] . 3699 ] .
3438 3700
...@@ -3442,7 +3704,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale ...@@ -3442,7 +3704,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale
3442 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3704 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3443 spin:body 3705 spin:body
3444 [ rdf:type sp:Select ; 3706 [ rdf:type sp:Select ;
3445 - sp:resultVariables (_:b33) ; 3707 + sp:resultVariables (_:b32) ;
3446 sp:where ([ rdf:type sp:Bind ; 3708 sp:where ([ rdf:type sp:Bind ;
3447 sp:expression 3709 sp:expression
3448 [ rdf:type sp:if ; 3710 [ rdf:type sp:if ;
...@@ -3453,7 +3715,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale ...@@ -3453,7 +3715,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale
3453 sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; 3715 sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
3454 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 3716 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3455 ] ; 3717 ] ;
3456 - sp:variable _:b33 3718 + sp:variable _:b32
3457 ]) 3719 ])
3458 ] . 3720 ] .
3459 3721
...@@ -3463,7 +3725,7 @@ ep-dpr-spin-lib:selectTemperatureScale ...@@ -3463,7 +3725,7 @@ ep-dpr-spin-lib:selectTemperatureScale
3463 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3725 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3464 spin:body 3726 spin:body
3465 [ rdf:type sp:Select ; 3727 [ rdf:type sp:Select ;
3466 - sp:resultVariables (_:b34) ; 3728 + sp:resultVariables (_:b33) ;
3467 sp:where ([ rdf:type sp:Bind ; 3729 sp:where ([ rdf:type sp:Bind ;
3468 sp:expression 3730 sp:expression
3469 [ rdf:type sp:if ; 3731 [ rdf:type sp:if ;
...@@ -3481,7 +3743,7 @@ ep-dpr-spin-lib:selectTemperatureScale ...@@ -3481,7 +3743,7 @@ ep-dpr-spin-lib:selectTemperatureScale
3481 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 3743 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
3482 ] 3744 ]
3483 ] ; 3745 ] ;
3484 - sp:variable _:b34 3746 + sp:variable _:b33
3485 ]) 3747 ])
3486 ] . 3748 ] .
3487 3749
...@@ -3491,7 +3753,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ...@@ -3491,7 +3753,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
3491 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3753 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3492 spin:body 3754 spin:body
3493 [ rdf:type sp:Select ; 3755 [ rdf:type sp:Select ;
3494 - sp:resultVariables (_:b35) ; 3756 + sp:resultVariables (_:b34) ;
3495 sp:where ([ rdf:type sp:Bind ; 3757 sp:where ([ rdf:type sp:Bind ;
3496 sp:expression 3758 sp:expression
3497 [ rdf:type sp:if ; 3759 [ rdf:type sp:if ;
...@@ -3565,7 +3827,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ...@@ -3565,7 +3827,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
3565 ] 3827 ]
3566 ] 3828 ]
3567 ] ; 3829 ] ;
3568 - sp:variable _:b35 3830 + sp:variable _:b34
3569 ]) 3831 ])
3570 ] . 3832 ] .
3571 3833
...@@ -3574,7 +3836,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType ...@@ -3574,7 +3836,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType
3574 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3836 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3575 spin:body 3837 spin:body
3576 [ rdf:type sp:Select ; 3838 [ rdf:type sp:Select ;
3577 - sp:resultVariables (_:b36) ; 3839 + sp:resultVariables (_:b35) ;
3578 sp:where ([ rdf:type sp:Bind ; 3840 sp:where ([ rdf:type sp:Bind ;
3579 sp:expression 3841 sp:expression
3580 [ rdf:type sp:if ; 3842 [ rdf:type sp:if ;
...@@ -3648,7 +3910,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType ...@@ -3648,7 +3910,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType
3648 ] 3910 ]
3649 ] 3911 ]
3650 ] ; 3912 ] ;
3651 - sp:variable _:b36 3913 + sp:variable _:b35
3652 ]) 3914 ])
3653 ] . 3915 ] .
3654 3916
...@@ -3658,7 +3920,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ...@@ -3658,7 +3920,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
3658 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3920 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3659 spin:body 3921 spin:body
3660 [ rdf:type sp:Select ; 3922 [ rdf:type sp:Select ;
3661 - sp:resultVariables (_:b37) ; 3923 + sp:resultVariables (_:b36) ;
3662 sp:where ([ rdf:type sp:Bind ; 3924 sp:where ([ rdf:type sp:Bind ;
3663 sp:expression 3925 sp:expression
3664 [ rdf:type sp:if ; 3926 [ rdf:type sp:if ;
...@@ -3683,7 +3945,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ...@@ -3683,7 +3945,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
3683 ] 3945 ]
3684 ] 3946 ]
3685 ] ; 3947 ] ;
3686 - sp:variable _:b37 3948 + sp:variable _:b36
3687 ]) 3949 ])
3688 ] . 3950 ] .
3689 3951
...@@ -3693,7 +3955,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ...@@ -3693,7 +3955,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType
3693 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3955 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3694 spin:body 3956 spin:body
3695 [ rdf:type sp:Select ; 3957 [ rdf:type sp:Select ;
3696 - sp:resultVariables (_:b38) ; 3958 + sp:resultVariables (_:b37) ;
3697 sp:where ([ rdf:type sp:Bind ; 3959 sp:where ([ rdf:type sp:Bind ;
3698 sp:expression 3960 sp:expression
3699 [ rdf:type sp:if ; 3961 [ rdf:type sp:if ;
...@@ -3718,7 +3980,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ...@@ -3718,7 +3980,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType
3718 ] 3980 ]
3719 ] 3981 ]
3720 ] ; 3982 ] ;
3721 - sp:variable _:b38 3983 + sp:variable _:b37
3722 ]) 3984 ])
3723 ] . 3985 ] .
3724 3986
...@@ -3728,7 +3990,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale ...@@ -3728,7 +3990,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale
3728 rdfs:subClassOf ep-dpr-spin-lib:Function ; 3990 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3729 spin:body 3991 spin:body
3730 [ rdf:type sp:Select ; 3992 [ rdf:type sp:Select ;
3731 - sp:resultVariables (_:b39) ; 3993 + sp:resultVariables (_:b38) ;
3732 sp:where ([ rdf:type sp:Bind ; 3994 sp:where ([ rdf:type sp:Bind ;
3733 sp:expression 3995 sp:expression
3734 [ rdf:type sp:if ; 3996 [ rdf:type sp:if ;
...@@ -3753,7 +4015,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale ...@@ -3753,7 +4015,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale
3753 ] 4015 ]
3754 ] 4016 ]
3755 ] ; 4017 ] ;
3756 - sp:variable _:b39 4018 + sp:variable _:b38
3757 ]) 4019 ])
3758 ] . 4020 ] .
3759 4021
...@@ -3763,7 +4025,7 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -3763,7 +4025,7 @@ ep-dpr-spin-lib:selectVolumeScale
3763 rdfs:subClassOf ep-dpr-spin-lib:Function ; 4025 rdfs:subClassOf ep-dpr-spin-lib:Function ;
3764 spin:body 4026 spin:body
3765 [ rdf:type sp:Select ; 4027 [ rdf:type sp:Select ;
3766 - sp:resultVariables (_:b40) ; 4028 + sp:resultVariables (_:b39) ;
3767 sp:where ([ rdf:type sp:Bind ; 4029 sp:where ([ rdf:type sp:Bind ;
3768 sp:expression 4030 sp:expression
3769 [ rdf:type sp:if ; 4031 [ rdf:type sp:if ;
...@@ -3991,7 +4253,7 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -3991,7 +4253,7 @@ ep-dpr-spin-lib:selectVolumeScale
3991 ] 4253 ]
3992 ] 4254 ]
3993 ] ; 4255 ] ;
3994 - sp:variable _:b40 4256 + sp:variable _:b39
3995 ]) 4257 ])
3996 ] . 4258 ] .
3997 4259
...@@ -4102,58 +4364,55 @@ _:b21 ...@@ -4102,58 +4364,55 @@ _:b21
4102 sp:varName "durationScale"^^xsd:string . 4364 sp:varName "durationScale"^^xsd:string .
4103 4365
4104 _:b22 4366 _:b22
4105 - sp:varName "massConcScale"^^xsd:string . 4367 + sp:varName "pressureScale"^^xsd:string .
4106 4368
4107 _:b23 4369 _:b23
4108 - sp:varName "pressureScale"^^xsd:string . 4370 + sp:varName "productType"^^xsd:string .
4109 4371
4110 _:b24 4372 _:b24
4111 - sp:varName "productType"^^xsd:string . 4373 + sp:varName "productionFacilityType"^^xsd:string .
4112 4374
4113 _:b25 4375 _:b25
4114 - sp:varName "productionFacilityType"^^xsd:string . 4376 + sp:varName "productionFlowDefinitionType"^^xsd:string .
4115 4377
4116 _:b26 4378 _:b26
4117 - sp:varName "productionFlowDefinitionType"^^xsd:string . 4379 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
4118 4380
4119 _:b27 4381 _:b27
4120 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . 4382 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
4121 4383
4122 _:b28 4384 _:b28
4123 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
4124 -
4125 -_:b29
4126 sp:varName "productionFlowPurposeType"^^xsd:string . 4385 sp:varName "productionFlowPurposeType"^^xsd:string .
4127 4386
4128 -_:b30 4387 +_:b29
4129 sp:varName "popType"^^xsd:string . 4388 sp:varName "popType"^^xsd:string .
4130 4389
4131 -_:b31 4390 +_:b30
4132 sp:varName "relationshipToMeasure"^^xsd:string . 4391 sp:varName "relationshipToMeasure"^^xsd:string .
4133 4392
4134 -_:b32 4393 +_:b31
4135 sp:varName "safetyActivityType"^^xsd:string . 4394 sp:varName "safetyActivityType"^^xsd:string .
4136 4395
4137 -_:b33 4396 +_:b32
4138 sp:varName "specificVolumeScale"^^xsd:string . 4397 sp:varName "specificVolumeScale"^^xsd:string .
4139 4398
4140 -_:b34 4399 +_:b33
4141 sp:varName "temperatureScale"^^xsd:string . 4400 sp:varName "temperatureScale"^^xsd:string .
4142 4401
4143 -_:b35 4402 +_:b34
4144 sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . 4403 sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
4145 4404
4146 -_:b36 4405 +_:b35
4147 sp:varName "prodActType"^^xsd:string . 4406 sp:varName "prodActType"^^xsd:string .
4148 4407
4149 -_:b37 4408 +_:b36
4150 sp:varName "volumeAtStdType"^^xsd:string . 4409 sp:varName "volumeAtStdType"^^xsd:string .
4151 4410
4152 -_:b38 4411 +_:b37
4153 sp:varName "volumeFlowRateAtStdType"^^xsd:string . 4412 sp:varName "volumeFlowRateAtStdType"^^xsd:string .
4154 4413
4155 -_:b39 4414 +_:b38
4156 sp:varName "volumeFlowRateScale"^^xsd:string . 4415 sp:varName "volumeFlowRateScale"^^xsd:string .
4157 4416
4158 -_:b40 4417 +_:b39
4159 sp:varName "volumeScale"^^xsd:string . 4418 sp:varName "volumeScale"^^xsd:string .
......