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