Showing
2 changed files
with
567 additions
and
0 deletions
| 1 | +<<<<<<< HEAD | ||
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | 4 | ||
| ... | @@ -407,3 +408,569 @@ ep-core:volt | ... | @@ -407,3 +408,569 @@ ep-core:volt |
| 407 | ep-core:yd2 | 408 | ep-core:yd2 |
| 408 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 409 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 409 | rdfs:label "square yards"^^xsd:string . | 410 | rdfs:label "square yards"^^xsd:string . |
| 411 | +======= | ||
| 412 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 413 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 414 | + | ||
| 415 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 416 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 417 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 418 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 419 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 420 | + | ||
| 421 | +<http://www.reportinghub.no/ep/schema/1.0/production-core> | ||
| 422 | + rdf:type owl:Ontology ; | ||
| 423 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | ||
| 424 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 425 | + | ||
| 426 | +ep-core:GP_cm-1 | ||
| 427 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 428 | + rdfs:label "Gigapascals per centimetre"^^xsd:string . | ||
| 429 | + | ||
| 430 | +ep-core:MeasureOfFlowOfMaterial | ||
| 431 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 432 | + rdfs:label "measure of flow of material"^^xsd:string ; | ||
| 433 | + rdfs:subClassOf owl:Class . | ||
| 434 | + | ||
| 435 | +ep-core:VolumeFlowRateAt15degC1atm | ||
| 436 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 437 | + rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | ||
| 438 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 439 | + | ||
| 440 | +ep-core:VolumeFlowRateAt1degC1atm | ||
| 441 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 442 | + rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | ||
| 443 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 444 | + | ||
| 445 | +ep-core:VolumeFlowRateAt60degF1atm | ||
| 446 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 447 | + rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | ||
| 448 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 449 | + | ||
| 450 | +ep-core:acre | ||
| 451 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 452 | + rdfs:label "acres"^^xsd:string . | ||
| 453 | + | ||
| 454 | +ep-core:apiDensity | ||
| 455 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 456 | + rdfs:label "API Density"^^xsd:string . | ||
| 457 | + | ||
| 458 | +ep-core:atm_100m-1 | ||
| 459 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 460 | + rdfs:label "atmospheres per 100 metres"^^xsd:string . | ||
| 461 | + | ||
| 462 | +ep-core:atm_ft-1 | ||
| 463 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 464 | + rdfs:label "atmospheres per foot"^^xsd:string . | ||
| 465 | + | ||
| 466 | +ep-core:atm_m-1 | ||
| 467 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 468 | + rdfs:label "atmospheres per metre"^^xsd:string . | ||
| 469 | + | ||
| 470 | +ep-core:atmosphere | ||
| 471 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 472 | + rdfs:domain ep-core:Pressure ; | ||
| 473 | + rdfs:label "atmosphere"^^xsd:string . | ||
| 474 | + | ||
| 475 | +ep-core:bar_km-1 | ||
| 476 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 477 | + rdfs:label "bar per kilometre"^^xsd:string . | ||
| 478 | + | ||
| 479 | +ep-core:bar_m-1 | ||
| 480 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 481 | + rdfs:label "bar per metre"^^xsd:string . | ||
| 482 | + | ||
| 483 | +ep-core:barn | ||
| 484 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 485 | + rdfs:label "barn (area)"^^xsd:string . | ||
| 486 | + | ||
| 487 | +ep-core:barrel_day-1 | ||
| 488 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 489 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 490 | + rdfs:label "barrel day-1"^^xsd:string . | ||
| 491 | + | ||
| 492 | +ep-core:centiEuclid | ||
| 493 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 494 | + rdfs:label "CentiEuclid"^^xsd:string . | ||
| 495 | + | ||
| 496 | +ep-core:centimetre | ||
| 497 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 498 | + rdfs:domain ep-core:Length ; | ||
| 499 | + rdfs:label "centimetre"^^xsd:string . | ||
| 500 | + | ||
| 501 | +ep-core:cm2 | ||
| 502 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 503 | + rdfs:label "square centimetres"^^xsd:string . | ||
| 504 | + | ||
| 505 | +ep-core:cm_s-2 | ||
| 506 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 507 | + rdfs:label "centimetres per second squared"^^xsd:string . | ||
| 508 | + | ||
| 509 | +ep-core:count | ||
| 510 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 511 | + rdfs:label "count"^^xsd:string . | ||
| 512 | + | ||
| 513 | +ep-core:degreesOfAngle_100ft-1 | ||
| 514 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 515 | + rdfs:label "degrees of angle per 100ft"^^xsd:string . | ||
| 516 | + | ||
| 517 | +ep-core:degreesOfAngle_30ft-1 | ||
| 518 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 519 | + rdfs:label "degrees of angle per 30ft"^^xsd:string . | ||
| 520 | + | ||
| 521 | +ep-core:degreesOfAngle_30m-1 | ||
| 522 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 523 | + rdfs:label "degrees of angle per 30m"^^xsd:string . | ||
| 524 | + | ||
| 525 | +ep-core:degreesOfAngle_ft-1 | ||
| 526 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 527 | + rdfs:label "degrees of angle per ft"^^xsd:string . | ||
| 528 | + | ||
| 529 | +ep-core:degreesOfAngle_hr-1 | ||
| 530 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 531 | + rdfs:label "degrees of angle per hour"^^xsd:string . | ||
| 532 | + | ||
| 533 | +ep-core:degreesOfAngle_m-1 | ||
| 534 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 535 | + rdfs:label "degrees of angle per m"^^xsd:string . | ||
| 536 | + | ||
| 537 | +ep-core:degreesOfAngle_min-1 | ||
| 538 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 539 | + rdfs:label "degrees of angle per minute"^^xsd:string . | ||
| 540 | + | ||
| 541 | +ep-core:degreesOfAngle_s-1 | ||
| 542 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 543 | + rdfs:label "degrees of angle per second"^^xsd:string . | ||
| 544 | + | ||
| 545 | +ep-core:dyne | ||
| 546 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 547 | + rdfs:label "Dyne"^^xsd:string . | ||
| 548 | + | ||
| 549 | +ep-core:erg_cm-2 | ||
| 550 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 551 | + rdfs:label "ergs per square centimetre"^^xsd:string . | ||
| 552 | + | ||
| 553 | +ep-core:euclid | ||
| 554 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 555 | + rdfs:label "Euclid"^^xsd:string . | ||
| 556 | + | ||
| 557 | +ep-core:fahrenheit | ||
| 558 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 559 | + rdfs:domain ep-core:Temperature ; | ||
| 560 | + rdfs:label "fahrenheit"^^xsd:string . | ||
| 561 | + | ||
| 562 | +ep-core:foot_s-2 | ||
| 563 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 564 | + rdfs:label "feet per second squared"^^xsd:string . | ||
| 565 | + | ||
| 566 | +ep-core:ft2 | ||
| 567 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 568 | + rdfs:label "square feet"^^xsd:string . | ||
| 569 | + | ||
| 570 | +ep-core:galileo | ||
| 571 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 572 | + rdfs:label "galileo"^^xsd:string . | ||
| 573 | + | ||
| 574 | +ep-core:gf | ||
| 575 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 576 | + rdfs:label "Gram (force)"^^xsd:string . | ||
| 577 | + | ||
| 578 | +ep-core:gn | ||
| 579 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 580 | + rdfs:label "normal acceleration Gn"^^xsd:string . | ||
| 581 | + | ||
| 582 | +ep-core:grain_100ft-3 | ||
| 583 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 584 | + rdfs:label "grain per 100ft3"^^xsd:string . | ||
| 585 | + | ||
| 586 | +ep-core:grain_ft-3_1 | ||
| 587 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 588 | + rdfs:label "grain per ft3"^^xsd:string . | ||
| 589 | + | ||
| 590 | +ep-core:grain_usGallon-1 | ||
| 591 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 592 | + rdfs:label "grain per US Gallon"^^xsd:string . | ||
| 593 | + | ||
| 594 | +ep-core:gram_dm-3 | ||
| 595 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 596 | + rdfs:label "gram dm-3"^^xsd:string . | ||
| 597 | + | ||
| 598 | +ep-core:gram_l-1 | ||
| 599 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 600 | + rdfs:label "grams per litre"^^xsd:string . | ||
| 601 | + | ||
| 602 | +ep-core:gram_m-3 | ||
| 603 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 604 | + rdfs:label "gram m-3"^^xsd:string . | ||
| 605 | + | ||
| 606 | +ep-core:gram_ukGallon-1 | ||
| 607 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 608 | + rdfs:label "grams per UK Gallon"^^xsd:string . | ||
| 609 | + | ||
| 610 | +ep-core:gram_usGallon-1 | ||
| 611 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 612 | + rdfs:label "grams per US Gallon"^^xsd:string . | ||
| 613 | + | ||
| 614 | +ep-core:hasSetOfAllPartsOfType | ||
| 615 | + rdf:type owl:ObjectProperty ; | ||
| 616 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 617 | + rdfs:label "basis for"^^xsd:string . | ||
| 618 | + | ||
| 619 | +ep-core:hectare | ||
| 620 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 621 | + rdfs:label "hectares"^^xsd:string . | ||
| 622 | + | ||
| 623 | +ep-core:in2 | ||
| 624 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 625 | + rdfs:label "square inches"^^xsd:string . | ||
| 626 | + | ||
| 627 | +ep-core:in2_ft-2 | ||
| 628 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 629 | + rdfs:label "square inches per square foot"^^xsd:string . | ||
| 630 | + | ||
| 631 | +ep-core:in2_in-2 | ||
| 632 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 633 | + rdfs:label "square inches per square inch"^^xsd:string . | ||
| 634 | + | ||
| 635 | +ep-core:inch_64 | ||
| 636 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 637 | + rdfs:domain ep-core:Length ; | ||
| 638 | + rdfs:label "inch/64"^^xsd:string . | ||
| 639 | + | ||
| 640 | +ep-core:j_cm-2 | ||
| 641 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 642 | + rdfs:label "joules per square centimetre"^^xsd:string . | ||
| 643 | + | ||
| 644 | +ep-core:j_m-2 | ||
| 645 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 646 | + rdfs:label "joules per square metre"^^xsd:string . | ||
| 647 | + | ||
| 648 | +ep-core:kgf | ||
| 649 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 650 | + rdfs:label "kg (force)"^^xsd:string . | ||
| 651 | + | ||
| 652 | +ep-core:kgf_m_m-2 | ||
| 653 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 654 | + rdfs:comment "Not sure where WITSML got this unit from, but it's a strange one"^^xsd:string ; | ||
| 655 | + rdfs:label "kg (force) meter per square metre"^^xsd:string . | ||
| 656 | + | ||
| 657 | +ep-core:kiloDyne | ||
| 658 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 659 | + rdfs:label "Kilodyne"^^xsd:string . | ||
| 660 | + | ||
| 661 | +ep-core:kiloNewton | ||
| 662 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 663 | + rdfs:label "Kilonewton"^^xsd:string . | ||
| 664 | + | ||
| 665 | +ep-core:kilogram_dm-3 | ||
| 666 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 667 | + rdfs:label "kilogram dm-3"^^xsd:string . | ||
| 668 | + | ||
| 669 | +ep-core:kilogram_l-1 | ||
| 670 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 671 | + rdfs:label "kilogram per litre"^^xsd:string . | ||
| 672 | + | ||
| 673 | +ep-core:kilogram_m-3 | ||
| 674 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 675 | + rdfs:label "kilogram m-3"^^xsd:string . | ||
| 676 | + | ||
| 677 | +ep-core:kilovolt | ||
| 678 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 679 | + rdfs:label "kilovolt"^^xsd:string . | ||
| 680 | + | ||
| 681 | +ep-core:klbf | ||
| 682 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 683 | + rdfs:label "kilopound (force)"^^xsd:string . | ||
| 684 | + | ||
| 685 | +ep-core:km2 | ||
| 686 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 687 | + rdfs:label "square kilometres"^^xsd:string . | ||
| 688 | + | ||
| 689 | +ep-core:kpa_100m-1 | ||
| 690 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 691 | + rdfs:label "Kilopascal per 100 metres"^^xsd:string . | ||
| 692 | + | ||
| 693 | +ep-core:kpa_m-1 | ||
| 694 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 695 | + rdfs:label "Kilopascal per metre"^^xsd:string . | ||
| 696 | + | ||
| 697 | +ep-core:lbf | ||
| 698 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 699 | + rdfs:label "Pounds (force)"^^xsd:string . | ||
| 700 | + | ||
| 701 | +ep-core:lbf_ft-3 | ||
| 702 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 703 | + rdfs:label "pounds (force) per cubic foot"^^xsd:string . | ||
| 704 | + | ||
| 705 | +ep-core:lbf_ft_in-2 | ||
| 706 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 707 | + rdfs:label "pound foot per square inch"^^xsd:string . | ||
| 708 | + | ||
| 709 | +ep-core:lbf_usGal-1 | ||
| 710 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 711 | + rdfs:label "pounds (force) per US Gallon"^^xsd:string . | ||
| 712 | + | ||
| 713 | +ep-core:lbm_1000bbl-1 | ||
| 714 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 715 | + rdfs:label "pounds (mass) per 1000 barrels"^^xsd:string . | ||
| 716 | + | ||
| 717 | +ep-core:lbm_1000ukGallon-1 | ||
| 718 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 719 | + rdfs:label "pounds(mass) per 1000 UK Gallons"^^xsd:string . | ||
| 720 | + | ||
| 721 | +ep-core:lbm_1000usGallon-1 | ||
| 722 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 723 | + rdfs:label "pounds(mass) per 1000 US Gallons"^^xsd:string . | ||
| 724 | + | ||
| 725 | +ep-core:lbm_10bbl-1 | ||
| 726 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 727 | + rdfs:label "pounds (mass) per 10 barrels"^^xsd:string . | ||
| 728 | + | ||
| 729 | +ep-core:lbm_bbl-1 | ||
| 730 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 731 | + rdfs:label "pounds (mass) per barrel"^^xsd:string . | ||
| 732 | + | ||
| 733 | +ep-core:lbm_ft-3 | ||
| 734 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 735 | + rdfs:label "pounds (mass) per cubic foot"^^xsd:string . | ||
| 736 | + | ||
| 737 | +ep-core:lbm_in-3 | ||
| 738 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 739 | + rdfs:label "pounds (mass) per cubic inch"^^xsd:string . | ||
| 740 | + | ||
| 741 | +ep-core:lbm_millibarrel-1 | ||
| 742 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 743 | + rdfs:label "pounds (mass) per milli-barrel"^^xsd:string . | ||
| 744 | + | ||
| 745 | +ep-core:lbm_ukGallon-1 | ||
| 746 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 747 | + rdfs:label "pounds(mass) per UK Gallon"^^xsd:string . | ||
| 748 | + | ||
| 749 | +ep-core:lbm_usGallon-1 | ||
| 750 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 751 | + rdfs:label "pounds (mass) per US Gallon"^^xsd:string . | ||
| 752 | + | ||
| 753 | +ep-core:m2 | ||
| 754 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 755 | + rdfs:label "square metres"^^xsd:string . | ||
| 756 | + | ||
| 757 | +ep-core:m2_m-2 | ||
| 758 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 759 | + rdfs:label "square metres per square metre"^^xsd:string . | ||
| 760 | + | ||
| 761 | +ep-core:masseq_100g | ||
| 762 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 763 | + rdfs:label "mass equivalent (100 grams)"^^xsd:string . | ||
| 764 | + | ||
| 765 | +ep-core:masseq_g | ||
| 766 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 767 | + rdfs:label "mass equivalent (grams)"^^xsd:string . | ||
| 768 | + | ||
| 769 | +ep-core:masseq_kg | ||
| 770 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 771 | + rdfs:label "mass equivalent (kilograms)"^^xsd:string . | ||
| 772 | + | ||
| 773 | +ep-core:megaGramF | ||
| 774 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 775 | + rdfs:label "Megagram (force)"^^xsd:string . | ||
| 776 | + | ||
| 777 | +ep-core:megaNewton | ||
| 778 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 779 | + rdfs:label "Meganewton"^^xsd:string . | ||
| 780 | + | ||
| 781 | +ep-core:megagram_m-3 | ||
| 782 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 783 | + rdfs:label "Megagram m-3"^^xsd:string . | ||
| 784 | + | ||
| 785 | +ep-core:megavolt | ||
| 786 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 787 | + rdfs:label "Megavolt"^^xsd:string . | ||
| 788 | + | ||
| 789 | +ep-core:metre3_hour-1 | ||
| 790 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 791 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 792 | + rdfs:label "metre3 hour-1"^^xsd:string . | ||
| 793 | + | ||
| 794 | +ep-core:metre_s-2 | ||
| 795 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 796 | + rdfs:label "metres per second squared"^^xsd:string . | ||
| 797 | + | ||
| 798 | +ep-core:mgn | ||
| 799 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 800 | + rdfs:label "milliGn - normal acceleration"^^xsd:string . | ||
| 801 | + | ||
| 802 | +ep-core:mi2 | ||
| 803 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 804 | + rdfs:label "square miles"^^xsd:string . | ||
| 805 | + | ||
| 806 | +ep-core:microEuclid | ||
| 807 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 808 | + rdfs:label "MicroEuclid"^^xsd:string . | ||
| 809 | + | ||
| 810 | +ep-core:microNewton | ||
| 811 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 812 | + rdfs:label "MIcronewton"^^xsd:string . | ||
| 813 | + | ||
| 814 | +ep-core:microgram_cm-3 | ||
| 815 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 816 | + rdfs:label "microgram cm-3"^^xsd:string . | ||
| 817 | + | ||
| 818 | +ep-core:microvolt | ||
| 819 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 820 | + rdfs:label "microvolt"^^xsd:string . | ||
| 821 | + | ||
| 822 | +ep-core:milliEuclid | ||
| 823 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 824 | + rdfs:label "MilliEuclid"^^xsd:string . | ||
| 825 | + | ||
| 826 | +ep-core:milliNewton | ||
| 827 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 828 | + rdfs:label "Millinewton"^^xsd:string . | ||
| 829 | + | ||
| 830 | +ep-core:milliPa_second | ||
| 831 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 832 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 833 | + rdfs:label "MPa.second"^^xsd:string . | ||
| 834 | + | ||
| 835 | +ep-core:milligalileo | ||
| 836 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 837 | + rdfs:label "milligalileo"^^xsd:string . | ||
| 838 | + | ||
| 839 | +ep-core:milligram_dm-3 | ||
| 840 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 841 | + rdfs:label "milligram dm-3"^^xsd:string . | ||
| 842 | + | ||
| 843 | +ep-core:milligram_l-1 | ||
| 844 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 845 | + rdfs:label "milligrams per litre"^^xsd:string . | ||
| 846 | + | ||
| 847 | +ep-core:milligram_m-3 | ||
| 848 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 849 | + rdfs:label "milligram m-3"^^xsd:string . | ||
| 850 | + | ||
| 851 | +ep-core:milligram_usGallon-1 | ||
| 852 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 853 | + rdfs:label "milligrams per US Gallon"^^xsd:string . | ||
| 854 | + | ||
| 855 | +ep-core:millivolt | ||
| 856 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 857 | + rdfs:label "millivolt"^^xsd:string . | ||
| 858 | + | ||
| 859 | +ep-core:mj_cm-2 | ||
| 860 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 861 | + rdfs:label "millijoules per square centimetre"^^xsd:string . | ||
| 862 | + | ||
| 863 | +ep-core:mj_m-2 | ||
| 864 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 865 | + rdfs:label "millijoules per square metre"^^xsd:string . | ||
| 866 | + | ||
| 867 | +ep-core:mm2 | ||
| 868 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 869 | + rdfs:label "square millimetres"^^xsd:string . | ||
| 870 | + | ||
| 871 | +ep-core:mm2_mm-2 | ||
| 872 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 873 | + rdfs:label "square millimetres per square millimetre"^^xsd:string . | ||
| 874 | + | ||
| 875 | +ep-core:mpa_m-1 | ||
| 876 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 877 | + rdfs:label "megapascal per metre"^^xsd:string . | ||
| 878 | + | ||
| 879 | +ep-core:n_m-3 | ||
| 880 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 881 | + rdfs:label "Newtons per square metre"^^xsd:string . | ||
| 882 | + | ||
| 883 | +ep-core:n_m-E | ||
| 884 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 885 | + rdfs:comment "Another weird energy per area unit - not to be confused with newton metre measure of torque"^^xsd:string ; | ||
| 886 | + rdfs:label "joules per square centimetre"^^xsd:string . | ||
| 887 | + | ||
| 888 | +ep-core:nanoEuclid | ||
| 889 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 890 | + rdfs:label "NanoEuclid"^^xsd:string . | ||
| 891 | + | ||
| 892 | +ep-core:newton | ||
| 893 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 894 | + rdfs:label "Newton"^^xsd:string . | ||
| 895 | + | ||
| 896 | +ep-core:ozf | ||
| 897 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 898 | + rdfs:label "Ounces (force)"^^xsd:string . | ||
| 899 | + | ||
| 900 | +ep-core:pascal_m-1 | ||
| 901 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | ||
| 902 | + rdfs:label "Pascal per metre"^^xsd:string . | ||
| 903 | + | ||
| 904 | +ep-core:pdl | ||
| 905 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 906 | + rdfs:label "Poundal"^^xsd:string . | ||
| 907 | + | ||
| 908 | +ep-core:psi_1000ft-1 | ||
| 909 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 910 | + rdfs:label "psi per 1000ft"^^xsd:string . | ||
| 911 | + | ||
| 912 | +ep-core:psi_100ft-1 | ||
| 913 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 914 | + rdfs:label "psi per 100ft"^^xsd:string . | ||
| 915 | + | ||
| 916 | +ep-core:psi_ft-1 | ||
| 917 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 918 | + rdfs:label "psi per ft"^^xsd:string . | ||
| 919 | + | ||
| 920 | +ep-core:psi_m-1 | ||
| 921 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 922 | + rdfs:label "psi per metre"^^xsd:string . | ||
| 923 | + | ||
| 924 | +ep-core:radian_ft-1 | ||
| 925 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 926 | + rdfs:label "radians per ft"^^xsd:string . | ||
| 927 | + | ||
| 928 | +ep-core:radian_m-1 | ||
| 929 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 930 | + rdfs:label "radians per m"^^xsd:string . | ||
| 931 | + | ||
| 932 | +ep-core:radian_s-1 | ||
| 933 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 934 | + rdfs:label "radians per s"^^xsd:string . | ||
| 935 | + | ||
| 936 | +ep-core:rev_min-1 | ||
| 937 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 938 | + rdfs:label "revolutions per minute"^^xsd:string . | ||
| 939 | + | ||
| 940 | +ep-core:rev_s-1 | ||
| 941 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 942 | + rdfs:label "revolutions per second"^^xsd:string . | ||
| 943 | + | ||
| 944 | +ep-core:ten_megagram_m-3 | ||
| 945 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 946 | + rdfs:label "10 Megagram m-3"^^xsd:string . | ||
| 947 | + | ||
| 948 | +ep-core:thousand_barrel | ||
| 949 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 950 | + rdfs:label "thousand barrel"^^xsd:string . | ||
| 951 | + | ||
| 952 | +ep-core:ukTonF | ||
| 953 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 954 | + rdfs:label "UK Ton (force)"^^xsd:string . | ||
| 955 | + | ||
| 956 | +ep-core:um2 | ||
| 957 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 958 | + rdfs:label "square micrometres"^^xsd:string . | ||
| 959 | + | ||
| 960 | +ep-core:usTonF | ||
| 961 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 962 | + rdfs:label "US Ton (force)"^^xsd:string . | ||
| 963 | + | ||
| 964 | +ep-core:us_mi2 | ||
| 965 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 966 | + rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ; | ||
| 967 | + rdfs:label "square miles (US)"^^xsd:string . | ||
| 968 | + | ||
| 969 | +ep-core:volt | ||
| 970 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 971 | + rdfs:label "Volt"^^xsd:string . | ||
| 972 | + | ||
| 973 | +ep-core:yd2 | ||
| 974 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 975 | + rdfs:label "square yards"^^xsd:string . | ||
| 976 | +>>>>>>> IanMon1 | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment