Showing
1 changed file
with
0 additions
and
412 deletions
| 1 | -<<<<<<< HEAD | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 4 | - | ||
| 5 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 10 | - | ||
| 11 | -<http://www.reportinghub.no/ep/schema/1.0/production-core> | ||
| 12 | - rdf:type owl:Ontology ; | ||
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | ||
| 14 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 15 | - | ||
| 16 | -ep-core:Density | ||
| 17 | - rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . | ||
| 18 | - | ||
| 19 | -ep-core:DensityAt15degC1atm | ||
| 20 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 21 | - rdfs:label "density at 15 degrees C 1 atmosphere"^^xsd:string ; | ||
| 22 | - rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . | ||
| 23 | - | ||
| 24 | -ep-core:DensityAt1degC1atm | ||
| 25 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 26 | - rdfs:label "density at 1 degrees C 1 atmosphere"^^xsd:string ; | ||
| 27 | - rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . | ||
| 28 | - | ||
| 29 | -ep-core:DensityAt60degF1atm | ||
| 30 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 31 | - rdfs:label "density at 60 degrees F 1 atmosphere"^^xsd:string ; | ||
| 32 | - rdfs:subClassOf ep-core:MeasureOfDensityOfMaterial . | ||
| 33 | - | ||
| 34 | -ep-core:MeasureOfDensityOfMaterial | ||
| 35 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 36 | - rdfs:label "measure of amount of material"^^xsd:string ; | ||
| 37 | - rdfs:subClassOf owl:Class . | ||
| 38 | - | ||
| 39 | -ep-core:MeasureOfFlowOfMaterial | ||
| 40 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 41 | - rdfs:label "measure of flow of material"^^xsd:string ; | ||
| 42 | - rdfs:subClassOf owl:Class . | ||
| 43 | - | ||
| 44 | -ep-core:VolumeFlowRateAt15degC1atm | ||
| 45 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 46 | - rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | ||
| 47 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 48 | - | ||
| 49 | -ep-core:VolumeFlowRateAt1degC1atm | ||
| 50 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 51 | - rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | ||
| 52 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 53 | - | ||
| 54 | -ep-core:VolumeFlowRateAt60degF1atm | ||
| 55 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 56 | - rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | ||
| 57 | - rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 58 | - | ||
| 59 | -ep-core:acre | ||
| 60 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 61 | - rdfs:label "acres"^^xsd:string . | ||
| 62 | - | ||
| 63 | -ep-core:apiDensity | ||
| 64 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 65 | - rdfs:label "API Density"^^xsd:string . | ||
| 66 | - | ||
| 67 | -ep-core:atmosphere | ||
| 68 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 69 | - rdfs:domain ep-core:Pressure ; | ||
| 70 | - rdfs:label "atmosphere"^^xsd:string . | ||
| 71 | - | ||
| 72 | -ep-core:barn | ||
| 73 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 74 | - rdfs:label "barn (area)"^^xsd:string . | ||
| 75 | - | ||
| 76 | -ep-core:barrel_day-1 | ||
| 77 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 78 | - rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 79 | - rdfs:label "barrel day-1"^^xsd:string . | ||
| 80 | - | ||
| 81 | -ep-core:centiEuclid | ||
| 82 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 83 | - rdfs:label "CentiEuclid"^^xsd:string . | ||
| 84 | - | ||
| 85 | -ep-core:centimetre | ||
| 86 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 87 | - rdfs:domain ep-core:Length ; | ||
| 88 | - rdfs:label "centimetre"^^xsd:string . | ||
| 89 | - | ||
| 90 | -ep-core:cm2 | ||
| 91 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 92 | - rdfs:label "square centimetres"^^xsd:string . | ||
| 93 | - | ||
| 94 | -ep-core:cm_s-2 | ||
| 95 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 96 | - rdfs:label "centimetres per second squared"^^xsd:string . | ||
| 97 | - | ||
| 98 | -ep-core:count | ||
| 99 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 100 | - rdfs:label "count"^^xsd:string . | ||
| 101 | - | ||
| 102 | -ep-core:degreesOfAngle_100ft-1 | ||
| 103 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 104 | - rdfs:label "degrees of angle per 100ft"^^xsd:string . | ||
| 105 | - | ||
| 106 | -ep-core:degreesOfAngle_30ft-1 | ||
| 107 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 108 | - rdfs:label "degrees of angle per 30ft"^^xsd:string . | ||
| 109 | - | ||
| 110 | -ep-core:degreesOfAngle_30m-1 | ||
| 111 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 112 | - rdfs:label "degrees of angle per 30m"^^xsd:string . | ||
| 113 | - | ||
| 114 | -ep-core:degreesOfAngle_ft-1 | ||
| 115 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 116 | - rdfs:label "degrees of angle per ft"^^xsd:string . | ||
| 117 | - | ||
| 118 | -ep-core:degreesOfAngle_hr-1 | ||
| 119 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 120 | - rdfs:label "degrees of angle per hour"^^xsd:string . | ||
| 121 | - | ||
| 122 | -ep-core:degreesOfAngle_m-1 | ||
| 123 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 124 | - rdfs:label "degrees of angle per m"^^xsd:string . | ||
| 125 | - | ||
| 126 | -ep-core:degreesOfAngle_min-1 | ||
| 127 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 128 | - rdfs:label "degrees of angle per minute"^^xsd:string . | ||
| 129 | - | ||
| 130 | -ep-core:degreesOfAngle_s-1 | ||
| 131 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 132 | - rdfs:label "degrees of angle per second"^^xsd:string . | ||
| 133 | - | ||
| 134 | -ep-core:euclid | ||
| 135 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 136 | - rdfs:label "Euclid"^^xsd:string . | ||
| 137 | - | ||
| 138 | -ep-core:fahrenheit | ||
| 139 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 140 | - rdfs:domain ep-core:Temperature ; | ||
| 141 | - rdfs:label "fahrenheit"^^xsd:string . | ||
| 142 | - | ||
| 143 | -ep-core:foot_s-2 | ||
| 144 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 145 | - rdfs:label "feet per second squared"^^xsd:string . | ||
| 146 | - | ||
| 147 | -ep-core:ft2 | ||
| 148 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 149 | - rdfs:label "square feet"^^xsd:string . | ||
| 150 | - | ||
| 151 | -ep-core:galileo | ||
| 152 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 153 | - rdfs:label "galileo"^^xsd:string . | ||
| 154 | - | ||
| 155 | -ep-core:gn | ||
| 156 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 157 | - rdfs:label "normal acceleration Gn"^^xsd:string . | ||
| 158 | - | ||
| 159 | -ep-core:grain_100ft-3 | ||
| 160 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 161 | - rdfs:label "grain per 100ft3"^^xsd:string . | ||
| 162 | - | ||
| 163 | -ep-core:grain_ft-3_1 | ||
| 164 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 165 | - rdfs:label "grain per ft3"^^xsd:string . | ||
| 166 | - | ||
| 167 | -ep-core:grain_usGallon-1 | ||
| 168 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 169 | - rdfs:label "grain per US Gallon"^^xsd:string . | ||
| 170 | - | ||
| 171 | -ep-core:gram_dm-3 | ||
| 172 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 173 | - rdfs:label "gram dm-3"^^xsd:string . | ||
| 174 | - | ||
| 175 | -ep-core:gram_l-1 | ||
| 176 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 177 | - rdfs:label "grams per litre"^^xsd:string . | ||
| 178 | - | ||
| 179 | -ep-core:gram_m-3 | ||
| 180 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 181 | - rdfs:label "gram m-3"^^xsd:string . | ||
| 182 | - | ||
| 183 | -ep-core:gram_ukGallon-1 | ||
| 184 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 185 | - rdfs:label "grams per UK Gallon"^^xsd:string . | ||
| 186 | - | ||
| 187 | -ep-core:gram_usGallon-1 | ||
| 188 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 189 | - rdfs:label "grams per US Gallon"^^xsd:string . | ||
| 190 | - | ||
| 191 | -ep-core:hasSetOfAllPartsOfType | ||
| 192 | - rdf:type owl:ObjectProperty ; | ||
| 193 | - rdfs:domain ep-core:PhysicalThing ; | ||
| 194 | - rdfs:label "basis for"^^xsd:string . | ||
| 195 | - | ||
| 196 | -ep-core:hectare | ||
| 197 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 198 | - rdfs:label "hectares"^^xsd:string . | ||
| 199 | - | ||
| 200 | -ep-core:in2 | ||
| 201 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 202 | - rdfs:label "square inches"^^xsd:string . | ||
| 203 | - | ||
| 204 | -ep-core:in2_ft-2 | ||
| 205 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 206 | - rdfs:label "square inches per square foot"^^xsd:string . | ||
| 207 | - | ||
| 208 | -ep-core:in2_in-2 | ||
| 209 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 210 | - rdfs:label "square inches per square inch"^^xsd:string . | ||
| 211 | - | ||
| 212 | -ep-core:inch_64 | ||
| 213 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 214 | - rdfs:domain ep-core:Length ; | ||
| 215 | - rdfs:label "inch/64"^^xsd:string . | ||
| 216 | - | ||
| 217 | -ep-core:kilogram_dm-3 | ||
| 218 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 219 | - rdfs:label "kilogram dm-3"^^xsd:string . | ||
| 220 | - | ||
| 221 | -ep-core:kilogram_l-1 | ||
| 222 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 223 | - rdfs:label "kilogram per litre"^^xsd:string . | ||
| 224 | - | ||
| 225 | -ep-core:kilogram_m-3 | ||
| 226 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 227 | - rdfs:label "kilogram m-3"^^xsd:string . | ||
| 228 | - | ||
| 229 | -ep-core:kilovolt | ||
| 230 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 231 | - rdfs:label "kilovolt"^^xsd:string . | ||
| 232 | - | ||
| 233 | -ep-core:km2 | ||
| 234 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 235 | - rdfs:label "square kilometres"^^xsd:string . | ||
| 236 | - | ||
| 237 | -ep-core:lbm_1000bbl-1 | ||
| 238 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 239 | - rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | ||
| 240 | - | ||
| 241 | -ep-core:lbm_1000ukGallon-1 | ||
| 242 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 243 | - rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | ||
| 244 | - | ||
| 245 | -ep-core:lbm_1000usGallon-1 | ||
| 246 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 247 | - rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | ||
| 248 | - | ||
| 249 | -ep-core:lbm_10bbl-1 | ||
| 250 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 251 | - rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | ||
| 252 | - | ||
| 253 | -ep-core:lbm_bbl-1 | ||
| 254 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 255 | - rdfs:label "pounds (mass) per barrel"^^xsd:string . | ||
| 256 | - | ||
| 257 | -ep-core:lbm_ft-3 | ||
| 258 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 259 | - rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | ||
| 260 | - | ||
| 261 | -ep-core:lbm_in-3 | ||
| 262 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 263 | - rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | ||
| 264 | - | ||
| 265 | -ep-core:lbm_millibarrel-1 | ||
| 266 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 267 | - rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | ||
| 268 | - | ||
| 269 | -ep-core:lbm_ukGallon-1 | ||
| 270 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 271 | - rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | ||
| 272 | - | ||
| 273 | -ep-core:lbm_usGallon-1 | ||
| 274 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 275 | - rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | ||
| 276 | - | ||
| 277 | -ep-core:m2 | ||
| 278 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 279 | - rdfs:label "square metres"^^xsd:string . | ||
| 280 | - | ||
| 281 | -ep-core:m2_m-2 | ||
| 282 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 283 | - rdfs:label "square metres per square metre"^^xsd:string . | ||
| 284 | - | ||
| 285 | -ep-core:megagram_m-3 | ||
| 286 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 287 | - rdfs:label "Megagram m-3"^^xsd:string . | ||
| 288 | - | ||
| 289 | -ep-core:megavolt | ||
| 290 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 291 | - rdfs:label "Megavolt"^^xsd:string . | ||
| 292 | - | ||
| 293 | -ep-core:metre3_hour-1 | ||
| 294 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 295 | - rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 296 | - rdfs:label "metre3 hour-1"^^xsd:string . | ||
| 297 | - | ||
| 298 | -ep-core:metre_s-2 | ||
| 299 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 300 | - rdfs:label "metres per second squared"^^xsd:string . | ||
| 301 | - | ||
| 302 | -ep-core:mgn | ||
| 303 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 304 | - rdfs:label "milliGn - normal acceleration"^^xsd:string . | ||
| 305 | - | ||
| 306 | -ep-core:mi2 | ||
| 307 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 308 | - rdfs:label "square miles"^^xsd:string . | ||
| 309 | - | ||
| 310 | -ep-core:microEuclid | ||
| 311 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 312 | - rdfs:label "MicroEuclid"^^xsd:string . | ||
| 313 | - | ||
| 314 | -ep-core:microgram_cm-3 | ||
| 315 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 316 | - rdfs:label "microgram cm-3"^^xsd:string . | ||
| 317 | - | ||
| 318 | -ep-core:microvolt | ||
| 319 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 320 | - rdfs:label "microvolt"^^xsd:string . | ||
| 321 | - | ||
| 322 | -ep-core:milliEuclid | ||
| 323 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 324 | - rdfs:label "MilliEuclid"^^xsd:string . | ||
| 325 | - | ||
| 326 | -ep-core:milliPa_second | ||
| 327 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 328 | - rdfs:domain ep-core:PlasticViscosity ; | ||
| 329 | - rdfs:label "MPa.second"^^xsd:string . | ||
| 330 | - | ||
| 331 | -ep-core:milligalileo | ||
| 332 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 333 | - rdfs:label "milligalileo"^^xsd:string . | ||
| 334 | - | ||
| 335 | -ep-core:milligram_dm-3 | ||
| 336 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 337 | - rdfs:label "milligram dm-3"^^xsd:string . | ||
| 338 | - | ||
| 339 | -ep-core:milligram_l-1 | ||
| 340 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 341 | - rdfs:label "milligrams per litre"^^xsd:string . | ||
| 342 | - | ||
| 343 | -ep-core:milligram_m-3 | ||
| 344 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 345 | - rdfs:label "milligram m-3"^^xsd:string . | ||
| 346 | - | ||
| 347 | -ep-core:milligram_usGallon-1 | ||
| 348 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 349 | - rdfs:label "milligrams per US Gallon"^^xsd:string . | ||
| 350 | - | ||
| 351 | -ep-core:millivolt | ||
| 352 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 353 | - rdfs:label "millivolt"^^xsd:string . | ||
| 354 | - | ||
| 355 | -ep-core:mm2 | ||
| 356 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 357 | - rdfs:label "square millimetres"^^xsd:string . | ||
| 358 | - | ||
| 359 | -ep-core:mm2_mm-2 | ||
| 360 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 361 | - rdfs:label "square millimetres per square millimetre"^^xsd:string . | ||
| 362 | - | ||
| 363 | -ep-core:nanoEuclid | ||
| 364 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 365 | - rdfs:label "NanoEuclid"^^xsd:string . | ||
| 366 | - | ||
| 367 | -ep-core:radian_ft-1 | ||
| 368 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 369 | - rdfs:label "radians per ft"^^xsd:string . | ||
| 370 | - | ||
| 371 | -ep-core:radian_m-1 | ||
| 372 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 373 | - rdfs:label "radians per m"^^xsd:string . | ||
| 374 | - | ||
| 375 | -ep-core:radian_s-1 | ||
| 376 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 377 | - rdfs:label "radians per s"^^xsd:string . | ||
| 378 | - | ||
| 379 | -ep-core:rev_min-1 | ||
| 380 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 381 | - rdfs:label "revolutions per minute"^^xsd:string . | ||
| 382 | - | ||
| 383 | -ep-core:rev_s-1 | ||
| 384 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 385 | - rdfs:label "revolutions per second"^^xsd:string . | ||
| 386 | - | ||
| 387 | -ep-core:ten_megagram_m-3 | ||
| 388 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 389 | - rdfs:label "10 Megagram m-3"^^xsd:string . | ||
| 390 | - | ||
| 391 | -ep-core:thousand_barrel | ||
| 392 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 393 | - rdfs:label "thousand barrel"^^xsd:string . | ||
| 394 | - | ||
| 395 | -ep-core:um2 | ||
| 396 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 397 | - rdfs:label "square micrometres"^^xsd:string . | ||
| 398 | - | ||
| 399 | -ep-core:us_mi2 | ||
| 400 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 401 | - rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | ||
| 402 | - rdfs:label "square miles (US)"^^xsd:string . | ||
| 403 | - | ||
| 404 | -ep-core:volt | ||
| 405 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 406 | - rdfs:label "Volt"^^xsd:string . | ||
| 407 | - | ||
| 408 | -ep-core:yd2 | ||
| 409 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 410 | - rdfs:label "square yards"^^xsd:string . | ||
| 411 | -======= | ||
| 412 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 413 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 414 | 3 | ||
| ... | @@ -973,4 +562,3 @@ ep-core:volt | ... | @@ -973,4 +562,3 @@ ep-core:volt |
| 973 | ep-core:yd2 | 562 | ep-core:yd2 |
| 974 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 563 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 975 | rdfs:label "square yards"^^xsd:string . | 564 | rdfs:label "square yards"^^xsd:string . |
| 976 | ->>>>>>> IanMon1 | ... | ... |
-
Please register or login to post a comment