David Leal

Chemical component bug fixed and properties transfered to the transhelp schema

...@@ -144,6 +144,11 @@ ep-material:Chemical ...@@ -144,6 +144,11 @@ ep-material:Chemical
144 rdfs:label "chemical"^^xsd:string ; 144 rdfs:label "chemical"^^xsd:string ;
145 rdfs:subClassOf ep-material:Material . 145 rdfs:subClassOf ep-material:Material .
146 146
147 +ep-material:ChemicalType
148 + rdf:type rdfs:Class ;
149 + rdfs:label "chemical type"^^xsd:string ;
150 + rdfs:subClassOf owl:Class .
151 +
147 ep-material:Chloride 152 ep-material:Chloride
148 rdf:type owl:Class ; 153 rdf:type owl:Class ;
149 rdfs:label "chloride"^^xsd:string ; 154 rdfs:label "chloride"^^xsd:string ;
...@@ -423,7 +428,7 @@ ep-material:OtherInjectionFluid ...@@ -423,7 +428,7 @@ ep-material:OtherInjectionFluid
423 rdfs:subClassOf ep-material:Fluid . 428 rdfs:subClassOf ep-material:Fluid .
424 429
425 ep-material:Pentane 430 ep-material:Pentane
426 - rdf:type owl:Class , ep-material:SubstanceType ; 431 + rdf:type ep-material:SubstanceType , owl:Class ;
427 rdfs:label "pentane"^^xsd:string ; 432 rdfs:label "pentane"^^xsd:string ;
428 rdfs:subClassOf ep-material:Material . 433 rdfs:subClassOf ep-material:Material .
429 434
...@@ -438,7 +443,7 @@ ep-material:PlusFraction ...@@ -438,7 +443,7 @@ ep-material:PlusFraction
438 rdfs:subClassOf ep-material:Fluid . 443 rdfs:subClassOf ep-material:Fluid .
439 444
440 ep-material:Propane 445 ep-material:Propane
441 - rdf:type owl:Class , ep-material:SubstanceType ; 446 + rdf:type ep-material:SubstanceType , owl:Class ;
442 rdfs:label "propane"^^xsd:string ; 447 rdfs:label "propane"^^xsd:string ;
443 rdfs:subClassOf ep-material:Material . 448 rdfs:subClassOf ep-material:Material .
444 449
...@@ -518,7 +523,7 @@ ep-material:Water-processed ...@@ -518,7 +523,7 @@ ep-material:Water-processed
518 rdfs:subClassOf ep-material:Material . 523 rdfs:subClassOf ep-material:Material .
519 524
520 ep-material:firstMaterialOfPair 525 ep-material:firstMaterialOfPair
521 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 526 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
522 rdfs:domain ep-material:MaterialPair ; 527 rdfs:domain ep-material:MaterialPair ;
523 rdfs:label "first material of pair"^^xsd:string ; 528 rdfs:label "first material of pair"^^xsd:string ;
524 rdfs:range ep-material:Material . 529 rdfs:range ep-material:Material .
...@@ -539,495 +544,495 @@ ep-material:hasNonPrimaryComponent ...@@ -539,495 +544,495 @@ ep-material:hasNonPrimaryComponent
539 rdfs:subPropertyOf ep-material:hasComponent . 544 rdfs:subPropertyOf ep-material:hasComponent .
540 545
541 ep-material:hasPrimaryComponent 546 ep-material:hasPrimaryComponent
542 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 547 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
543 rdfs:domain ep-material:Material ; 548 rdfs:domain ep-material:Material ;
544 rdfs:label "has primary component"^^xsd:string ; 549 rdfs:label "has primary component"^^xsd:string ;
545 rdfs:range ep-material:Material ; 550 rdfs:range ep-material:Material ;
546 rdfs:subPropertyOf ep-material:hasComponent . 551 rdfs:subPropertyOf ep-material:hasComponent .
547 552
548 ep-material:massRatio 553 ep-material:massRatio
549 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 554 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
550 rdfs:domain ep-material:MaterialPair ; 555 rdfs:domain ep-material:MaterialPair ;
551 rdfs:label "mass ratio"^^xsd:string ; 556 rdfs:label "mass ratio"^^xsd:string ;
552 rdfs:range ep-core:Ratio . 557 rdfs:range ep-core:Ratio .
553 558
554 ep-material:moleRatio 559 ep-material:moleRatio
555 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 560 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
556 rdfs:domain ep-material:MaterialPair ; 561 rdfs:domain ep-material:MaterialPair ;
557 rdfs:label "mole ratio"^^xsd:string ; 562 rdfs:label "mole ratio"^^xsd:string ;
558 rdfs:range ep-core:Ratio . 563 rdfs:range ep-core:Ratio .
559 564
560 ep-material:partMaterialOfPair 565 ep-material:partMaterialOfPair
561 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 566 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
562 rdfs:domain ep-material:MaterialPartWholePair ; 567 rdfs:domain ep-material:MaterialPartWholePair ;
563 rdfs:label "part material of pair"^^xsd:string ; 568 rdfs:label "part material of pair"^^xsd:string ;
564 rdfs:range ep-material:Material ; 569 rdfs:range ep-material:Material ;
565 rdfs:subPropertyOf ep-material:firstMaterialOfPair . 570 rdfs:subPropertyOf ep-material:firstMaterialOfPair .
566 571
567 ep-material:secondMaterialOfPair 572 ep-material:secondMaterialOfPair
568 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 573 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
569 rdfs:domain ep-material:MaterialPair ; 574 rdfs:domain ep-material:MaterialPair ;
570 rdfs:label "second material of pair"^^xsd:string ; 575 rdfs:label "second material of pair"^^xsd:string ;
571 rdfs:range ep-material:Material . 576 rdfs:range ep-material:Material .
572 577
573 ep-material:substance-11dmcyPentane 578 ep-material:substance-11dmcyPentane
574 - rdf:type owl:Class , ep-material:SubstanceType ; 579 + rdf:type ep-material:SubstanceType , owl:Class ;
575 rdfs:label "11dmcy pentane"^^xsd:string ; 580 rdfs:label "11dmcy pentane"^^xsd:string ;
576 rdfs:subClassOf ep-material:Material . 581 rdfs:subClassOf ep-material:Material .
577 582
578 ep-material:substance-124tmBenzene 583 ep-material:substance-124tmBenzene
579 - rdf:type owl:Class , ep-material:SubstanceType ; 584 + rdf:type ep-material:SubstanceType , owl:Class ;
580 rdfs:label "124tm benzene"^^xsd:string ; 585 rdfs:label "124tm benzene"^^xsd:string ;
581 rdfs:subClassOf ep-material:Material . 586 rdfs:subClassOf ep-material:Material .
582 587
583 ep-material:substance-12dmBenzene 588 ep-material:substance-12dmBenzene
584 - rdf:type owl:Class , ep-material:SubstanceType ; 589 + rdf:type ep-material:SubstanceType , owl:Class ;
585 rdfs:label "12dm benzene"^^xsd:string ; 590 rdfs:label "12dm benzene"^^xsd:string ;
586 rdfs:subClassOf ep-material:Material . 591 rdfs:subClassOf ep-material:Material .
587 592
588 ep-material:substance-13dmBenzene 593 ep-material:substance-13dmBenzene
589 - rdf:type owl:Class , ep-material:SubstanceType ; 594 + rdf:type ep-material:SubstanceType , owl:Class ;
590 rdfs:label "13dm benzene"^^xsd:string ; 595 rdfs:label "13dm benzene"^^xsd:string ;
591 rdfs:subClassOf ep-material:Material . 596 rdfs:subClassOf ep-material:Material .
592 597
593 ep-material:substance-14dmBenzene 598 ep-material:substance-14dmBenzene
594 - rdf:type owl:Class , ep-material:SubstanceType ; 599 + rdf:type ep-material:SubstanceType , owl:Class ;
595 rdfs:label "14dm benzene"^^xsd:string ; 600 rdfs:label "14dm benzene"^^xsd:string ;
596 rdfs:subClassOf ep-material:Material . 601 rdfs:subClassOf ep-material:Material .
597 602
598 ep-material:substance-223tmButane 603 ep-material:substance-223tmButane
599 - rdf:type owl:Class , ep-material:SubstanceType ; 604 + rdf:type ep-material:SubstanceType , owl:Class ;
600 rdfs:label "223tm butane"^^xsd:string ; 605 rdfs:label "223tm butane"^^xsd:string ;
601 rdfs:subClassOf ep-material:Material . 606 rdfs:subClassOf ep-material:Material .
602 607
603 ep-material:substance-223tmPentane 608 ep-material:substance-223tmPentane
604 - rdf:type owl:Class , ep-material:SubstanceType ; 609 + rdf:type ep-material:SubstanceType , owl:Class ;
605 rdfs:label "223tm pentane"^^xsd:string ; 610 rdfs:label "223tm pentane"^^xsd:string ;
606 rdfs:subClassOf ep-material:Material . 611 rdfs:subClassOf ep-material:Material .
607 612
608 ep-material:substance-22dmButane 613 ep-material:substance-22dmButane
609 - rdf:type owl:Class , ep-material:SubstanceType ; 614 + rdf:type ep-material:SubstanceType , owl:Class ;
610 rdfs:label "22dm butane"^^xsd:string ; 615 rdfs:label "22dm butane"^^xsd:string ;
611 rdfs:subClassOf ep-material:Material . 616 rdfs:subClassOf ep-material:Material .
612 617
613 ep-material:substance-22dmHexane 618 ep-material:substance-22dmHexane
614 - rdf:type owl:Class , ep-material:SubstanceType ; 619 + rdf:type ep-material:SubstanceType , owl:Class ;
615 rdfs:label "22dm hexane"^^xsd:string ; 620 rdfs:label "22dm hexane"^^xsd:string ;
616 rdfs:subClassOf ep-material:Material . 621 rdfs:subClassOf ep-material:Material .
617 622
618 ep-material:substance-22dmPentane 623 ep-material:substance-22dmPentane
619 - rdf:type owl:Class , ep-material:SubstanceType ; 624 + rdf:type ep-material:SubstanceType , owl:Class ;
620 rdfs:label "22dm pentane"^^xsd:string ; 625 rdfs:label "22dm pentane"^^xsd:string ;
621 rdfs:subClassOf ep-material:Material . 626 rdfs:subClassOf ep-material:Material .
622 627
623 ep-material:substance-22dmPropane 628 ep-material:substance-22dmPropane
624 - rdf:type owl:Class , ep-material:SubstanceType ; 629 + rdf:type ep-material:SubstanceType , owl:Class ;
625 rdfs:label "22dm propane"^^xsd:string ; 630 rdfs:label "22dm propane"^^xsd:string ;
626 rdfs:subClassOf ep-material:Material . 631 rdfs:subClassOf ep-material:Material .
627 632
628 ep-material:substance-23dmButane 633 ep-material:substance-23dmButane
629 - rdf:type owl:Class , ep-material:SubstanceType ; 634 + rdf:type ep-material:SubstanceType , owl:Class ;
630 rdfs:label "23dm butane"^^xsd:string ; 635 rdfs:label "23dm butane"^^xsd:string ;
631 rdfs:subClassOf ep-material:Material . 636 rdfs:subClassOf ep-material:Material .
632 637
633 ep-material:substance-23dmPentane 638 ep-material:substance-23dmPentane
634 - rdf:type owl:Class , ep-material:SubstanceType ; 639 + rdf:type ep-material:SubstanceType , owl:Class ;
635 rdfs:label "23dm pentane"^^xsd:string ; 640 rdfs:label "23dm pentane"^^xsd:string ;
636 rdfs:subClassOf ep-material:Material . 641 rdfs:subClassOf ep-material:Material .
637 642
638 ep-material:substance-24dmHexane 643 ep-material:substance-24dmHexane
639 - rdf:type owl:Class , ep-material:SubstanceType ; 644 + rdf:type ep-material:SubstanceType , owl:Class ;
640 rdfs:label "24dm hexane"^^xsd:string ; 645 rdfs:label "24dm hexane"^^xsd:string ;
641 rdfs:subClassOf ep-material:Material . 646 rdfs:subClassOf ep-material:Material .
642 647
643 ep-material:substance-24dmPentane 648 ep-material:substance-24dmPentane
644 - rdf:type owl:Class , ep-material:SubstanceType ; 649 + rdf:type ep-material:SubstanceType , owl:Class ;
645 rdfs:label "24dm pentane"^^xsd:string ; 650 rdfs:label "24dm pentane"^^xsd:string ;
646 rdfs:subClassOf ep-material:Material . 651 rdfs:subClassOf ep-material:Material .
647 652
648 ep-material:substance-25dmHexane 653 ep-material:substance-25dmHexane
649 - rdf:type owl:Class , ep-material:SubstanceType ; 654 + rdf:type ep-material:SubstanceType , owl:Class ;
650 rdfs:label "25dm hexane"^^xsd:string ; 655 rdfs:label "25dm hexane"^^xsd:string ;
651 rdfs:subClassOf ep-material:Material . 656 rdfs:subClassOf ep-material:Material .
652 657
653 ep-material:substance-2mButane 658 ep-material:substance-2mButane
654 - rdf:type owl:Class , ep-material:SubstanceType ; 659 + rdf:type ep-material:SubstanceType , owl:Class ;
655 rdfs:label "2m butane"^^xsd:string ; 660 rdfs:label "2m butane"^^xsd:string ;
656 rdfs:subClassOf ep-material:Material . 661 rdfs:subClassOf ep-material:Material .
657 662
658 ep-material:substance-2mHexane 663 ep-material:substance-2mHexane
659 - rdf:type owl:Class , ep-material:SubstanceType ; 664 + rdf:type ep-material:SubstanceType , owl:Class ;
660 rdfs:label "2m hexane"^^xsd:string ; 665 rdfs:label "2m hexane"^^xsd:string ;
661 rdfs:subClassOf ep-material:Material . 666 rdfs:subClassOf ep-material:Material .
662 667
663 ep-material:substance-2mPentane 668 ep-material:substance-2mPentane
664 - rdf:type owl:Class , ep-material:SubstanceType ; 669 + rdf:type ep-material:SubstanceType , owl:Class ;
665 rdfs:label "2m pentane"^^xsd:string ; 670 rdfs:label "2m pentane"^^xsd:string ;
666 rdfs:subClassOf ep-material:Material . 671 rdfs:subClassOf ep-material:Material .
667 672
668 ep-material:substance-2mPropane 673 ep-material:substance-2mPropane
669 - rdf:type owl:Class , ep-material:SubstanceType ; 674 + rdf:type ep-material:SubstanceType , owl:Class ;
670 rdfs:label "2m propane"^^xsd:string ; 675 rdfs:label "2m propane"^^xsd:string ;
671 rdfs:subClassOf ep-material:Material . 676 rdfs:subClassOf ep-material:Material .
672 677
673 ep-material:substance-33dmPentane 678 ep-material:substance-33dmPentane
674 - rdf:type owl:Class , ep-material:SubstanceType ; 679 + rdf:type ep-material:SubstanceType , owl:Class ;
675 rdfs:label "33dm pentane"^^xsd:string ; 680 rdfs:label "33dm pentane"^^xsd:string ;
676 rdfs:subClassOf ep-material:Material . 681 rdfs:subClassOf ep-material:Material .
677 682
678 ep-material:substance-3etPentane 683 ep-material:substance-3etPentane
679 - rdf:type owl:Class , ep-material:SubstanceType ; 684 + rdf:type ep-material:SubstanceType , owl:Class ;
680 rdfs:label "3et pentane"^^xsd:string ; 685 rdfs:label "3et pentane"^^xsd:string ;
681 rdfs:subClassOf ep-material:Material . 686 rdfs:subClassOf ep-material:Material .
682 687
683 ep-material:substance-3mHexane 688 ep-material:substance-3mHexane
684 - rdf:type owl:Class , ep-material:SubstanceType ; 689 + rdf:type ep-material:SubstanceType , owl:Class ;
685 rdfs:label "3m hexane"^^xsd:string ; 690 rdfs:label "3m hexane"^^xsd:string ;
686 rdfs:subClassOf ep-material:Material . 691 rdfs:subClassOf ep-material:Material .
687 692
688 ep-material:substance-3mPentane 693 ep-material:substance-3mPentane
689 - rdf:type owl:Class , ep-material:SubstanceType ; 694 + rdf:type ep-material:SubstanceType , owl:Class ;
690 rdfs:label "3m pentane"^^xsd:string ; 695 rdfs:label "3m pentane"^^xsd:string ;
691 rdfs:subClassOf ep-material:Material . 696 rdfs:subClassOf ep-material:Material .
692 697
693 ep-material:substance-Ar 698 ep-material:substance-Ar
694 - rdf:type owl:Class , ep-material:SubstanceType ; 699 + rdf:type ep-material:SubstanceType , owl:Class ;
695 - rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; 700 + rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ;
696 rdfs:subClassOf ep-material:Material . 701 rdfs:subClassOf ep-material:Material .
697 702
698 ep-material:substance-Benzene 703 ep-material:substance-Benzene
699 - rdf:type owl:Class , ep-material:SubstanceType ; 704 + rdf:type ep-material:SubstanceType , owl:Class ;
700 rdfs:label "benzene"^^xsd:string ; 705 rdfs:label "benzene"^^xsd:string ;
701 rdfs:subClassOf ep-material:Material . 706 rdfs:subClassOf ep-material:Material .
702 707
703 ep-material:substance-Butane 708 ep-material:substance-Butane
704 - rdf:type owl:Class , ep-material:SubstanceType ; 709 + rdf:type ep-material:SubstanceType , owl:Class ;
705 rdfs:label "butane"^^xsd:string ; 710 rdfs:label "butane"^^xsd:string ;
706 rdfs:subClassOf ep-material:Material . 711 rdfs:subClassOf ep-material:Material .
707 712
708 ep-material:substance-C11F 713 ep-material:substance-C11F
709 - rdf:type owl:Class , ep-material:SubstanceType ; 714 + rdf:type ep-material:SubstanceType , owl:Class ;
710 rdfs:label "C11F"^^xsd:string ; 715 rdfs:label "C11F"^^xsd:string ;
711 rdfs:subClassOf ep-material:Material . 716 rdfs:subClassOf ep-material:Material .
712 717
713 ep-material:substance-C12F 718 ep-material:substance-C12F
714 - rdf:type owl:Class , ep-material:SubstanceType ; 719 + rdf:type ep-material:SubstanceType , owl:Class ;
715 rdfs:label "C12F"^^xsd:string ; 720 rdfs:label "C12F"^^xsd:string ;
716 rdfs:subClassOf ep-material:Material . 721 rdfs:subClassOf ep-material:Material .
717 722
718 ep-material:substance-C13F 723 ep-material:substance-C13F
719 - rdf:type owl:Class , ep-material:SubstanceType ; 724 + rdf:type ep-material:SubstanceType , owl:Class ;
720 rdfs:label "C13F"^^xsd:string ; 725 rdfs:label "C13F"^^xsd:string ;
721 rdfs:subClassOf ep-material:Material . 726 rdfs:subClassOf ep-material:Material .
722 727
723 ep-material:substance-C13dmcyPentane 728 ep-material:substance-C13dmcyPentane
724 - rdf:type owl:Class , ep-material:SubstanceType ; 729 + rdf:type ep-material:SubstanceType , owl:Class ;
725 rdfs:label "c13dmcy pentane"^^xsd:string ; 730 rdfs:label "c13dmcy pentane"^^xsd:string ;
726 rdfs:subClassOf ep-material:Material . 731 rdfs:subClassOf ep-material:Material .
727 732
728 ep-material:substance-C14F 733 ep-material:substance-C14F
729 - rdf:type owl:Class , ep-material:SubstanceType ; 734 + rdf:type ep-material:SubstanceType , owl:Class ;
730 rdfs:label "C14F"^^xsd:string ; 735 rdfs:label "C14F"^^xsd:string ;
731 rdfs:subClassOf ep-material:Material . 736 rdfs:subClassOf ep-material:Material .
732 737
733 ep-material:substance-C15F 738 ep-material:substance-C15F
734 - rdf:type owl:Class , ep-material:SubstanceType ; 739 + rdf:type ep-material:SubstanceType , owl:Class ;
735 rdfs:label "C15F"^^xsd:string ; 740 rdfs:label "C15F"^^xsd:string ;
736 rdfs:subClassOf ep-material:Material . 741 rdfs:subClassOf ep-material:Material .
737 742
738 ep-material:substance-C16F 743 ep-material:substance-C16F
739 - rdf:type owl:Class , ep-material:SubstanceType ; 744 + rdf:type ep-material:SubstanceType , owl:Class ;
740 rdfs:label "C16F"^^xsd:string ; 745 rdfs:label "C16F"^^xsd:string ;
741 rdfs:subClassOf ep-material:Material . 746 rdfs:subClassOf ep-material:Material .
742 747
743 ep-material:substance-C17F 748 ep-material:substance-C17F
744 - rdf:type owl:Class , ep-material:SubstanceType ; 749 + rdf:type ep-material:SubstanceType , owl:Class ;
745 rdfs:label "C17F"^^xsd:string ; 750 rdfs:label "C17F"^^xsd:string ;
746 rdfs:subClassOf ep-material:Material . 751 rdfs:subClassOf ep-material:Material .
747 752
748 ep-material:substance-C18F 753 ep-material:substance-C18F
749 - rdf:type owl:Class , ep-material:SubstanceType ; 754 + rdf:type ep-material:SubstanceType , owl:Class ;
750 rdfs:label "C18F"^^xsd:string ; 755 rdfs:label "C18F"^^xsd:string ;
751 rdfs:subClassOf ep-material:Material . 756 rdfs:subClassOf ep-material:Material .
752 757
753 ep-material:substance-C19F 758 ep-material:substance-C19F
754 - rdf:type owl:Class , ep-material:SubstanceType ; 759 + rdf:type ep-material:SubstanceType , owl:Class ;
755 rdfs:label "C19F"^^xsd:string ; 760 rdfs:label "C19F"^^xsd:string ;
756 rdfs:subClassOf ep-material:Material . 761 rdfs:subClassOf ep-material:Material .
757 762
758 ep-material:substance-C20F 763 ep-material:substance-C20F
759 - rdf:type owl:Class , ep-material:SubstanceType ; 764 + rdf:type ep-material:SubstanceType , owl:Class ;
760 rdfs:label "C20F"^^xsd:string ; 765 rdfs:label "C20F"^^xsd:string ;
761 rdfs:subClassOf ep-material:Material . 766 rdfs:subClassOf ep-material:Material .
762 767
763 ep-material:substance-C21F 768 ep-material:substance-C21F
764 - rdf:type owl:Class , ep-material:SubstanceType ; 769 + rdf:type ep-material:SubstanceType , owl:Class ;
765 rdfs:label "C21F"^^xsd:string ; 770 rdfs:label "C21F"^^xsd:string ;
766 rdfs:subClassOf ep-material:Material . 771 rdfs:subClassOf ep-material:Material .
767 772
768 ep-material:substance-C22F 773 ep-material:substance-C22F
769 - rdf:type owl:Class , ep-material:SubstanceType ; 774 + rdf:type ep-material:SubstanceType , owl:Class ;
770 rdfs:label "C22F"^^xsd:string ; 775 rdfs:label "C22F"^^xsd:string ;
771 rdfs:subClassOf ep-material:Material . 776 rdfs:subClassOf ep-material:Material .
772 777
773 ep-material:substance-C23F 778 ep-material:substance-C23F
774 - rdf:type owl:Class , ep-material:SubstanceType ; 779 + rdf:type ep-material:SubstanceType , owl:Class ;
775 rdfs:label "C23F"^^xsd:string ; 780 rdfs:label "C23F"^^xsd:string ;
776 rdfs:subClassOf ep-material:Material . 781 rdfs:subClassOf ep-material:Material .
777 782
778 ep-material:substance-C24F 783 ep-material:substance-C24F
779 - rdf:type owl:Class , ep-material:SubstanceType ; 784 + rdf:type ep-material:SubstanceType , owl:Class ;
780 rdfs:label "C24F"^^xsd:string ; 785 rdfs:label "C24F"^^xsd:string ;
781 rdfs:subClassOf ep-material:Material . 786 rdfs:subClassOf ep-material:Material .
782 787
783 ep-material:substance-C25F 788 ep-material:substance-C25F
784 - rdf:type owl:Class , ep-material:SubstanceType ; 789 + rdf:type ep-material:SubstanceType , owl:Class ;
785 rdfs:label "C25F"^^xsd:string ; 790 rdfs:label "C25F"^^xsd:string ;
786 rdfs:subClassOf ep-material:Material . 791 rdfs:subClassOf ep-material:Material .
787 792
788 ep-material:substance-C26F 793 ep-material:substance-C26F
789 - rdf:type owl:Class , ep-material:SubstanceType ; 794 + rdf:type ep-material:SubstanceType , owl:Class ;
790 rdfs:label "C26F"^^xsd:string ; 795 rdfs:label "C26F"^^xsd:string ;
791 rdfs:subClassOf ep-material:Material . 796 rdfs:subClassOf ep-material:Material .
792 797
793 ep-material:substance-C27F 798 ep-material:substance-C27F
794 - rdf:type owl:Class , ep-material:SubstanceType ; 799 + rdf:type ep-material:SubstanceType , owl:Class ;
795 rdfs:label "C27F"^^xsd:string ; 800 rdfs:label "C27F"^^xsd:string ;
796 rdfs:subClassOf ep-material:Material . 801 rdfs:subClassOf ep-material:Material .
797 802
798 ep-material:substance-C28F 803 ep-material:substance-C28F
799 - rdf:type owl:Class , ep-material:SubstanceType ; 804 + rdf:type ep-material:SubstanceType , owl:Class ;
800 rdfs:label "C28F"^^xsd:string ; 805 rdfs:label "C28F"^^xsd:string ;
801 rdfs:subClassOf ep-material:Material . 806 rdfs:subClassOf ep-material:Material .
802 807
803 ep-material:substance-C29F 808 ep-material:substance-C29F
804 - rdf:type owl:Class , ep-material:SubstanceType ; 809 + rdf:type ep-material:SubstanceType , owl:Class ;
805 rdfs:label "C29F"^^xsd:string ; 810 rdfs:label "C29F"^^xsd:string ;
806 rdfs:subClassOf ep-material:Material . 811 rdfs:subClassOf ep-material:Material .
807 812
808 ep-material:substance-C30F 813 ep-material:substance-C30F
809 - rdf:type owl:Class , ep-material:SubstanceType ; 814 + rdf:type ep-material:SubstanceType , owl:Class ;
810 rdfs:label "C30F"^^xsd:string ; 815 rdfs:label "C30F"^^xsd:string ;
811 rdfs:subClassOf ep-material:Material . 816 rdfs:subClassOf ep-material:Material .
812 817
813 ep-material:substance-C31F 818 ep-material:substance-C31F
814 - rdf:type owl:Class , ep-material:SubstanceType ; 819 + rdf:type ep-material:SubstanceType , owl:Class ;
815 rdfs:label "C31F"^^xsd:string ; 820 rdfs:label "C31F"^^xsd:string ;
816 rdfs:subClassOf ep-material:Material . 821 rdfs:subClassOf ep-material:Material .
817 822
818 ep-material:substance-C32F 823 ep-material:substance-C32F
819 - rdf:type owl:Class , ep-material:SubstanceType ; 824 + rdf:type ep-material:SubstanceType , owl:Class ;
820 rdfs:label "C32F"^^xsd:string ; 825 rdfs:label "C32F"^^xsd:string ;
821 rdfs:subClassOf ep-material:Material . 826 rdfs:subClassOf ep-material:Material .
822 827
823 ep-material:substance-C33F 828 ep-material:substance-C33F
824 - rdf:type owl:Class , ep-material:SubstanceType ; 829 + rdf:type ep-material:SubstanceType , owl:Class ;
825 rdfs:label "C33F"^^xsd:string ; 830 rdfs:label "C33F"^^xsd:string ;
826 rdfs:subClassOf ep-material:Material . 831 rdfs:subClassOf ep-material:Material .
827 832
828 ep-material:substance-C34F 833 ep-material:substance-C34F
829 - rdf:type owl:Class , ep-material:SubstanceType ; 834 + rdf:type ep-material:SubstanceType , owl:Class ;
830 rdfs:label "C34F"^^xsd:string ; 835 rdfs:label "C34F"^^xsd:string ;
831 rdfs:subClassOf ep-material:Material . 836 rdfs:subClassOf ep-material:Material .
832 837
833 ep-material:substance-C35F 838 ep-material:substance-C35F
834 - rdf:type owl:Class , ep-material:SubstanceType ; 839 + rdf:type ep-material:SubstanceType , owl:Class ;
835 rdfs:label "C35F"^^xsd:string ; 840 rdfs:label "C35F"^^xsd:string ;
836 rdfs:subClassOf ep-material:Material . 841 rdfs:subClassOf ep-material:Material .
837 842
838 ep-material:substance-C36F 843 ep-material:substance-C36F
839 - rdf:type owl:Class , ep-material:SubstanceType ; 844 + rdf:type ep-material:SubstanceType , owl:Class ;
840 rdfs:label "C36F"^^xsd:string ; 845 rdfs:label "C36F"^^xsd:string ;
841 rdfs:subClassOf ep-material:Material . 846 rdfs:subClassOf ep-material:Material .
842 847
843 ep-material:substance-C37F 848 ep-material:substance-C37F
844 - rdf:type owl:Class , ep-material:SubstanceType ; 849 + rdf:type ep-material:SubstanceType , owl:Class ;
845 rdfs:label "C37F"^^xsd:string ; 850 rdfs:label "C37F"^^xsd:string ;
846 rdfs:subClassOf ep-material:Material . 851 rdfs:subClassOf ep-material:Material .
847 852
848 ep-material:substance-C38F 853 ep-material:substance-C38F
849 - rdf:type owl:Class , ep-material:SubstanceType ; 854 + rdf:type ep-material:SubstanceType , owl:Class ;
850 rdfs:label "C38F"^^xsd:string ; 855 rdfs:label "C38F"^^xsd:string ;
851 rdfs:subClassOf ep-material:Material . 856 rdfs:subClassOf ep-material:Material .
852 857
853 ep-material:substance-C39F 858 ep-material:substance-C39F
854 - rdf:type owl:Class , ep-material:SubstanceType ; 859 + rdf:type ep-material:SubstanceType , owl:Class ;
855 rdfs:label "C39F"^^xsd:string ; 860 rdfs:label "C39F"^^xsd:string ;
856 rdfs:subClassOf ep-material:Material . 861 rdfs:subClassOf ep-material:Material .
857 862
858 ep-material:substance-C40F 863 ep-material:substance-C40F
859 - rdf:type owl:Class , ep-material:SubstanceType ; 864 + rdf:type ep-material:SubstanceType , owl:Class ;
860 rdfs:label "C40F"^^xsd:string ; 865 rdfs:label "C40F"^^xsd:string ;
861 rdfs:subClassOf ep-material:Material . 866 rdfs:subClassOf ep-material:Material .
862 867
863 ep-material:substance-C41F 868 ep-material:substance-C41F
864 - rdf:type owl:Class , ep-material:SubstanceType ; 869 + rdf:type ep-material:SubstanceType , owl:Class ;
865 rdfs:label "C41F"^^xsd:string ; 870 rdfs:label "C41F"^^xsd:string ;
866 rdfs:subClassOf ep-material:Material . 871 rdfs:subClassOf ep-material:Material .
867 872
868 ep-material:substance-C42F 873 ep-material:substance-C42F
869 - rdf:type owl:Class , ep-material:SubstanceType ; 874 + rdf:type ep-material:SubstanceType , owl:Class ;
870 rdfs:label "C42F"^^xsd:string ; 875 rdfs:label "C42F"^^xsd:string ;
871 rdfs:subClassOf ep-material:Material . 876 rdfs:subClassOf ep-material:Material .
872 877
873 ep-material:substance-C43F 878 ep-material:substance-C43F
874 - rdf:type owl:Class , ep-material:SubstanceType ; 879 + rdf:type ep-material:SubstanceType , owl:Class ;
875 rdfs:label "C43F"^^xsd:string ; 880 rdfs:label "C43F"^^xsd:string ;
876 rdfs:subClassOf ep-material:Material . 881 rdfs:subClassOf ep-material:Material .
877 882
878 ep-material:substance-C44F 883 ep-material:substance-C44F
879 - rdf:type owl:Class , ep-material:SubstanceType ; 884 + rdf:type ep-material:SubstanceType , owl:Class ;
880 rdfs:label "C44F"^^xsd:string ; 885 rdfs:label "C44F"^^xsd:string ;
881 rdfs:subClassOf ep-material:Material . 886 rdfs:subClassOf ep-material:Material .
882 887
883 ep-material:substance-C45F 888 ep-material:substance-C45F
884 - rdf:type owl:Class , ep-material:SubstanceType ; 889 + rdf:type ep-material:SubstanceType , owl:Class ;
885 rdfs:label "C45F"^^xsd:string ; 890 rdfs:label "C45F"^^xsd:string ;
886 rdfs:subClassOf ep-material:Material . 891 rdfs:subClassOf ep-material:Material .
887 892
888 ep-material:substance-C46F 893 ep-material:substance-C46F
889 - rdf:type owl:Class , ep-material:SubstanceType ; 894 + rdf:type ep-material:SubstanceType , owl:Class ;
890 rdfs:label "C46F"^^xsd:string ; 895 rdfs:label "C46F"^^xsd:string ;
891 rdfs:subClassOf ep-material:Material . 896 rdfs:subClassOf ep-material:Material .
892 897
893 ep-material:substance-C47F 898 ep-material:substance-C47F
894 - rdf:type owl:Class , ep-material:SubstanceType ; 899 + rdf:type ep-material:SubstanceType , owl:Class ;
895 rdfs:label "C47F"^^xsd:string ; 900 rdfs:label "C47F"^^xsd:string ;
896 rdfs:subClassOf ep-material:Material . 901 rdfs:subClassOf ep-material:Material .
897 902
898 ep-material:substance-C48F 903 ep-material:substance-C48F
899 - rdf:type owl:Class , ep-material:SubstanceType ; 904 + rdf:type ep-material:SubstanceType , owl:Class ;
900 rdfs:label "C48F"^^xsd:string ; 905 rdfs:label "C48F"^^xsd:string ;
901 rdfs:subClassOf ep-material:Material . 906 rdfs:subClassOf ep-material:Material .
902 907
903 ep-material:substance-C49F 908 ep-material:substance-C49F
904 - rdf:type owl:Class , ep-material:SubstanceType ; 909 + rdf:type ep-material:SubstanceType , owl:Class ;
905 rdfs:label "C49F"^^xsd:string ; 910 rdfs:label "C49F"^^xsd:string ;
906 rdfs:subClassOf ep-material:Material . 911 rdfs:subClassOf ep-material:Material .
907 912
908 ep-material:substance-CO2 913 ep-material:substance-CO2
909 - rdf:type owl:Class , ep-material:SubstanceType ; 914 + rdf:type ep-material:SubstanceType , owl:Class ;
910 rdfs:label "CO2"^^xsd:string ; 915 rdfs:label "CO2"^^xsd:string ;
911 rdfs:subClassOf ep-material:Material . 916 rdfs:subClassOf ep-material:Material .
912 917
913 ep-material:substance-Cyclohexane 918 ep-material:substance-Cyclohexane
914 - rdf:type owl:Class , ep-material:SubstanceType ; 919 + rdf:type ep-material:SubstanceType , owl:Class ;
915 rdfs:label "cyclohexane"^^xsd:string ; 920 rdfs:label "cyclohexane"^^xsd:string ;
916 rdfs:subClassOf ep-material:Material . 921 rdfs:subClassOf ep-material:Material .
917 922
918 ep-material:substance-Cyclopentane 923 ep-material:substance-Cyclopentane
919 - rdf:type owl:Class , ep-material:SubstanceType ; 924 + rdf:type ep-material:SubstanceType , owl:Class ;
920 rdfs:label "cyclopentane"^^xsd:string ; 925 rdfs:label "cyclopentane"^^xsd:string ;
921 rdfs:subClassOf ep-material:Material . 926 rdfs:subClassOf ep-material:Material .
922 927
923 ep-material:substance-Decanes 928 ep-material:substance-Decanes
924 - rdf:type owl:Class , ep-material:SubstanceType ; 929 + rdf:type ep-material:SubstanceType , owl:Class ;
925 rdfs:label "decanes"^^xsd:string ; 930 rdfs:label "decanes"^^xsd:string ;
926 rdfs:subClassOf ep-material:Material . 931 rdfs:subClassOf ep-material:Material .
927 932
928 ep-material:substance-EtBenzene 933 ep-material:substance-EtBenzene
929 - rdf:type owl:Class , ep-material:SubstanceType ; 934 + rdf:type ep-material:SubstanceType , owl:Class ;
930 rdfs:label "et benzene"^^xsd:string ; 935 rdfs:label "et benzene"^^xsd:string ;
931 rdfs:subClassOf ep-material:Material . 936 rdfs:subClassOf ep-material:Material .
932 937
933 ep-material:substance-EtcyPentane 938 ep-material:substance-EtcyPentane
934 - rdf:type owl:Class , ep-material:SubstanceType ; 939 + rdf:type ep-material:SubstanceType , owl:Class ;
935 rdfs:label "etcy pentane"^^xsd:string ; 940 rdfs:label "etcy pentane"^^xsd:string ;
936 rdfs:subClassOf ep-material:Material . 941 rdfs:subClassOf ep-material:Material .
937 942
938 ep-material:substance-Ethane 943 ep-material:substance-Ethane
939 - rdf:type owl:Class , ep-material:SubstanceType ; 944 + rdf:type ep-material:SubstanceType , owl:Class ;
940 rdfs:label "ethane"^^xsd:string ; 945 rdfs:label "ethane"^^xsd:string ;
941 rdfs:subClassOf ep-material:Material . 946 rdfs:subClassOf ep-material:Material .
942 947
943 ep-material:substance-H2 948 ep-material:substance-H2
944 - rdf:type owl:Class , ep-material:SubstanceType ; 949 + rdf:type ep-material:SubstanceType , owl:Class ;
945 rdfs:label "H2"^^xsd:string ; 950 rdfs:label "H2"^^xsd:string ;
946 rdfs:subClassOf ep-material:Material . 951 rdfs:subClassOf ep-material:Material .
947 952
948 ep-material:substance-H2O 953 ep-material:substance-H2O
949 - rdf:type owl:Class , ep-material:SubstanceType ; 954 + rdf:type ep-material:SubstanceType , owl:Class ;
950 rdfs:label "H2O"^^xsd:string ; 955 rdfs:label "H2O"^^xsd:string ;
951 rdfs:subClassOf ep-material:Material . 956 rdfs:subClassOf ep-material:Material .
952 957
953 ep-material:substance-H2S 958 ep-material:substance-H2S
954 - rdf:type owl:Class , ep-material:SubstanceType ; 959 + rdf:type ep-material:SubstanceType , owl:Class ;
955 rdfs:label "H2S"^^xsd:string ; 960 rdfs:label "H2S"^^xsd:string ;
956 rdfs:subClassOf ep-material:Material . 961 rdfs:subClassOf ep-material:Material .
957 962
958 ep-material:substance-Heptanes 963 ep-material:substance-Heptanes
959 - rdf:type owl:Class , ep-material:SubstanceType ; 964 + rdf:type ep-material:SubstanceType , owl:Class ;
960 rdfs:label "heptanes"^^xsd:string ; 965 rdfs:label "heptanes"^^xsd:string ;
961 rdfs:subClassOf ep-material:Material . 966 rdfs:subClassOf ep-material:Material .
962 967
963 ep-material:substance-Hexane 968 ep-material:substance-Hexane
964 - rdf:type owl:Class , ep-material:SubstanceType ; 969 + rdf:type ep-material:SubstanceType , owl:Class ;
965 rdfs:label "hexane"^^xsd:string ; 970 rdfs:label "hexane"^^xsd:string ;
966 rdfs:subClassOf ep-material:Material . 971 rdfs:subClassOf ep-material:Material .
967 972
968 ep-material:substance-Hexanes 973 ep-material:substance-Hexanes
969 - rdf:type owl:Class , ep-material:SubstanceType ; 974 + rdf:type ep-material:SubstanceType , owl:Class ;
970 rdfs:label "hexanes"^^xsd:string ; 975 rdfs:label "hexanes"^^xsd:string ;
971 rdfs:subClassOf ep-material:Material . 976 rdfs:subClassOf ep-material:Material .
972 977
973 ep-material:substance-MBenzene 978 ep-material:substance-MBenzene
974 - rdf:type owl:Class , ep-material:SubstanceType ; 979 + rdf:type ep-material:SubstanceType , owl:Class ;
975 rdfs:label "m benzene"^^xsd:string ; 980 rdfs:label "m benzene"^^xsd:string ;
976 rdfs:subClassOf ep-material:Material . 981 rdfs:subClassOf ep-material:Material .
977 982
978 ep-material:substance-McyHexane 983 ep-material:substance-McyHexane
979 - rdf:type owl:Class , ep-material:SubstanceType ; 984 + rdf:type ep-material:SubstanceType , owl:Class ;
980 rdfs:label "mcy hexane"^^xsd:string ; 985 rdfs:label "mcy hexane"^^xsd:string ;
981 rdfs:subClassOf ep-material:Material . 986 rdfs:subClassOf ep-material:Material .
982 987
983 ep-material:substance-McyPentane 988 ep-material:substance-McyPentane
984 - rdf:type owl:Class , ep-material:SubstanceType ; 989 + rdf:type ep-material:SubstanceType , owl:Class ;
985 rdfs:label "mcy pentane"^^xsd:string ; 990 rdfs:label "mcy pentane"^^xsd:string ;
986 rdfs:subClassOf ep-material:Material . 991 rdfs:subClassOf ep-material:Material .
987 992
988 ep-material:substance-Methane 993 ep-material:substance-Methane
989 - rdf:type owl:Class , ep-material:SubstanceType ; 994 + rdf:type ep-material:SubstanceType , owl:Class ;
990 rdfs:label "methane"^^xsd:string ; 995 rdfs:label "methane"^^xsd:string ;
991 rdfs:subClassOf ep-material:Material . 996 rdfs:subClassOf ep-material:Material .
992 997
993 ep-material:substance-N2 998 ep-material:substance-N2
994 - rdf:type owl:Class , ep-material:SubstanceType ; 999 + rdf:type ep-material:SubstanceType , owl:Class ;
995 rdfs:label "N2"^^xsd:string ; 1000 rdfs:label "N2"^^xsd:string ;
996 rdfs:subClassOf ep-material:Material . 1001 rdfs:subClassOf ep-material:Material .
997 1002
998 ep-material:substance-Nonanes 1003 ep-material:substance-Nonanes
999 - rdf:type owl:Class , ep-material:SubstanceType ; 1004 + rdf:type ep-material:SubstanceType , owl:Class ;
1000 rdfs:label "nonanes"^^xsd:string ; 1005 rdfs:label "nonanes"^^xsd:string ;
1001 rdfs:subClassOf ep-material:Material . 1006 rdfs:subClassOf ep-material:Material .
1002 1007
1003 ep-material:substance-O2 1008 ep-material:substance-O2
1004 - rdf:type owl:Class , ep-material:SubstanceType ; 1009 + rdf:type ep-material:SubstanceType , owl:Class ;
1005 rdfs:label "O2"^^xsd:string ; 1010 rdfs:label "O2"^^xsd:string ;
1006 rdfs:subClassOf ep-material:Material . 1011 rdfs:subClassOf ep-material:Material .
1007 1012
1008 ep-material:substance-Octanes 1013 ep-material:substance-Octanes
1009 - rdf:type owl:Class , ep-material:SubstanceType ; 1014 + rdf:type ep-material:SubstanceType , owl:Class ;
1010 rdfs:label "octanes"^^xsd:string ; 1015 rdfs:label "octanes"^^xsd:string ;
1011 rdfs:subClassOf ep-material:Material . 1016 rdfs:subClassOf ep-material:Material .
1012 1017
1013 ep-material:substance-T12dmcyPentane 1018 ep-material:substance-T12dmcyPentane
1014 - rdf:type owl:Class , ep-material:SubstanceType ; 1019 + rdf:type ep-material:SubstanceType , owl:Class ;
1015 rdfs:label "t12dmcy pentane"^^xsd:string ; 1020 rdfs:label "t12dmcy pentane"^^xsd:string ;
1016 rdfs:subClassOf ep-material:Material . 1021 rdfs:subClassOf ep-material:Material .
1017 1022
1018 ep-material:substance-T13dmcyPentane 1023 ep-material:substance-T13dmcyPentane
1019 - rdf:type owl:Class , ep-material:SubstanceType ; 1024 + rdf:type ep-material:SubstanceType , owl:Class ;
1020 rdfs:label "t13dmcy pentane"^^xsd:string ; 1025 rdfs:label "t13dmcy pentane"^^xsd:string ;
1021 rdfs:subClassOf ep-material:Material . 1026 rdfs:subClassOf ep-material:Material .
1022 1027
1023 ep-material:volumeRatio 1028 ep-material:volumeRatio
1024 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1029 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1025 rdfs:domain ep-material:MaterialPair ; 1030 rdfs:domain ep-material:MaterialPair ;
1026 rdfs:label "volume ratio"^^xsd:string ; 1031 rdfs:label "volume ratio"^^xsd:string ;
1027 rdfs:range ep-core:Ratio . 1032 rdfs:range ep-core:Ratio .
1028 1033
1029 ep-material:wholeMaterialOfPair 1034 ep-material:wholeMaterialOfPair
1030 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1035 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1031 rdfs:domain ep-material:MaterialPartWholePair ; 1036 rdfs:domain ep-material:MaterialPartWholePair ;
1032 rdfs:label "whole material of pair"^^xsd:string ; 1037 rdfs:label "whole material of pair"^^xsd:string ;
1033 rdfs:range ep-material:Material ; 1038 rdfs:range ep-material:Material ;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 38 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
39 rdf:type owl:Class ; 39 rdf:type owl:Class ;
40 rdfs:label "production well test"^^xsd:string ; 40 rdfs:label "production well test"^^xsd:string ;
41 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 41 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
42 42
43 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> 43 <http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
44 rdf:type ep-prodact:ProductionOperationClassByDuration . 44 rdf:type ep-prodact:ProductionOperationClassByDuration .
...@@ -63,14 +63,14 @@ ep-prodact:AccidentPreventionExercise ...@@ -63,14 +63,14 @@ ep-prodact:AccidentPreventionExercise
63 rdfs:subClassOf ep-prodact:DrillOrExcercise . 63 rdfs:subClassOf ep-prodact:DrillOrExcercise .
64 64
65 ep-prodact:AdministerFirstAid 65 ep-prodact:AdministerFirstAid
66 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 66 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
67 rdfs:label "administer first aid"^^xsd:string ; 67 rdfs:label "administer first aid"^^xsd:string ;
68 rdfs:subClassOf ep-prodact:MedicalTreatment . 68 rdfs:subClassOf ep-prodact:MedicalTreatment .
69 69
70 ep-prodact:AirTrafficOperation 70 ep-prodact:AirTrafficOperation
71 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 71 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
72 rdfs:label "air traffic operation"^^xsd:string ; 72 rdfs:label "air traffic operation"^^xsd:string ;
73 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 73 + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity .
74 74
75 ep-prodact:Alarm 75 ep-prodact:Alarm
76 rdf:type owl:Class ; 76 rdf:type owl:Class ;
...@@ -92,26 +92,26 @@ ep-prodact:AlertType ...@@ -92,26 +92,26 @@ ep-prodact:AlertType
92 rdfs:subClassOf owl:Class . 92 rdfs:subClassOf owl:Class .
93 93
94 ep-prodact:AllocateSplitFactors 94 ep-prodact:AllocateSplitFactors
95 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 95 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
96 rdfs:label "allocate split factors"^^xsd:string ; 96 rdfs:label "allocate split factors"^^xsd:string ;
97 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 97 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
98 98
99 ep-prodact:AnnualProductionActivity 99 ep-prodact:AnnualProductionActivity
100 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 100 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
101 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 101 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
102 102
103 ep-prodact:AnnualProductionActivityToDate 103 ep-prodact:AnnualProductionActivityToDate
104 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 104 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
105 rdfs:subClassOf ep-prodact:AnnualProductionActivity . 105 rdfs:subClassOf ep-prodact:AnnualProductionActivity .
106 106
107 ep-prodact:AnnualProductionOperationToDate 107 ep-prodact:AnnualProductionOperationToDate
108 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 108 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
109 rdfs:label "annual production operation to date"^^xsd:string ; 109 rdfs:label "annual production operation to date"^^xsd:string ;
110 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . 110 + rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate .
111 111
112 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 112 ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
113 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 113 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
114 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . 114 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate .
115 115
116 ep-prodact:BasketMovement 116 ep-prodact:BasketMovement
117 rdf:type owl:Class ; 117 rdf:type owl:Class ;
...@@ -120,30 +120,30 @@ ep-prodact:BasketMovement ...@@ -120,30 +120,30 @@ ep-prodact:BasketMovement
120 120
121 ep-prodact:CargoShipOperation 121 ep-prodact:CargoShipOperation
122 rdf:type owl:Class ; 122 rdf:type owl:Class ;
123 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 123 + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity .
124 124
125 ep-prodact:ConstructionOperation 125 ep-prodact:ConstructionOperation
126 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 126 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
127 rdfs:label "construction operation"^^xsd:string ; 127 rdfs:label "construction operation"^^xsd:string ;
128 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 128 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
129 129
130 ep-prodact:CumulativeProductionActivitySinceProductionBegan 130 ep-prodact:CumulativeProductionActivitySinceProductionBegan
131 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 131 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
132 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 132 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
133 133
134 ep-prodact:DailyProductionOperation 134 ep-prodact:DailyProductionOperation
135 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 135 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
136 rdfs:label "daily production operation"^^xsd:string ; 136 rdfs:label "daily production operation"^^xsd:string ;
137 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperation . 137 + rdfs:subClassOf ep-prodact:ProductionOperation , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
138 138
139 ep-prodact:DailyProductionOperationProcessingLoss 139 ep-prodact:DailyProductionOperationProcessingLoss
140 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 140 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
141 rdfs:label "daily production operation processing loss"^^xsd:string ; 141 rdfs:label "daily production operation processing loss"^^xsd:string ;
142 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 142 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
143 143
144 ep-prodact:DailyProductionVolumeActivity 144 ep-prodact:DailyProductionVolumeActivity
145 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 145 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
146 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity . 146 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
147 147
148 ep-prodact:DefinedHazardAndAccidentSituation 148 ep-prodact:DefinedHazardAndAccidentSituation
149 rdf:type owl:Class ; 149 rdf:type owl:Class ;
...@@ -151,7 +151,7 @@ ep-prodact:DefinedHazardAndAccidentSituation ...@@ -151,7 +151,7 @@ ep-prodact:DefinedHazardAndAccidentSituation
151 rdfs:subClassOf ep-prodact:Incident . 151 rdfs:subClassOf ep-prodact:Incident .
152 152
153 ep-prodact:Deviation 153 ep-prodact:Deviation
154 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 154 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
155 rdfs:label "deviation"^^xsd:string ; 155 rdfs:label "deviation"^^xsd:string ;
156 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 156 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
157 157
...@@ -161,77 +161,77 @@ ep-prodact:DischargeWater ...@@ -161,77 +161,77 @@ ep-prodact:DischargeWater
161 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 161 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
162 162
163 ep-prodact:DrillOrExcercise 163 ep-prodact:DrillOrExcercise
164 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 164 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
165 rdfs:label "drill or exercise"^^xsd:string ; 165 rdfs:label "drill or exercise"^^xsd:string ;
166 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 166 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
167 167
168 ep-prodact:ExtendedMaintenanceTurnaround 168 ep-prodact:ExtendedMaintenanceTurnaround
169 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 169 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
170 rdfs:label "extended maintenance turnaround"^^xsd:string ; 170 rdfs:label "extended maintenance turnaround"^^xsd:string ;
171 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 171 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
172 172
173 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 173 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
174 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 174 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
175 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 175 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
176 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 176 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround .
177 177
178 ep-prodact:Fire 178 ep-prodact:Fire
179 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 179 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
180 rdfs:label "fire"^^xsd:string ; 180 rdfs:label "fire"^^xsd:string ;
181 rdfs:subClassOf ep-prodact:Incident . 181 rdfs:subClassOf ep-prodact:Incident .
182 182
183 ep-prodact:FluidLevelTest 183 ep-prodact:FluidLevelTest
184 rdf:type owl:Class ; 184 rdf:type owl:Class ;
185 rdfs:label "fluid level test"^^xsd:string ; 185 rdfs:label "fluid level test"^^xsd:string ;
186 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 186 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
187 187
188 ep-prodact:FluidSampling-DST 188 ep-prodact:FluidSampling-DST
189 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 189 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
190 rdfs:label "fluid sampling - DST"^^xsd:string ; 190 rdfs:label "fluid sampling - DST"^^xsd:string ;
191 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 191 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
192 192
193 ep-prodact:FluidSampling-RFTorMDT 193 ep-prodact:FluidSampling-RFTorMDT
194 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 194 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
195 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 195 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
196 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 196 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
197 197
198 ep-prodact:FluidSampling-bottomhole 198 ep-prodact:FluidSampling-bottomhole
199 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 199 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
200 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 200 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
201 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 201 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
202 202
203 ep-prodact:FluidSampling-formationTester 203 ep-prodact:FluidSampling-formationTester
204 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 204 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
205 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 205 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
206 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 206 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
207 207
208 ep-prodact:FluidSampling-recombined 208 ep-prodact:FluidSampling-recombined
209 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 209 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
210 rdfs:label "fluid sampling - recombined"^^xsd:string ; 210 rdfs:label "fluid sampling - recombined"^^xsd:string ;
211 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 211 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
212 212
213 ep-prodact:FluidSampling-separatorGas 213 ep-prodact:FluidSampling-separatorGas
214 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 214 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
215 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 215 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
216 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 216 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
217 217
218 ep-prodact:FluidSampling-separatorOil 218 ep-prodact:FluidSampling-separatorOil
219 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 219 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
220 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 220 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
221 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 221 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
222 222
223 ep-prodact:FluidSampling-separatorWater 223 ep-prodact:FluidSampling-separatorWater
224 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 224 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
225 rdfs:label "fluid sampling - separator water"^^xsd:string ; 225 rdfs:label "fluid sampling - separator water"^^xsd:string ;
226 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 226 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
227 227
228 ep-prodact:FluidSampling-synthetic 228 ep-prodact:FluidSampling-synthetic
229 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 229 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
230 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 230 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
231 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 231 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
232 232
233 ep-prodact:FluidSampling-wellhead 233 ep-prodact:FluidSampling-wellhead
234 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 234 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
235 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 235 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
236 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 236 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
237 237
...@@ -254,7 +254,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ...@@ -254,7 +254,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
254 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 254 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
255 255
256 ep-prodact:HSEProblem 256 ep-prodact:HSEProblem
257 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 257 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
258 rdfs:label "HSE problem"^^xsd:string ; 258 rdfs:label "HSE problem"^^xsd:string ;
259 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 259 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
260 260
...@@ -267,14 +267,14 @@ ep-prodact:Incident ...@@ -267,14 +267,14 @@ ep-prodact:Incident
267 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 267 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
268 268
269 ep-prodact:InitialWellTest 269 ep-prodact:InitialWellTest
270 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 270 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
271 rdfs:label "initial"^^xsd:string ; 271 rdfs:label "initial"^^xsd:string ;
272 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 272 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
273 273
274 ep-prodact:InjectionWellTest 274 ep-prodact:InjectionWellTest
275 rdf:type owl:Class ; 275 rdf:type owl:Class ;
276 rdfs:label "injection well test"^^xsd:string ; 276 rdfs:label "injection well test"^^xsd:string ;
277 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 277 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
278 278
279 ep-prodact:Injury 279 ep-prodact:Injury
280 rdf:type owl:Class ; 280 rdf:type owl:Class ;
...@@ -282,22 +282,22 @@ ep-prodact:Injury ...@@ -282,22 +282,22 @@ ep-prodact:Injury
282 rdfs:subClassOf ep-prodact:AccidentOrInjury . 282 rdfs:subClassOf ep-prodact:AccidentOrInjury .
283 283
284 ep-prodact:IssueBillOfLading 284 ep-prodact:IssueBillOfLading
285 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 285 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
286 rdfs:label "issue bill of lading"^^xsd:string ; 286 rdfs:label "issue bill of lading"^^xsd:string ;
287 rdfs:subClassOf ep-prodact:SalesActivity . 287 rdfs:subClassOf ep-prodact:SalesActivity .
288 288
289 ep-prodact:IssueWorkPermit 289 ep-prodact:IssueWorkPermit
290 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 290 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
291 rdfs:label "issue work permit"^^xsd:string ; 291 rdfs:label "issue work permit"^^xsd:string ;
292 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 292 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
293 293
294 ep-prodact:IssueWorkPermitWithSJA 294 ep-prodact:IssueWorkPermitWithSJA
295 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 295 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
296 rdfs:label "issue work permit with SJA"^^xsd:string ; 296 rdfs:label "issue work permit with SJA"^^xsd:string ;
297 rdfs:subClassOf ep-prodact:IssueWorkPermit . 297 rdfs:subClassOf ep-prodact:IssueWorkPermit .
298 298
299 ep-prodact:JobObservation 299 ep-prodact:JobObservation
300 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 300 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
301 rdfs:label "job observation"^^xsd:string ; 301 rdfs:label "job observation"^^xsd:string ;
302 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 302 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
303 303
...@@ -311,12 +311,12 @@ ep-prodact:LostTimeAccident ...@@ -311,12 +311,12 @@ ep-prodact:LostTimeAccident
311 rdfs:subClassOf ep-prodact:Incident . 311 rdfs:subClassOf ep-prodact:Incident .
312 312
313 ep-prodact:LostTimeIncident 313 ep-prodact:LostTimeIncident
314 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 314 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
315 rdfs:label "lost time incident"^^xsd:string ; 315 rdfs:label "lost time incident"^^xsd:string ;
316 rdfs:subClassOf ep-prodact:Incident . 316 rdfs:subClassOf ep-prodact:Incident .
317 317
318 ep-prodact:MaintenanceActivity 318 ep-prodact:MaintenanceActivity
319 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 319 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
320 rdfs:label "maintenance activity"^^xsd:string ; 320 rdfs:label "maintenance activity"^^xsd:string ;
321 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 321 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
322 322
...@@ -326,21 +326,21 @@ ep-prodact:MakeAComment ...@@ -326,21 +326,21 @@ ep-prodact:MakeAComment
326 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 326 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
327 327
328 ep-prodact:MakeATransaction 328 ep-prodact:MakeATransaction
329 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 329 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
330 rdfs:label "make a transaction"^^xsd:string ; 330 rdfs:label "make a transaction"^^xsd:string ;
331 rdfs:subClassOf ep-prodact:SalesActivity . 331 rdfs:subClassOf ep-prodact:SalesActivity .
332 332
333 ep-prodact:MarineOperation 333 ep-prodact:MarineOperation
334 rdf:type owl:Class ; 334 rdf:type owl:Class ;
335 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 335 + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity .
336 336
337 ep-prodact:MarkedGasLossOfExport 337 ep-prodact:MarkedGasLossOfExport
338 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 338 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
339 rdfs:label "marked gas loss of export"^^xsd:string ; 339 rdfs:label "marked gas loss of export"^^xsd:string ;
340 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 340 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
341 341
342 ep-prodact:MarkedOilLossOfExport 342 ep-prodact:MarkedOilLossOfExport
343 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 343 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
344 rdfs:label "marked oil loss of export"^^xsd:string ; 344 rdfs:label "marked oil loss of export"^^xsd:string ;
345 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 345 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
346 346
...@@ -350,7 +350,7 @@ ep-prodact:MeasurePropertiesOfAFlow ...@@ -350,7 +350,7 @@ ep-prodact:MeasurePropertiesOfAFlow
350 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 350 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
351 351
352 ep-prodact:MeasureSplitFactors 352 ep-prodact:MeasureSplitFactors
353 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 353 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
354 rdfs:label "measure split factors"^^xsd:string ; 354 rdfs:label "measure split factors"^^xsd:string ;
355 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 355 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
356 356
...@@ -360,26 +360,26 @@ ep-prodact:MedicalTreatment ...@@ -360,26 +360,26 @@ ep-prodact:MedicalTreatment
360 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 360 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
361 361
362 ep-prodact:MedicalTreatmentInjury 362 ep-prodact:MedicalTreatmentInjury
363 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 363 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
364 rdfs:label "medical treatment"^^xsd:string ; 364 rdfs:label "medical treatment"^^xsd:string ;
365 rdfs:subClassOf ep-prodact:Injury . 365 rdfs:subClassOf ep-prodact:Injury .
366 366
367 ep-prodact:ModificationProject 367 ep-prodact:ModificationProject
368 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 368 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
369 rdfs:label "modification project"^^xsd:string ; 369 rdfs:label "modification project"^^xsd:string ;
370 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 370 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
371 371
372 ep-prodact:MonthlyProductionActivity 372 ep-prodact:MonthlyProductionActivity
373 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 373 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
374 rdfs:label "monthly production activity"^^xsd:string ; 374 rdfs:label "monthly production activity"^^xsd:string ;
375 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 375 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
376 376
377 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 377 ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
378 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 378 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
379 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 379 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
380 380
381 ep-prodact:MonthlyProductionOperationToDate 381 ep-prodact:MonthlyProductionOperationToDate
382 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 382 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
383 rdfs:label "monthly production to date"^^xsd:string ; 383 rdfs:label "monthly production to date"^^xsd:string ;
384 rdfs:subClassOf ep-prodact:ProductionOperation . 384 rdfs:subClassOf ep-prodact:ProductionOperation .
385 385
...@@ -394,7 +394,7 @@ ep-prodact:MovementOfProductType ...@@ -394,7 +394,7 @@ ep-prodact:MovementOfProductType
394 rdfs:subClassOf owl:Class . 394 rdfs:subClassOf owl:Class .
395 395
396 ep-prodact:NearMiss 396 ep-prodact:NearMiss
397 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 397 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
398 rdfs:label "near miss"^^xsd:string ; 398 rdfs:label "near miss"^^xsd:string ;
399 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 399 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
400 400
...@@ -403,17 +403,17 @@ ep-prodact:NotablePartOfProductionActivity ...@@ -403,17 +403,17 @@ ep-prodact:NotablePartOfProductionActivity
403 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 403 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
404 404
405 ep-prodact:OperationMistakes 405 ep-prodact:OperationMistakes
406 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 406 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
407 rdfs:label "operation mistakes"^^xsd:string ; 407 rdfs:label "operation mistakes"^^xsd:string ;
408 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 408 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
409 409
410 ep-prodact:OtherProductionActivity 410 ep-prodact:OtherProductionActivity
411 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 411 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
412 rdfs:label "other production activity"^^xsd:string ; 412 rdfs:label "other production activity"^^xsd:string ;
413 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 413 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
414 414
415 ep-prodact:OtherReasonWellTest 415 ep-prodact:OtherReasonWellTest
416 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 416 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
417 rdfs:label "other"^^xsd:string ; 417 rdfs:label "other"^^xsd:string ;
418 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 418 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
419 419
...@@ -422,7 +422,7 @@ ep-prodact:PartOfProductionActivity ...@@ -422,7 +422,7 @@ ep-prodact:PartOfProductionActivity
422 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 422 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
423 423
424 ep-prodact:PeriodicWellTest 424 ep-prodact:PeriodicWellTest
425 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 425 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
426 rdfs:label "periodic"^^xsd:string ; 426 rdfs:label "periodic"^^xsd:string ;
427 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 427 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
428 428
...@@ -432,27 +432,27 @@ ep-prodact:PersonnelSafetyIntroduction ...@@ -432,27 +432,27 @@ ep-prodact:PersonnelSafetyIntroduction
432 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 432 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
433 433
434 ep-prodact:PlannedMaintenanceTurnaround 434 ep-prodact:PlannedMaintenanceTurnaround
435 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 435 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
436 rdfs:label "planned maintenace turnaround"^^xsd:string ; 436 rdfs:label "planned maintenace turnaround"^^xsd:string ;
437 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 437 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
438 438
439 ep-prodact:PowerStationFailure 439 ep-prodact:PowerStationFailure
440 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 440 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
441 rdfs:label "power station failure"^^xsd:string ; 441 rdfs:label "power station failure"^^xsd:string ;
442 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 442 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
443 443
444 ep-prodact:PreventiveMaintenanceTopside 444 ep-prodact:PreventiveMaintenanceTopside
445 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 445 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
446 rdfs:label "preventive maintenace topside"^^xsd:string ; 446 rdfs:label "preventive maintenace topside"^^xsd:string ;
447 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 447 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
448 448
449 ep-prodact:ProcessAndOperationProblem 449 ep-prodact:ProcessAndOperationProblem
450 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 450 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
451 rdfs:label "process and operation problem"^^xsd:string ; 451 rdfs:label "process and operation problem"^^xsd:string ;
452 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 452 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
453 453
454 ep-prodact:ProductCompletedLifting 454 ep-prodact:ProductCompletedLifting
455 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 455 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
456 rdfs:label "product completed lifting"^^xsd:string ; 456 rdfs:label "product completed lifting"^^xsd:string ;
457 rdfs:subClassOf ep-prodact:MovementOfProduct . 457 rdfs:subClassOf ep-prodact:MovementOfProduct .
458 458
...@@ -462,77 +462,77 @@ ep-prodact:ProductDespatch ...@@ -462,77 +462,77 @@ ep-prodact:ProductDespatch
462 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 462 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
463 463
464 ep-prodact:ProductGain-Loss 464 ep-prodact:ProductGain-Loss
465 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 465 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
466 rdfs:label "product gain/loss"^^xsd:string ; 466 rdfs:label "product gain/loss"^^xsd:string ;
467 rdfs:subClassOf ep-prodact:MovementOfProduct . 467 rdfs:subClassOf ep-prodact:MovementOfProduct .
468 468
469 ep-prodact:ProductInputToStorage 469 ep-prodact:ProductInputToStorage
470 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 470 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
471 rdfs:label "product input to storage"^^xsd:string ; 471 rdfs:label "product input to storage"^^xsd:string ;
472 rdfs:subClassOf ep-prodact:MovementOfProduct . 472 rdfs:subClassOf ep-prodact:MovementOfProduct .
473 473
474 ep-prodact:ProductLifted 474 ep-prodact:ProductLifted
475 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 475 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
476 rdfs:label "product lifted"^^xsd:string ; 476 rdfs:label "product lifted"^^xsd:string ;
477 rdfs:subClassOf ep-prodact:MovementOfProduct . 477 rdfs:subClassOf ep-prodact:MovementOfProduct .
478 478
479 ep-prodact:ProductLiftingEntitlement 479 ep-prodact:ProductLiftingEntitlement
480 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 480 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
481 rdfs:label "product lifting entitlement"^^xsd:string ; 481 rdfs:label "product lifting entitlement"^^xsd:string ;
482 rdfs:subClassOf ep-prodact:MovementOfProduct . 482 rdfs:subClassOf ep-prodact:MovementOfProduct .
483 483
484 ep-prodact:ProductLiftingEntitlementRemaining 484 ep-prodact:ProductLiftingEntitlementRemaining
485 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 485 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
486 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 486 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
487 rdfs:subClassOf ep-prodact:MovementOfProduct . 487 rdfs:subClassOf ep-prodact:MovementOfProduct .
488 488
489 ep-prodact:ProductLinePack 489 ep-prodact:ProductLinePack
490 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 490 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
491 rdfs:label "product line pack"^^xsd:string ; 491 rdfs:label "product line pack"^^xsd:string ;
492 rdfs:subClassOf ep-prodact:MovementOfProduct . 492 rdfs:subClassOf ep-prodact:MovementOfProduct .
493 493
494 ep-prodact:ProductMassAdjustment 494 ep-prodact:ProductMassAdjustment
495 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 495 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
496 rdfs:label "product mass adjustment"^^xsd:string ; 496 rdfs:label "product mass adjustment"^^xsd:string ;
497 rdfs:subClassOf ep-prodact:MovementOfProduct . 497 rdfs:subClassOf ep-prodact:MovementOfProduct .
498 498
499 ep-prodact:ProductPartialLifting 499 ep-prodact:ProductPartialLifting
500 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 500 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
501 rdfs:label "product partial lifting"^^xsd:string ; 501 rdfs:label "product partial lifting"^^xsd:string ;
502 rdfs:subClassOf ep-prodact:MovementOfProduct . 502 rdfs:subClassOf ep-prodact:MovementOfProduct .
503 503
504 ep-prodact:ProductPipelineLifting 504 ep-prodact:ProductPipelineLifting
505 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 505 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
506 rdfs:label "product pipeline lifting"^^xsd:string ; 506 rdfs:label "product pipeline lifting"^^xsd:string ;
507 rdfs:subClassOf ep-prodact:MovementOfProduct . 507 rdfs:subClassOf ep-prodact:MovementOfProduct .
508 508
509 ep-prodact:ProductProductionImbalance 509 ep-prodact:ProductProductionImbalance
510 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 510 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
511 rdfs:label "product production imbalance"^^xsd:string ; 511 rdfs:label "product production imbalance"^^xsd:string ;
512 rdfs:subClassOf ep-prodact:MovementOfProduct . 512 rdfs:subClassOf ep-prodact:MovementOfProduct .
513 513
514 ep-prodact:ProductSwap 514 ep-prodact:ProductSwap
515 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 515 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
516 rdfs:label "product swap"^^xsd:string ; 516 rdfs:label "product swap"^^xsd:string ;
517 rdfs:subClassOf ep-prodact:MovementOfProduct . 517 rdfs:subClassOf ep-prodact:MovementOfProduct .
518 518
519 ep-prodact:ProductTankerLifting 519 ep-prodact:ProductTankerLifting
520 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 520 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
521 rdfs:label "product tanker lifting"^^xsd:string ; 521 rdfs:label "product tanker lifting"^^xsd:string ;
522 rdfs:subClassOf ep-prodact:MovementOfProduct . 522 rdfs:subClassOf ep-prodact:MovementOfProduct .
523 523
524 ep-prodact:ProductTransaction 524 ep-prodact:ProductTransaction
525 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 525 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
526 rdfs:label "product transaction"^^xsd:string ; 526 rdfs:label "product transaction"^^xsd:string ;
527 rdfs:subClassOf ep-prodact:MovementOfProduct . 527 rdfs:subClassOf ep-prodact:MovementOfProduct .
528 528
529 ep-prodact:ProductTransfer 529 ep-prodact:ProductTransfer
530 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 530 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
531 rdfs:label "product transfer"^^xsd:string ; 531 rdfs:label "product transfer"^^xsd:string ;
532 rdfs:subClassOf ep-prodact:MovementOfProduct . 532 rdfs:subClassOf ep-prodact:MovementOfProduct .
533 533
534 ep-prodact:ProductionActivityLastingLessThanAYear 534 ep-prodact:ProductionActivityLastingLessThanAYear
535 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 535 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
536 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 536 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
537 537
538 ep-prodact:ProductionActivityType 538 ep-prodact:ProductionActivityType
...@@ -541,7 +541,7 @@ ep-prodact:ProductionActivityType ...@@ -541,7 +541,7 @@ ep-prodact:ProductionActivityType
541 rdfs:subClassOf owl:Class . 541 rdfs:subClassOf owl:Class .
542 542
543 ep-prodact:ProductionOperation 543 ep-prodact:ProductionOperation
544 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 544 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
545 rdfs:label "production operation"^^xsd:string ; 545 rdfs:label "production operation"^^xsd:string ;
546 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 546 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
547 547
...@@ -566,12 +566,12 @@ ep-prodact:ProductionOperationProcessingLoss ...@@ -566,12 +566,12 @@ ep-prodact:ProductionOperationProcessingLoss
566 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 566 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
567 567
568 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 568 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
569 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 569 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
570 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 570 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
571 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 571 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
572 572
573 ep-prodact:ProductionOperationProcessingRegulatoryReference 573 ep-prodact:ProductionOperationProcessingRegulatoryReference
574 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 574 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
575 rdfs:label "production operation processing regulatory reference"^^xsd:string ; 575 rdfs:label "production operation processing regulatory reference"^^xsd:string ;
576 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 576 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
577 577
...@@ -600,22 +600,22 @@ ep-prodact:ReasonForLossOfProcessingType ...@@ -600,22 +600,22 @@ ep-prodact:ReasonForLossOfProcessingType
600 rdfs:subClassOf owl:Class . 600 rdfs:subClassOf owl:Class .
601 601
602 ep-prodact:ReleaseToAir 602 ep-prodact:ReleaseToAir
603 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 603 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
604 rdfs:label "release to air"^^xsd:string ; 604 rdfs:label "release to air"^^xsd:string ;
605 rdfs:subClassOf ep-prodact:SpillOrLeak . 605 rdfs:subClassOf ep-prodact:SpillOrLeak .
606 606
607 ep-prodact:ReleaseToWater 607 ep-prodact:ReleaseToWater
608 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 608 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
609 rdfs:label "release to water"^^xsd:string ; 609 rdfs:label "release to water"^^xsd:string ;
610 rdfs:subClassOf ep-prodact:SpillOrLeak . 610 rdfs:subClassOf ep-prodact:SpillOrLeak .
611 611
612 ep-prodact:ReportHazard 612 ep-prodact:ReportHazard
613 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 613 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
614 rdfs:label "report hazard"^^xsd:string ; 614 rdfs:label "report hazard"^^xsd:string ;
615 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 615 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
616 616
617 ep-prodact:ReservoirLoss 617 ep-prodact:ReservoirLoss
618 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 618 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
619 rdfs:label "reservoir loss"^^xsd:string ; 619 rdfs:label "reservoir loss"^^xsd:string ;
620 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 620 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
621 621
...@@ -624,12 +624,12 @@ ep-prodact:RestrictedWork ...@@ -624,12 +624,12 @@ ep-prodact:RestrictedWork
624 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 624 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
625 625
626 ep-prodact:RestrictedWorkInjury 626 ep-prodact:RestrictedWorkInjury
627 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 627 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
628 rdfs:label "restricted work injury"^^xsd:string ; 628 rdfs:label "restricted work injury"^^xsd:string ;
629 rdfs:subClassOf ep-prodact:Injury . 629 rdfs:subClassOf ep-prodact:Injury .
630 630
631 ep-prodact:RevisionWellTest 631 ep-prodact:RevisionWellTest
632 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 632 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
633 rdfs:label "revision"^^xsd:string ; 633 rdfs:label "revision"^^xsd:string ;
634 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 634 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
635 635
...@@ -644,7 +644,7 @@ ep-prodact:SafetyConsideration ...@@ -644,7 +644,7 @@ ep-prodact:SafetyConsideration
644 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 644 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
645 645
646 ep-prodact:SafetyMeeting 646 ep-prodact:SafetyMeeting
647 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 647 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
648 rdfs:label "safety meeting"^^xsd:string ; 648 rdfs:label "safety meeting"^^xsd:string ;
649 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 649 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
650 650
...@@ -659,12 +659,12 @@ ep-prodact:SalesActivityType ...@@ -659,12 +659,12 @@ ep-prodact:SalesActivityType
659 rdfs:subClassOf owl:Class . 659 rdfs:subClassOf owl:Class .
660 660
661 ep-prodact:SentAshore 661 ep-prodact:SentAshore
662 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 662 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
663 rdfs:label "sent ashore"^^xsd:string ; 663 rdfs:label "sent ashore"^^xsd:string ;
664 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 664 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
665 665
666 ep-prodact:SevereAccident 666 ep-prodact:SevereAccident
667 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 667 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
668 rdfs:label "severe accident"^^xsd:string ; 668 rdfs:label "severe accident"^^xsd:string ;
669 rdfs:subClassOf ep-prodact:Incident . 669 rdfs:subClassOf ep-prodact:Incident .
670 670
...@@ -674,12 +674,12 @@ ep-prodact:ShutdownProduction ...@@ -674,12 +674,12 @@ ep-prodact:ShutdownProduction
674 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 674 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
675 675
676 ep-prodact:SickOnBoard 676 ep-prodact:SickOnBoard
677 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 677 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
678 rdfs:label "sick on board"^^xsd:string ; 678 rdfs:label "sick on board"^^xsd:string ;
679 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 679 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
680 680
681 ep-prodact:SpillOrLeak 681 ep-prodact:SpillOrLeak
682 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 682 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
683 rdfs:label "spill or leak"^^xsd:string ; 683 rdfs:label "spill or leak"^^xsd:string ;
684 rdfs:subClassOf ep-prodact:Incident . 684 rdfs:subClassOf ep-prodact:Incident .
685 685
...@@ -694,7 +694,7 @@ ep-prodact:StandbyVesselOperation ...@@ -694,7 +694,7 @@ ep-prodact:StandbyVesselOperation
694 rdfs:subClassOf ep-prodact:MarineOperation . 694 rdfs:subClassOf ep-prodact:MarineOperation .
695 695
696 ep-prodact:StrikeOrLockout 696 ep-prodact:StrikeOrLockout
697 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 697 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
698 rdfs:label "strike or lock-out"^^xsd:string ; 698 rdfs:label "strike or lock-out"^^xsd:string ;
699 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 699 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
700 700
...@@ -704,22 +704,22 @@ ep-prodact:SupplyShipOperation ...@@ -704,22 +704,22 @@ ep-prodact:SupplyShipOperation
704 rdfs:subClassOf ep-prodact:MarineOperation . 704 rdfs:subClassOf ep-prodact:MarineOperation .
705 705
706 ep-prodact:TestingAndLogging 706 ep-prodact:TestingAndLogging
707 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 707 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
708 rdfs:label "testing and logging"^^xsd:string ; 708 rdfs:label "testing and logging"^^xsd:string ;
709 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 709 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
710 710
711 ep-prodact:ThirdPartyProcessingLoss 711 ep-prodact:ThirdPartyProcessingLoss
712 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 712 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
713 rdfs:label "third party processing loss"^^xsd:string ; 713 rdfs:label "third party processing loss"^^xsd:string ;
714 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 714 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
715 715
716 ep-prodact:TopsideEquipmentFailureMaintenance 716 ep-prodact:TopsideEquipmentFailureMaintenance
717 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 717 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
718 rdfs:label "topside equipment failure maintenance"^^xsd:string ; 718 rdfs:label "topside equipment failure maintenance"^^xsd:string ;
719 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 719 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
720 720
721 ep-prodact:TrafficAccident 721 ep-prodact:TrafficAccident
722 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 722 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
723 rdfs:label "traffic accident"^^xsd:string ; 723 rdfs:label "traffic accident"^^xsd:string ;
724 rdfs:subClassOf ep-prodact:Incident . 724 rdfs:subClassOf ep-prodact:Incident .
725 725
...@@ -728,12 +728,12 @@ ep-prodact:TransportationActivity ...@@ -728,12 +728,12 @@ ep-prodact:TransportationActivity
728 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 728 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
729 729
730 ep-prodact:UnavailableTankerStorage 730 ep-prodact:UnavailableTankerStorage
731 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 731 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
732 rdfs:label "unavailable tanker storage"^^xsd:string ; 732 rdfs:label "unavailable tanker storage"^^xsd:string ;
733 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 733 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
734 734
735 ep-prodact:UnknownReasonWellTest 735 ep-prodact:UnknownReasonWellTest
736 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 736 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
737 rdfs:label "unknown"^^xsd:string ; 737 rdfs:label "unknown"^^xsd:string ;
738 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 738 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
739 739
...@@ -742,27 +742,27 @@ ep-prodact:WaterCleaningOperation ...@@ -742,27 +742,27 @@ ep-prodact:WaterCleaningOperation
742 rdfs:subClassOf ep-prodact:PartOfProductionActivity . 742 rdfs:subClassOf ep-prodact:PartOfProductionActivity .
743 743
744 ep-prodact:WeatherProblem 744 ep-prodact:WeatherProblem
745 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 745 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
746 rdfs:label "weather problem"^^xsd:string ; 746 rdfs:label "weather problem"^^xsd:string ;
747 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 747 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
748 748
749 ep-prodact:WellEquipmentFailureMaintenance 749 ep-prodact:WellEquipmentFailureMaintenance
750 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 750 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
751 rdfs:label "well equipment failure maintenance"^^xsd:string ; 751 rdfs:label "well equipment failure maintenance"^^xsd:string ;
752 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 752 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
753 753
754 ep-prodact:WellPlannedOperations 754 ep-prodact:WellPlannedOperations
755 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 755 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
756 rdfs:label "well planned operations"^^xsd:string ; 756 rdfs:label "well planned operations"^^xsd:string ;
757 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 757 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
758 758
759 ep-prodact:WellPreventiveMaintenance 759 ep-prodact:WellPreventiveMaintenance
760 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 760 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
761 rdfs:label "well preventive maintenance"^^xsd:string ; 761 rdfs:label "well preventive maintenance"^^xsd:string ;
762 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 762 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
763 763
764 ep-prodact:WellProblems 764 ep-prodact:WellProblems
765 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 765 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
766 rdfs:label "well problems"^^xsd:string ; 766 rdfs:label "well problems"^^xsd:string ;
767 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 767 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
768 768
...@@ -797,7 +797,7 @@ ep-prodact:buyer ...@@ -797,7 +797,7 @@ ep-prodact:buyer
797 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 797 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
798 798
799 ep-prodact:cargoBatchNumber 799 ep-prodact:cargoBatchNumber
800 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 800 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
801 rdfs:label "cargo batch number"^^xsd:string . 801 rdfs:label "cargo batch number"^^xsd:string .
802 802
803 ep-prodact:cargoLoaded 803 ep-prodact:cargoLoaded
...@@ -807,7 +807,7 @@ ep-prodact:cargoLoaded ...@@ -807,7 +807,7 @@ ep-prodact:cargoLoaded
807 rdfs:range ep-core:PhysicalObject . 807 rdfs:range ep-core:PhysicalObject .
808 808
809 ep-prodact:cargoNumber 809 ep-prodact:cargoNumber
810 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 810 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
811 rdfs:label "cargo number"^^xsd:string . 811 rdfs:label "cargo number"^^xsd:string .
812 812
813 ep-prodact:causedBy 813 ep-prodact:causedBy
...@@ -854,14 +854,8 @@ ep-prodact:facilityShutdown ...@@ -854,14 +854,8 @@ ep-prodact:facilityShutdown
854 rdfs:label "facility shutdown"^^xsd:string ; 854 rdfs:label "facility shutdown"^^xsd:string ;
855 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 855 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
856 856
857 -ep-prodact:forComment
858 - rdf:type owl:ObjectProperty ;
859 - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
860 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
861 - rdfs:label "for comment"^^xsd:string .
862 -
863 ep-prodact:glycolDensity 857 ep-prodact:glycolDensity
864 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 858 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
865 rdfs:range ep-core:Density . 859 rdfs:range ep-core:Density .
866 860
867 ep-prodact:hasDischargeFlow 861 ep-prodact:hasDischargeFlow
...@@ -871,7 +865,7 @@ ep-prodact:hasDischargeFlow ...@@ -871,7 +865,7 @@ ep-prodact:hasDischargeFlow
871 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 865 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
872 866
873 ep-prodact:hasGasLiftChoke 867 ep-prodact:hasGasLiftChoke
874 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 868 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
875 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 869 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
876 rdfs:label "has gas lift choke"^^xsd:string ; 870 rdfs:label "has gas lift choke"^^xsd:string ;
877 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 871 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> .
...@@ -889,7 +883,7 @@ ep-prodact:hasPredecessor ...@@ -889,7 +883,7 @@ ep-prodact:hasPredecessor
889 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 883 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
890 884
891 ep-prodact:hasShutInPressure 885 ep-prodact:hasShutInPressure
892 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 886 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
893 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 887 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
894 rdfs:label "has shut-in pressure"^^xsd:string ; 888 rdfs:label "has shut-in pressure"^^xsd:string ;
895 rdfs:range ep-core:Pressure . 889 rdfs:range ep-core:Pressure .
...@@ -901,25 +895,25 @@ ep-prodact:hasValidPredecessor ...@@ -901,25 +895,25 @@ ep-prodact:hasValidPredecessor
901 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 895 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
902 896
903 ep-prodact:injectionWellTestMaximumAnnularPressure 897 ep-prodact:injectionWellTestMaximumAnnularPressure
904 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 898 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
905 rdfs:domain ep-prodact:InjectionWellTest ; 899 rdfs:domain ep-prodact:InjectionWellTest ;
906 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 900 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
907 rdfs:range ep-core:Pressure . 901 rdfs:range ep-core:Pressure .
908 902
909 ep-prodact:injectionWellTestMinimumAnnularPressure 903 ep-prodact:injectionWellTestMinimumAnnularPressure
910 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 904 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
911 rdfs:domain ep-prodact:InjectionWellTest ; 905 rdfs:domain ep-prodact:InjectionWellTest ;
912 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 906 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
913 rdfs:range ep-core:Pressure . 907 rdfs:range ep-core:Pressure .
914 908
915 ep-prodact:injectionWellTestWellheadFlowingPressure 909 ep-prodact:injectionWellTestWellheadFlowingPressure
916 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 910 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
917 rdfs:domain ep-prodact:InjectionWellTest ; 911 rdfs:domain ep-prodact:InjectionWellTest ;
918 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 912 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
919 rdfs:range ep-core:Pressure . 913 rdfs:range ep-core:Pressure .
920 914
921 ep-prodact:injectionWellTestWellheadMaximumPressure 915 ep-prodact:injectionWellTestWellheadMaximumPressure
922 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 916 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
923 rdfs:domain ep-prodact:InjectionWellTest ; 917 rdfs:domain ep-prodact:InjectionWellTest ;
924 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 918 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
925 rdfs:range ep-core:Pressure . 919 rdfs:range ep-core:Pressure .
...@@ -931,7 +925,7 @@ ep-prodact:measuredFlow ...@@ -931,7 +925,7 @@ ep-prodact:measuredFlow
931 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 925 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
932 926
933 ep-prodact:movedProduct 927 ep-prodact:movedProduct
934 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 928 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
935 rdfs:domain ep-prodact:MovementOfProduct ; 929 rdfs:domain ep-prodact:MovementOfProduct ;
936 rdfs:label "moved product"^^xsd:string . 930 rdfs:label "moved product"^^xsd:string .
937 931
...@@ -976,7 +970,7 @@ ep-prodact:noOfSpillsOrLeaks ...@@ -976,7 +970,7 @@ ep-prodact:noOfSpillsOrLeaks
976 rdfs:range xsd:integer . 970 rdfs:range xsd:integer .
977 971
978 ep-prodact:noOfSystemAlarms 972 ep-prodact:noOfSystemAlarms
979 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 973 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
980 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 974 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
981 rdfs:label "number of system alarms"^^xsd:string ; 975 rdfs:label "number of system alarms"^^xsd:string ;
982 rdfs:range xsd:integer . 976 rdfs:range xsd:integer .
...@@ -986,7 +980,7 @@ ep-prodact:oilInWater ...@@ -986,7 +980,7 @@ ep-prodact:oilInWater
986 rdfs:range ep-core:MassPerUnitMassConcentration . 980 rdfs:range ep-core:MassPerUnitMassConcentration .
987 981
988 ep-prodact:onProductionFacility 982 ep-prodact:onProductionFacility
989 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 983 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
990 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 984 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
991 rdfs:label "on facility"^^xsd:string ; 985 rdfs:label "on facility"^^xsd:string ;
992 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 986 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -1011,7 +1005,7 @@ ep-prodact:phenolDensity ...@@ -1011,7 +1005,7 @@ ep-prodact:phenolDensity
1011 rdfs:range ep-core:Density . 1005 rdfs:range ep-core:Density .
1012 1006
1013 ep-prodact:processingLost 1007 ep-prodact:processingLost
1014 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1008 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1015 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1009 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1016 rdfs:range ep-material:QuantityOfMaterial . 1010 rdfs:range ep-material:QuantityOfMaterial .
1017 1011
...@@ -1021,13 +1015,13 @@ ep-prodact:productionActivityPeriodClassification ...@@ -1021,13 +1015,13 @@ ep-prodact:productionActivityPeriodClassification
1021 rdfs:range ep-prodact:ProductionOperationClassByDuration . 1015 rdfs:range ep-prodact:ProductionOperationClassByDuration .
1022 1016
1023 ep-prodact:productionOperator 1017 ep-prodact:productionOperator
1024 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1018 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1025 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1019 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1026 rdfs:label "production operator"^^xsd:string ; 1020 rdfs:label "production operator"^^xsd:string ;
1027 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1021 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1028 1022
1029 ep-prodact:remainingActivity 1023 ep-prodact:remainingActivity
1030 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1024 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1031 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1025 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1032 rdfs:label "remaining activity"^^xsd:string ; 1026 rdfs:label "remaining activity"^^xsd:string ;
1033 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1027 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
...@@ -1062,7 +1056,7 @@ ep-prodact:samplingPerformedAt ...@@ -1062,7 +1056,7 @@ ep-prodact:samplingPerformedAt
1062 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 1056 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
1063 1057
1064 ep-prodact:samplingPerformedAtPointInSpace 1058 ep-prodact:samplingPerformedAtPointInSpace
1065 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1059 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1066 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1060 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1067 rdfs:label "sampling performed at point in space"^^xsd:string ; 1061 rdfs:label "sampling performed at point in space"^^xsd:string ;
1068 rdfs:range ep-core:TemporalPartOfAPointInSpace . 1062 rdfs:range ep-core:TemporalPartOfAPointInSpace .
...@@ -1086,13 +1080,13 @@ ep-prodact:sourceOrganization ...@@ -1086,13 +1080,13 @@ ep-prodact:sourceOrganization
1086 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1080 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1087 1081
1088 ep-prodact:testedWellBoreInterval 1082 ep-prodact:testedWellBoreInterval
1089 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1083 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1090 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1084 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
1091 rdfs:label "tested wellbore interval"^^xsd:string ; 1085 rdfs:label "tested wellbore interval"^^xsd:string ;
1092 rdfs:range ep-core:PhysicalObject . 1086 rdfs:range ep-core:PhysicalObject .
1093 1087
1094 ep-prodact:timeWorked 1088 ep-prodact:timeWorked
1095 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1089 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1096 rdfs:domain ep-prodact:ProductionOperation ; 1090 rdfs:domain ep-prodact:ProductionOperation ;
1097 rdfs:label "time worked"^^xsd:string ; 1091 rdfs:label "time worked"^^xsd:string ;
1098 rdfs:range ep-core:TimeDuration . 1092 rdfs:range ep-core:TimeDuration .
...@@ -1106,12 +1100,6 @@ ep-prodact:totalOrganicCarbonInWater ...@@ -1106,12 +1100,6 @@ ep-prodact:totalOrganicCarbonInWater
1106 rdf:type owl:ObjectProperty ; 1100 rdf:type owl:ObjectProperty ;
1107 rdfs:range ep-core:MassPerUnitMassConcentration . 1101 rdfs:range ep-core:MassPerUnitMassConcentration .
1108 1102
1109 -ep-prodact:typeOfPartCommentedOn
1110 - rdf:type owl:ObjectProperty ;
1111 - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
1112 - rdfs:domain owl:Class ;
1113 - rdfs:label "type of part commented on"^^xsd:string .
1114 -
1115 ep-prodact:waterSampleTaken 1103 ep-prodact:waterSampleTaken
1116 rdf:type owl:ObjectProperty ; 1104 rdf:type owl:ObjectProperty ;
1117 rdfs:domain ep-prodact:WaterCleaningOperation . 1105 rdfs:domain ep-prodact:WaterCleaningOperation .
......
This diff could not be displayed because it is too large.
1 # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema 1 # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema
2 # imports: http://www.epim.no/schemas/mprml/1 2 # imports: http://www.epim.no/schemas/mprml/1
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
3 4
4 @prefix owl: <http://www.w3.org/2002/07/owl#> . 5 @prefix owl: <http://www.w3.org/2002/07/owl#> .
5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -10,32 +11,44 @@ ...@@ -10,32 +11,44 @@
10 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 11 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
11 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
12 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; 13 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
13 - owl:imports <http://www.epim.no/schemas/mprml/1> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 16
16 transhelp:derivedFrom 17 transhelp:derivedFrom
17 rdf:type owl:ObjectProperty . 18 rdf:type owl:ObjectProperty .
18 19
20 +transhelp:forComment
21 + rdf:type owl:ObjectProperty ;
22 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
23 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
24 + rdfs:label "for comment"^^xsd:string .
25 +
19 transhelp:hasDerivedText 26 transhelp:hasDerivedText
20 rdf:type owl:DatatypeProperty . 27 rdf:type owl:DatatypeProperty .
21 28
22 transhelp:intervalEnd 29 transhelp:intervalEnd
23 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 30 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
24 31
25 transhelp:intervalIdentifier 32 transhelp:intervalIdentifier
26 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 33 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
27 34
28 transhelp:intervalStart 35 transhelp:intervalStart
29 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 36 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
30 37
31 transhelp:mapsTo 38 transhelp:mapsTo
32 rdf:type rdf:Property . 39 rdf:type rdf:Property .
33 40
34 transhelp:materialClassMapsToMPREnumeration 41 transhelp:materialClassMapsToMPREnumeration
35 - rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty ; 42 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , owl:InverseFunctionalProperty ;
36 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 43 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
37 rdfs:subPropertyOf transhelp:mapsTo . 44 rdfs:subPropertyOf transhelp:mapsTo .
38 45
39 transhelp:standardTempPres 46 transhelp:standardTempPres
40 rdf:type rdf:Property ; 47 rdf:type rdf:Property ;
41 rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . 48 rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> .
49 +
50 +transhelp:typeOfPartCommentedOn
51 + rdf:type owl:ObjectProperty ;
52 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
53 + rdfs:domain owl:Class ;
54 + rdfs:label "type of part commented on"^^xsd:string .
......
...@@ -241,12 +241,12 @@ ...@@ -241,12 +241,12 @@
241 sp:subject _:b6 241 sp:subject _:b6
242 ]) ; 242 ]) ;
243 sp:where ([ sp:object spin:_this ; 243 sp:where ([ sp:object spin:_this ;
244 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 244 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
245 sp:subject 245 sp:subject
246 [ sp:varName "activityForComment"^^xsd:string 246 [ sp:varName "activityForComment"^^xsd:string
247 ] 247 ]
248 ] [ sp:object spin:_this ; 248 ] [ sp:object spin:_this ;
249 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 249 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
250 sp:subject 250 sp:subject
251 [ sp:varName "typeOfPartCommentedOn"^^xsd:string 251 [ sp:varName "typeOfPartCommentedOn"^^xsd:string
252 ] 252 ]
......
...@@ -444,14 +444,14 @@ period not processed"""^^xsd:string ; ...@@ -444,14 +444,14 @@ period not processed"""^^xsd:string ;
444 sp:templates ([ sp:object 444 sp:templates ([ sp:object
445 [ sp:varName "commentRef"^^xsd:string 445 [ sp:varName "commentRef"^^xsd:string
446 ] ; 446 ] ;
447 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 447 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
448 sp:subject 448 sp:subject
449 [ sp:varName "productionOperation"^^xsd:string 449 [ sp:varName "productionOperation"^^xsd:string
450 ] 450 ]
451 ] [ sp:object 451 ] [ sp:object
452 [ sp:varName "commentRef"^^xsd:string 452 [ sp:varName "commentRef"^^xsd:string
453 ] ; 453 ] ;
454 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 454 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
455 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#HealthSafetyAndEnvironmentActivity> 455 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#HealthSafetyAndEnvironmentActivity>
456 ]) ; 456 ]) ;
457 sp:where ([ sp:object 457 sp:where ([ sp:object
......
...@@ -387,14 +387,14 @@ ...@@ -387,14 +387,14 @@
387 sp:templates ([ sp:object 387 sp:templates ([ sp:object
388 [ sp:varName "standbyVesselCommentRef"^^xsd:string 388 [ sp:varName "standbyVesselCommentRef"^^xsd:string
389 ] ; 389 ] ;
390 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 390 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
391 sp:subject 391 sp:subject
392 [ sp:varName "standbyVesselOperation"^^xsd:string 392 [ sp:varName "standbyVesselOperation"^^xsd:string
393 ] 393 ]
394 ] [ sp:object 394 ] [ sp:object
395 [ sp:varName "standbyVesselCommentRef"^^xsd:string 395 [ sp:varName "standbyVesselCommentRef"^^xsd:string
396 ] ; 396 ] ;
397 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 397 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
398 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#StandbyVesselOperation> 398 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#StandbyVesselOperation>
399 ]) ; 399 ]) ;
400 sp:where ([ sp:object 400 sp:where ([ sp:object
...@@ -842,14 +842,14 @@ ...@@ -842,14 +842,14 @@
842 sp:templates ([ sp:object 842 sp:templates ([ sp:object
843 [ sp:varName "commentRef"^^xsd:string 843 [ sp:varName "commentRef"^^xsd:string
844 ] ; 844 ] ;
845 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 845 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
846 sp:subject 846 sp:subject
847 [ sp:varName "waterDischargeFlow"^^xsd:string 847 [ sp:varName "waterDischargeFlow"^^xsd:string
848 ] 848 ]
849 ] [ sp:object 849 ] [ sp:object
850 [ sp:varName "commentRef"^^xsd:string 850 [ sp:varName "commentRef"^^xsd:string
851 ] ; 851 ] ;
852 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 852 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
853 sp:subject <http://www.reportinghub.no/ep/schema/flow#Flow> 853 sp:subject <http://www.reportinghub.no/ep/schema/flow#Flow>
854 ]) ; 854 ]) ;
855 sp:where ([ sp:object 855 sp:where ([ sp:object
...@@ -1108,14 +1108,14 @@ ...@@ -1108,14 +1108,14 @@
1108 sp:templates ([ sp:object 1108 sp:templates ([ sp:object
1109 [ sp:varName "commentRef"^^xsd:string 1109 [ sp:varName "commentRef"^^xsd:string
1110 ] ; 1110 ] ;
1111 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 1111 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
1112 sp:subject 1112 sp:subject
1113 [ sp:varName "cargoShipOperation"^^xsd:string 1113 [ sp:varName "cargoShipOperation"^^xsd:string
1114 ] 1114 ]
1115 ] [ sp:object 1115 ] [ sp:object
1116 [ sp:varName "commentRef"^^xsd:string 1116 [ sp:varName "commentRef"^^xsd:string
1117 ] ; 1117 ] ;
1118 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 1118 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
1119 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#CargoShipOperation> 1119 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#CargoShipOperation>
1120 ]) ; 1120 ]) ;
1121 sp:where ([ sp:object 1121 sp:where ([ sp:object
...@@ -1171,14 +1171,14 @@ ...@@ -1171,14 +1171,14 @@
1171 sp:templates ([ sp:object 1171 sp:templates ([ sp:object
1172 [ sp:varName "activityRef"^^xsd:string 1172 [ sp:varName "activityRef"^^xsd:string
1173 ] ; 1173 ] ;
1174 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 1174 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
1175 sp:subject 1175 sp:subject
1176 [ sp:varName "shutdownProduction"^^xsd:string 1176 [ sp:varName "shutdownProduction"^^xsd:string
1177 ] 1177 ]
1178 ] [ sp:object 1178 ] [ sp:object
1179 [ sp:varName "activityRef"^^xsd:string 1179 [ sp:varName "activityRef"^^xsd:string
1180 ] ; 1180 ] ;
1181 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 1181 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
1182 sp:subject <http://www.reportinghub.no/ep/schema/activity#Activity> 1182 sp:subject <http://www.reportinghub.no/ep/schema/activity#Activity>
1183 ]) ; 1183 ]) ;
1184 sp:where ([ sp:object 1184 sp:where ([ sp:object
...@@ -1310,14 +1310,14 @@ ...@@ -1310,14 +1310,14 @@
1310 sp:templates ([ sp:object 1310 sp:templates ([ sp:object
1311 [ sp:varName "supplyShipCommentRef"^^xsd:string 1311 [ sp:varName "supplyShipCommentRef"^^xsd:string
1312 ] ; 1312 ] ;
1313 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 1313 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
1314 sp:subject 1314 sp:subject
1315 [ sp:varName "supplyShipOperation"^^xsd:string 1315 [ sp:varName "supplyShipOperation"^^xsd:string
1316 ] 1316 ]
1317 ] [ sp:object 1317 ] [ sp:object
1318 [ sp:varName "supplyShipCommentRef"^^xsd:string 1318 [ sp:varName "supplyShipCommentRef"^^xsd:string
1319 ] ; 1319 ] ;
1320 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 1320 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
1321 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#SupplyShipOperation> 1321 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#SupplyShipOperation>
1322 ]) ; 1322 ]) ;
1323 sp:where ([ sp:object 1323 sp:where ([ sp:object
...@@ -1495,14 +1495,14 @@ ...@@ -1495,14 +1495,14 @@
1495 sp:templates ([ sp:object 1495 sp:templates ([ sp:object
1496 [ sp:varName "basketMovementRef"^^xsd:string 1496 [ sp:varName "basketMovementRef"^^xsd:string
1497 ] ; 1497 ] ;
1498 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 1498 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
1499 sp:subject 1499 sp:subject
1500 [ sp:varName "marineOperation"^^xsd:string 1500 [ sp:varName "marineOperation"^^xsd:string
1501 ] 1501 ]
1502 ] [ sp:object 1502 ] [ sp:object
1503 [ sp:varName "basketMovementRef"^^xsd:string 1503 [ sp:varName "basketMovementRef"^^xsd:string
1504 ] ; 1504 ] ;
1505 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 1505 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
1506 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#BasketMovement> 1506 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#BasketMovement>
1507 ]) ; 1507 ]) ;
1508 sp:where ([ sp:object 1508 sp:where ([ sp:object
...@@ -2391,14 +2391,14 @@ ...@@ -2391,14 +2391,14 @@
2391 sp:templates ([ sp:object 2391 sp:templates ([ sp:object
2392 [ sp:varName "activityRef"^^xsd:string 2392 [ sp:varName "activityRef"^^xsd:string
2393 ] ; 2393 ] ;
2394 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 2394 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
2395 sp:subject 2395 sp:subject
2396 [ sp:varName "marineOperation"^^xsd:string 2396 [ sp:varName "marineOperation"^^xsd:string
2397 ] 2397 ]
2398 ] [ sp:object 2398 ] [ sp:object
2399 [ sp:varName "activityRef"^^xsd:string 2399 [ sp:varName "activityRef"^^xsd:string
2400 ] ; 2400 ] ;
2401 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 2401 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
2402 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#MarineOperation> 2402 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#MarineOperation>
2403 ]) ; 2403 ]) ;
2404 sp:where ([ sp:object 2404 sp:where ([ sp:object
......