SCHEMA_EP-SUBSTANCE-v1.0.ttl 29.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586
# baseURI: http://www.reportinghub.no/ep/schema/1.0/substance
# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
# imports: http://www.reportinghub.no/ep/schema/1.0/production-well

@prefix ep-prodact:  <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix ep-prodcore:  <http://www.reportinghub.no/ep/schema/production-core#> .
@prefix ep-prodwell:  <http://www.reportinghub.no/ep/schema/production-well#> .
@prefix ep-substance:  <http://www.reportinghub.no/ep/schema/substance#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/ep/schema/1.0/substance>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

ep-prodact:CrudeOil
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .

ep-prodact:NaturalGas
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .

ep-prodact:QuantityOfMaterial
      rdfs:label "(temporal part of a) quantity of material"^^xsd:string .

ep-prodact:SampleOfMaterial
      rdfs:label "sample of material"^^xsd:string .

ep-substance:QuantityOrFlowOfASingleSubstance
      rdf:type owl:Class ;
      rdfs:label "quantity or flow of a single substance"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> .

ep-substance:substance-11dmcyPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "11dmcy pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> .

ep-substance:substance-124tmBenzene
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "124tm benzene"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> .

ep-substance:substance-12dmBenzene
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "12dm benzene"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> .

ep-substance:substance-13dmBenzene
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "13dm benzene"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> .

ep-substance:substance-14dmBenzene
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "14dm benzene"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> .

ep-substance:substance-223tmButane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "223tm butane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> .

ep-substance:substance-223tmPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "223tm pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> .

ep-substance:substance-22dmButane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "22dm butane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> .

ep-substance:substance-22dmHexane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "22dm hexane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> .

ep-substance:substance-22dmPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "22dm pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> .

ep-substance:substance-22dmPropane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "22dm propane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> .

ep-substance:substance-23dmButane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "23dm butane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> .

ep-substance:substance-23dmPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "23dm pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> .

ep-substance:substance-24dmHexane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "24dm hexane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> .

ep-substance:substance-24dmPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "24dm pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> .

ep-substance:substance-25dmHexane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "25dm hexane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> .

ep-substance:substance-2mButane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "2m butane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> .

ep-substance:substance-2mHexane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "2m hexane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> .

ep-substance:substance-2mPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "2m pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> .

ep-substance:substance-2mPropane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "2m propane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> .

ep-substance:substance-33dmPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "33dm pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> .

ep-substance:substance-3etPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "3et pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> .

ep-substance:substance-3mHexane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "3m hexane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> .

ep-substance:substance-3mPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "3m pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> .

ep-substance:substance-Ar
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> .

ep-substance:substance-Benzene
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "benzene"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> .

ep-substance:substance-Butane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "butane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> .

ep-substance:substance-C11F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C11F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> .

ep-substance:substance-C12F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C12F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> .

ep-substance:substance-C13F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C13F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> .

ep-substance:substance-C13dmcyPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "c13dmcy pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> .

ep-substance:substance-C14F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C14F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> .

ep-substance:substance-C15F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C15F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> .

ep-substance:substance-C16F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C16F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> .

ep-substance:substance-C17F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C17F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> .

ep-substance:substance-C18F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C18F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> .

ep-substance:substance-C19F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C19F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> .

ep-substance:substance-C20F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C20F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> .

ep-substance:substance-C21F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C21F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> .

ep-substance:substance-C22F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C22F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> .

ep-substance:substance-C23F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C23F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> .

ep-substance:substance-C24F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C24F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> .

ep-substance:substance-C25F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C25F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> .

ep-substance:substance-C26F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C26F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> .

ep-substance:substance-C27F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C27F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> .

ep-substance:substance-C28F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C28F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> .

ep-substance:substance-C29F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C29F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> .

ep-substance:substance-C30F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C30F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> .

ep-substance:substance-C31F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C31F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> .

ep-substance:substance-C32F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C32F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> .

ep-substance:substance-C33F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C33F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> .

ep-substance:substance-C34F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C34F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> .

ep-substance:substance-C35F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C35F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> .

ep-substance:substance-C36F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C36F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> .

ep-substance:substance-C37F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C37F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> .

ep-substance:substance-C38F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C38F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> .

ep-substance:substance-C39F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C39F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> .

ep-substance:substance-C40F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C40F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> .

ep-substance:substance-C41F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C41F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> .

ep-substance:substance-C42F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C42F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> .

ep-substance:substance-C43F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C43F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> .

ep-substance:substance-C44F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C44F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> .

ep-substance:substance-C45F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C45F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> .

ep-substance:substance-C46F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C46F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> .

ep-substance:substance-C47F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C47F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> .

ep-substance:substance-C48F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C48F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> .

ep-substance:substance-C49F
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "C49F"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> .

ep-substance:substance-CO2
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "CO2"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> .

ep-substance:substance-Cyclohexane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "cyclohexane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> .

ep-substance:substance-Cyclopentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "cyclopentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> .

ep-substance:substance-Decanes
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "decanes"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> .

ep-substance:substance-EtBenzene
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "et benzene"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> .

ep-substance:substance-EtcyPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "etcy pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> .

ep-substance:substance-Ethane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "ethane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> .

ep-substance:substance-H2
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "H2"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> .

ep-substance:substance-H2O
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "H2O"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> .

ep-substance:substance-H2S
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "H2S"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> .

ep-substance:substance-Heptanes
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "heptanes"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> .

ep-substance:substance-Hexane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "hexane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> .

ep-substance:substance-Hexanes
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "hexanes"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> .

ep-substance:substance-MBenzene
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "m benzene"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> .

ep-substance:substance-McyHexane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "mcy hexane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> .

ep-substance:substance-McyPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "mcy pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> .

ep-substance:substance-Methane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "methane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> .

ep-substance:substance-N2
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "N2"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> .

ep-substance:substance-Nonanes
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "nonanes"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> .

ep-substance:substance-O2
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "O2"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> .

ep-substance:substance-Octanes
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "octanes"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> .

ep-substance:substance-Pentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> .

ep-substance:substance-Propane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "propane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> .

ep-substance:substance-T12dmcyPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "t12dmcy pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> .

ep-substance:substance-T13dmcyPentane
      rdf:type owl:Class , ep-prodwell:FluidComponentType , ep-prodact:SubstanceType ;
      rdfs:label "t13dmcy pentane"^^xsd:string ;
      rdfs:subClassOf ep-substance:QuantityOrFlowOfASingleSubstance ;
      ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> .