David Price

Lithology Info done

1 -# Saved by TopBraid on Thu Sep 22 17:44:29 BST 2011 1 +# Saved by TopBraid on Sun Sep 25 10:13:20 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables 2 # baseURI: http://www.reportinghub.no/ep/spin/ddr-tables
3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose 3 # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr 4 # imports: http://www.reportinghub.no/ep/schema/1.0/ddr
5 # imports: http://spinrdf.org/spin 5 # imports: http://spinrdf.org/spin
6 # imports: http://www.reportinghub.no/spin/rh 6 # imports: http://www.reportinghub.no/spin/rh
7 7
8 +@prefix arg: <http://spinrdf.org/arg#> .
8 @prefix ddr-tables: <http://www.reportinghub.no/ep/spin/ddr-tables#> . 9 @prefix ddr-tables: <http://www.reportinghub.no/ep/spin/ddr-tables#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 10 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 11 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 12 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 @prefix rhspin: <http://www.reportinghub.no/spin/rh#> . 13 @prefix rhspin: <http://www.reportinghub.no/spin/rh#> .
13 @prefix sp: <http://spinrdf.org/sp#> . 14 @prefix sp: <http://spinrdf.org/sp#> .
15 +@prefix spif: <http://spinrdf.org/spif#> .
14 @prefix spin: <http://spinrdf.org/spin#> . 16 @prefix spin: <http://spinrdf.org/spin#> .
15 @prefix spl: <http://spinrdf.org/spl#> . 17 @prefix spl: <http://spinrdf.org/spl#> .
16 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 18 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
...@@ -613,56 +615,116 @@ ddr-tables:LithologyInformation ...@@ -613,56 +615,116 @@ ddr-tables:LithologyInformation
613 rdfs:subClassOf rhspin:DDRTableTemplates ; 615 rdfs:subClassOf rhspin:DDRTableTemplates ;
614 spin:body 616 spin:body
615 [ rdf:type sp:Select ; 617 [ rdf:type sp:Select ;
616 - sp:orderBy ([ sp:varName "runNo"^^xsd:string 618 + sp:resultVariables (_:b70 _:b71 _:b72 _:b73 _:b74 _:b75 _:b76 _:b77) ;
617 - ]) ; 619 + sp:where ([ sp:object _:b78 ;
618 - sp:resultVariables ([ sp:varName "startDepth"^^xsd:string
619 - ] _:b70 [ sp:varName "differenceInDepth"^^xsd:string
620 - ] [ sp:varName "showsDescription"^^xsd:string
621 - ] [ sp:varName "lithologyDescription"^^xsd:string
622 - ]) ;
623 - sp:where ([ sp:object _:b71 ;
624 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 620 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
625 sp:subject 621 sp:subject
626 [ sp:varName "report"^^xsd:string 622 [ sp:varName "report"^^xsd:string
627 ] 623 ]
628 - ] [ sp:object _:b72 ; 624 + ] [ sp:object _:b79 ;
629 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 625 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
630 - sp:subject _:b71 626 + sp:subject _:b78
631 - ] [ sp:object 627 + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#LithologyAndShowsObservation> ;
632 - [ sp:varName "startTime"^^xsd:string
633 - ] ;
634 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
635 - sp:subject _:b72
636 - ] [ sp:object
637 - [ sp:varName "endTime"^^xsd:string
638 - ] ;
639 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
640 - sp:subject _:b72
641 - ] [ rdf:type sp:Optional ;
642 - sp:elements ([ sp:object _:b73 ;
643 - sp:predicate rdf:type ;
644 - sp:subject _:b72
645 - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
646 sp:predicate rdf:type ; 628 sp:predicate rdf:type ;
647 - sp:subject _:b73 629 + sp:subject _:b79
630 + ] [ sp:object _:b80 ;
631 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
632 + sp:subject _:b79
633 + ] [ rdf:type sp:Optional ;
634 + sp:elements ([ sp:object _:b77 ;
635 + sp:predicate <http://www.reportinghub.no/ep/schema/well#lithologyDescription> ;
636 + sp:subject _:b80
648 ]) 637 ])
649 ] [ rdf:type sp:Optional ; 638 ] [ rdf:type sp:Optional ;
650 - sp:elements ([ sp:object _:b74 ; 639 + sp:elements ([ sp:object _:b76 ;
651 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 640 + sp:predicate <http://www.reportinghub.no/ep/schema/well#showDescription> ;
652 - sp:subject _:b72 641 + sp:subject _:b80
653 - ] [ sp:object _:b75 ; 642 + ])
654 - sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 643 + ] [ rdf:type sp:Optional ;
655 - sp:subject _:b74 644 + sp:elements ([ sp:object _:b81 ;
645 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
646 + sp:subject _:b80
647 + ] [ sp:object _:b71 ;
648 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
649 + sp:subject _:b81
650 + ])
651 + ] [ rdf:type sp:Optional ;
652 + sp:elements ([ sp:object _:b82 ;
653 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
654 + sp:subject _:b80
656 ] [ sp:object _:b70 ; 655 ] [ sp:object _:b70 ;
657 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 656 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
658 - sp:subject _:b75 657 + sp:subject _:b82
659 ]) 658 ])
660 ] [ rdf:type sp:Optional ; 659 ] [ rdf:type sp:Optional ;
661 - sp:elements ([ sp:object 660 + sp:elements ([ sp:object _:b83 ;
662 - [ sp:varName "comments"^^xsd:string 661 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
662 + sp:subject _:b80
663 + ] [ sp:object _:b84 ;
664 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
665 + sp:subject _:b83
666 + ] [ sp:object _:b85 ;
667 + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
668 + sp:subject _:b80
669 + ] [ sp:object _:b86 ;
670 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
671 + sp:subject _:b85
672 + ] [ rdf:type sp:Bind ;
673 + sp:expression
674 + [ rdf:type sp:sub ;
675 + sp:arg1 [ rdf:type spif:cast ;
676 + arg:datatype xsd:float ;
677 + sp:arg1 _:b86
678 + ] ;
679 + sp:arg2 [ rdf:type spif:cast ;
680 + arg:datatype xsd:float ;
681 + sp:arg1 _:b84
682 + ]
663 ] ; 683 ] ;
664 - sp:predicate rdfs:comment ; 684 + sp:variable _:b72
665 - sp:subject _:b72 685 + ])
686 + ] [ rdf:type sp:Optional ;
687 + sp:elements ([ sp:object _:b87 ;
688 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
689 + sp:subject _:b80
690 + ] [ sp:object _:b73 ;
691 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
692 + sp:subject _:b87
693 + ])
694 + ] [ rdf:type sp:Optional ;
695 + sp:elements ([ sp:object _:b88 ;
696 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
697 + sp:subject _:b80
698 + ] [ sp:object _:b74 ;
699 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
700 + sp:subject _:b88
701 + ])
702 + ] [ rdf:type sp:Optional ;
703 + sp:elements ([ sp:object _:b89 ;
704 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
705 + sp:subject _:b80
706 + ] [ sp:object _:b90 ;
707 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
708 + sp:subject _:b89
709 + ] [ sp:object _:b91 ;
710 + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
711 + sp:subject _:b80
712 + ] [ sp:object _:b92 ;
713 + sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
714 + sp:subject _:b91
715 + ] [ rdf:type sp:Bind ;
716 + sp:expression
717 + [ rdf:type sp:sub ;
718 + sp:arg1 [ rdf:type spif:cast ;
719 + arg:datatype xsd:float ;
720 + sp:arg1 _:b92
721 + ] ;
722 + sp:arg2 [ rdf:type spif:cast ;
723 + arg:datatype xsd:float ;
724 + sp:arg1 _:b90
725 + ]
726 + ] ;
727 + sp:variable _:b75
666 ]) 728 ])
667 ]) 729 ])
668 ] ; 730 ] ;
...@@ -674,58 +736,58 @@ ddr-tables:LogInformation ...@@ -674,58 +736,58 @@ ddr-tables:LogInformation
674 rdfs:subClassOf rhspin:DDRTableTemplates ; 736 rdfs:subClassOf rhspin:DDRTableTemplates ;
675 spin:body 737 spin:body
676 [ rdf:type sp:Select ; 738 [ rdf:type sp:Select ;
677 - sp:orderBy (_:b76) ; 739 + sp:orderBy (_:b93) ;
678 - sp:resultVariables (_:b76 [ sp:varName "depthTopmMD"^^xsd:string 740 + sp:resultVariables (_:b93 [ sp:varName "depthTopmMD"^^xsd:string
679 ] [ sp:varName "depthBottommMD"^^xsd:string 741 ] [ sp:varName "depthBottommMD"^^xsd:string
680 ] [ sp:varName "tool"^^xsd:string 742 ] [ sp:varName "tool"^^xsd:string
681 ] [ sp:varName "bHCTdegC"^^xsd:string 743 ] [ sp:varName "bHCTdegC"^^xsd:string
682 ] [ sp:varName "bHSTdegC"^^xsd:string 744 ] [ sp:varName "bHSTdegC"^^xsd:string
683 ]) ; 745 ]) ;
684 - sp:where ([ sp:object _:b77 ; 746 + sp:where ([ sp:object _:b94 ;
685 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 747 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
686 sp:subject 748 sp:subject
687 [ sp:varName "report"^^xsd:string 749 [ sp:varName "report"^^xsd:string
688 ] 750 ]
689 - ] [ sp:object _:b78 ; 751 + ] [ sp:object _:b95 ;
690 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 752 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
691 - sp:subject _:b77 753 + sp:subject _:b94
692 ] [ sp:object 754 ] [ sp:object
693 [ sp:varName "startTime"^^xsd:string 755 [ sp:varName "startTime"^^xsd:string
694 ] ; 756 ] ;
695 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 757 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
696 - sp:subject _:b78 758 + sp:subject _:b95
697 ] [ sp:object 759 ] [ sp:object
698 [ sp:varName "endTime"^^xsd:string 760 [ sp:varName "endTime"^^xsd:string
699 ] ; 761 ] ;
700 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 762 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
701 - sp:subject _:b78 763 + sp:subject _:b95
702 ] [ rdf:type sp:Optional ; 764 ] [ rdf:type sp:Optional ;
703 - sp:elements ([ sp:object _:b79 ; 765 + sp:elements ([ sp:object _:b96 ;
704 sp:predicate rdf:type ; 766 sp:predicate rdf:type ;
705 - sp:subject _:b78 767 + sp:subject _:b95
706 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 768 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
707 sp:predicate rdf:type ; 769 sp:predicate rdf:type ;
708 - sp:subject _:b79 770 + sp:subject _:b96
709 ]) 771 ])
710 ] [ rdf:type sp:Optional ; 772 ] [ rdf:type sp:Optional ;
711 - sp:elements ([ sp:object _:b80 ; 773 + sp:elements ([ sp:object _:b97 ;
712 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 774 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
713 - sp:subject _:b78 775 + sp:subject _:b95
714 - ] [ sp:object _:b81 ; 776 + ] [ sp:object _:b98 ;
715 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 777 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
716 - sp:subject _:b80 778 + sp:subject _:b97
717 ] [ sp:object 779 ] [ sp:object
718 [ sp:varName "endDepth"^^xsd:string 780 [ sp:varName "endDepth"^^xsd:string
719 ] ; 781 ] ;
720 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 782 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
721 - sp:subject _:b81 783 + sp:subject _:b98
722 ]) 784 ])
723 ] [ rdf:type sp:Optional ; 785 ] [ rdf:type sp:Optional ;
724 sp:elements ([ sp:object 786 sp:elements ([ sp:object
725 [ sp:varName "comments"^^xsd:string 787 [ sp:varName "comments"^^xsd:string
726 ] ; 788 ] ;
727 sp:predicate rdfs:comment ; 789 sp:predicate rdfs:comment ;
728 - sp:subject _:b78 790 + sp:subject _:b95
729 ]) 791 ])
730 ]) 792 ])
731 ] ; 793 ] ;
...@@ -737,48 +799,48 @@ ddr-tables:Operations ...@@ -737,48 +799,48 @@ ddr-tables:Operations
737 rdfs:subClassOf rhspin:DDRTableTemplates ; 799 rdfs:subClassOf rhspin:DDRTableTemplates ;
738 spin:body 800 spin:body
739 [ rdf:type sp:Select ; 801 [ rdf:type sp:Select ;
740 - sp:orderBy (_:b82) ; 802 + sp:orderBy (_:b99) ;
741 - sp:resultVariables (_:b82 _:b83 [ sp:varName "startDepth"^^xsd:string 803 + sp:resultVariables (_:b99 _:b100 [ sp:varName "startDepth"^^xsd:string
742 - ] _:b84 [ sp:varName "depth"^^xsd:string 804 + ] _:b101 [ sp:varName "depth"^^xsd:string
743 - ] _:b85 [ sp:varName "state"^^xsd:string 805 + ] _:b102 [ sp:varName "state"^^xsd:string
744 - ] _:b86) ; 806 + ] _:b103) ;
745 - sp:where ([ sp:object _:b87 ; 807 + sp:where ([ sp:object _:b104 ;
746 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 808 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
747 sp:subject 809 sp:subject
748 [ sp:varName "report"^^xsd:string 810 [ sp:varName "report"^^xsd:string
749 ] 811 ]
750 - ] [ sp:object _:b88 ; 812 + ] [ sp:object _:b105 ;
751 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 813 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
752 - sp:subject _:b87 814 + sp:subject _:b104
753 - ] [ sp:object _:b82 ; 815 + ] [ sp:object _:b99 ;
754 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 816 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
755 - sp:subject _:b88 817 + sp:subject _:b105
756 - ] [ sp:object _:b83 ; 818 + ] [ sp:object _:b100 ;
757 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 819 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
758 - sp:subject _:b88 820 + sp:subject _:b105
759 ] [ rdf:type sp:Optional ; 821 ] [ rdf:type sp:Optional ;
760 - sp:elements ([ sp:object _:b85 ; 822 + sp:elements ([ sp:object _:b102 ;
761 sp:predicate rdf:type ; 823 sp:predicate rdf:type ;
762 - sp:subject _:b88 824 + sp:subject _:b105
763 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 825 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
764 sp:predicate rdf:type ; 826 sp:predicate rdf:type ;
765 - sp:subject _:b85 827 + sp:subject _:b102
766 ]) 828 ])
767 ] [ rdf:type sp:Optional ; 829 ] [ rdf:type sp:Optional ;
768 - sp:elements ([ sp:object _:b89 ; 830 + sp:elements ([ sp:object _:b106 ;
769 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 831 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
770 - sp:subject _:b88 832 + sp:subject _:b105
771 - ] [ sp:object _:b90 ; 833 + ] [ sp:object _:b107 ;
772 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 834 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
773 - sp:subject _:b89 835 + sp:subject _:b106
774 - ] [ sp:object _:b84 ; 836 + ] [ sp:object _:b101 ;
775 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 837 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
776 - sp:subject _:b90 838 + sp:subject _:b107
777 ]) 839 ])
778 ] [ rdf:type sp:Optional ; 840 ] [ rdf:type sp:Optional ;
779 - sp:elements ([ sp:object _:b86 ; 841 + sp:elements ([ sp:object _:b103 ;
780 sp:predicate rdfs:comment ; 842 sp:predicate rdfs:comment ;
781 - sp:subject _:b88 843 + sp:subject _:b105
782 ]) 844 ])
783 ]) 845 ])
784 ] ; 846 ] ;
...@@ -790,59 +852,59 @@ ddr-tables:PerforationInformation ...@@ -790,59 +852,59 @@ ddr-tables:PerforationInformation
790 rdfs:subClassOf rhspin:DDRTableTemplates ; 852 rdfs:subClassOf rhspin:DDRTableTemplates ;
791 spin:body 853 spin:body
792 [ rdf:type sp:Select ; 854 [ rdf:type sp:Select ;
793 - sp:orderBy (_:b91) ; 855 + sp:orderBy (_:b108) ;
794 - sp:resultVariables (_:b91 [ sp:varName "timeOfClosingWellPerf"^^xsd:string 856 + sp:resultVariables (_:b108 [ sp:varName "timeOfClosingWellPerf"^^xsd:string
795 ] [ sp:varName "durationWellPerf"^^xsd:string 857 ] [ sp:varName "durationWellPerf"^^xsd:string
796 ] [ sp:varName "topOfPerfmMD"^^xsd:string 858 ] [ sp:varName "topOfPerfmMD"^^xsd:string
797 ] [ sp:varName "bottomOfPerfmMD"^^xsd:string 859 ] [ sp:varName "bottomOfPerfmMD"^^xsd:string
798 ] [ sp:varName "topOfPerfmTVD"^^xsd:string 860 ] [ sp:varName "topOfPerfmTVD"^^xsd:string
799 ] [ sp:varName "bottomOfPerfmTVD"^^xsd:string 861 ] [ sp:varName "bottomOfPerfmTVD"^^xsd:string
800 ]) ; 862 ]) ;
801 - sp:where ([ sp:object _:b92 ; 863 + sp:where ([ sp:object _:b109 ;
802 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 864 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
803 sp:subject 865 sp:subject
804 [ sp:varName "report"^^xsd:string 866 [ sp:varName "report"^^xsd:string
805 ] 867 ]
806 - ] [ sp:object _:b93 ; 868 + ] [ sp:object _:b110 ;
807 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 869 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
808 - sp:subject _:b92 870 + sp:subject _:b109
809 ] [ sp:object 871 ] [ sp:object
810 [ sp:varName "startTime"^^xsd:string 872 [ sp:varName "startTime"^^xsd:string
811 ] ; 873 ] ;
812 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 874 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
813 - sp:subject _:b93 875 + sp:subject _:b110
814 ] [ sp:object 876 ] [ sp:object
815 [ sp:varName "endTime"^^xsd:string 877 [ sp:varName "endTime"^^xsd:string
816 ] ; 878 ] ;
817 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 879 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
818 - sp:subject _:b93 880 + sp:subject _:b110
819 ] [ rdf:type sp:Optional ; 881 ] [ rdf:type sp:Optional ;
820 - sp:elements ([ sp:object _:b94 ; 882 + sp:elements ([ sp:object _:b111 ;
821 sp:predicate rdf:type ; 883 sp:predicate rdf:type ;
822 - sp:subject _:b93 884 + sp:subject _:b110
823 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 885 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
824 sp:predicate rdf:type ; 886 sp:predicate rdf:type ;
825 - sp:subject _:b94 887 + sp:subject _:b111
826 ]) 888 ])
827 ] [ rdf:type sp:Optional ; 889 ] [ rdf:type sp:Optional ;
828 - sp:elements ([ sp:object _:b95 ; 890 + sp:elements ([ sp:object _:b112 ;
829 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 891 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
830 - sp:subject _:b93 892 + sp:subject _:b110
831 - ] [ sp:object _:b96 ; 893 + ] [ sp:object _:b113 ;
832 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 894 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
833 - sp:subject _:b95 895 + sp:subject _:b112
834 ] [ sp:object 896 ] [ sp:object
835 [ sp:varName "endDepth"^^xsd:string 897 [ sp:varName "endDepth"^^xsd:string
836 ] ; 898 ] ;
837 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 899 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
838 - sp:subject _:b96 900 + sp:subject _:b113
839 ]) 901 ])
840 ] [ rdf:type sp:Optional ; 902 ] [ rdf:type sp:Optional ;
841 sp:elements ([ sp:object 903 sp:elements ([ sp:object
842 [ sp:varName "comments"^^xsd:string 904 [ sp:varName "comments"^^xsd:string
843 ] ; 905 ] ;
844 sp:predicate rdfs:comment ; 906 sp:predicate rdfs:comment ;
845 - sp:subject _:b93 907 + sp:subject _:b110
846 ]) 908 ])
847 ]) 909 ])
848 ] ; 910 ] ;
...@@ -854,57 +916,57 @@ ddr-tables:PorePressure ...@@ -854,57 +916,57 @@ ddr-tables:PorePressure
854 rdfs:subClassOf rhspin:DDRTableTemplates ; 916 rdfs:subClassOf rhspin:DDRTableTemplates ;
855 spin:body 917 spin:body
856 [ rdf:type sp:Select ; 918 [ rdf:type sp:Select ;
857 - sp:orderBy (_:b97) ; 919 + sp:orderBy (_:b114) ;
858 sp:resultVariables ([ sp:varName "reading"^^xsd:string 920 sp:resultVariables ([ sp:varName "reading"^^xsd:string
859 ] [ sp:varName "equMudWeight"^^xsd:string 921 ] [ sp:varName "equMudWeight"^^xsd:string
860 - ] _:b97 [ sp:varName "depthmMD"^^xsd:string 922 + ] _:b114 [ sp:varName "depthmMD"^^xsd:string
861 ] [ sp:varName "depthmTVD"^^xsd:string 923 ] [ sp:varName "depthmTVD"^^xsd:string
862 ]) ; 924 ]) ;
863 - sp:where ([ sp:object _:b98 ; 925 + sp:where ([ sp:object _:b115 ;
864 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 926 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
865 sp:subject 927 sp:subject
866 [ sp:varName "report"^^xsd:string 928 [ sp:varName "report"^^xsd:string
867 ] 929 ]
868 - ] [ sp:object _:b99 ; 930 + ] [ sp:object _:b116 ;
869 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 931 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
870 - sp:subject _:b98 932 + sp:subject _:b115
871 ] [ sp:object 933 ] [ sp:object
872 [ sp:varName "startTime"^^xsd:string 934 [ sp:varName "startTime"^^xsd:string
873 ] ; 935 ] ;
874 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 936 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
875 - sp:subject _:b99 937 + sp:subject _:b116
876 ] [ sp:object 938 ] [ sp:object
877 [ sp:varName "endTime"^^xsd:string 939 [ sp:varName "endTime"^^xsd:string
878 ] ; 940 ] ;
879 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 941 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
880 - sp:subject _:b99 942 + sp:subject _:b116
881 ] [ rdf:type sp:Optional ; 943 ] [ rdf:type sp:Optional ;
882 - sp:elements ([ sp:object _:b100 ; 944 + sp:elements ([ sp:object _:b117 ;
883 sp:predicate rdf:type ; 945 sp:predicate rdf:type ;
884 - sp:subject _:b99 946 + sp:subject _:b116
885 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 947 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
886 sp:predicate rdf:type ; 948 sp:predicate rdf:type ;
887 - sp:subject _:b100 949 + sp:subject _:b117
888 ]) 950 ])
889 ] [ rdf:type sp:Optional ; 951 ] [ rdf:type sp:Optional ;
890 - sp:elements ([ sp:object _:b101 ; 952 + sp:elements ([ sp:object _:b118 ;
891 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 953 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
892 - sp:subject _:b99 954 + sp:subject _:b116
893 - ] [ sp:object _:b102 ; 955 + ] [ sp:object _:b119 ;
894 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 956 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
895 - sp:subject _:b101 957 + sp:subject _:b118
896 ] [ sp:object 958 ] [ sp:object
897 [ sp:varName "endDepth"^^xsd:string 959 [ sp:varName "endDepth"^^xsd:string
898 ] ; 960 ] ;
899 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 961 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
900 - sp:subject _:b102 962 + sp:subject _:b119
901 ]) 963 ])
902 ] [ rdf:type sp:Optional ; 964 ] [ rdf:type sp:Optional ;
903 sp:elements ([ sp:object 965 sp:elements ([ sp:object
904 [ sp:varName "comments"^^xsd:string 966 [ sp:varName "comments"^^xsd:string
905 ] ; 967 ] ;
906 sp:predicate rdfs:comment ; 968 sp:predicate rdfs:comment ;
907 - sp:subject _:b99 969 + sp:subject _:b116
908 ]) 970 ])
909 ]) 971 ])
910 ] ; 972 ] ;
...@@ -919,51 +981,51 @@ ddr-tables:StratigraphicInformation ...@@ -919,51 +981,51 @@ ddr-tables:StratigraphicInformation
919 sp:resultVariables ([ sp:varName "depthToTopOfFormation"^^xsd:string 981 sp:resultVariables ([ sp:varName "depthToTopOfFormation"^^xsd:string
920 ] [ sp:varName "formationName"^^xsd:string 982 ] [ sp:varName "formationName"^^xsd:string
921 ]) ; 983 ]) ;
922 - sp:where ([ sp:object _:b103 ; 984 + sp:where ([ sp:object _:b120 ;
923 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 985 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
924 sp:subject 986 sp:subject
925 [ sp:varName "report"^^xsd:string 987 [ sp:varName "report"^^xsd:string
926 ] 988 ]
927 - ] [ sp:object _:b104 ; 989 + ] [ sp:object _:b121 ;
928 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 990 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
929 - sp:subject _:b103 991 + sp:subject _:b120
930 ] [ sp:object 992 ] [ sp:object
931 [ sp:varName "startTime"^^xsd:string 993 [ sp:varName "startTime"^^xsd:string
932 ] ; 994 ] ;
933 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 995 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
934 - sp:subject _:b104 996 + sp:subject _:b121
935 ] [ sp:object 997 ] [ sp:object
936 [ sp:varName "endTime"^^xsd:string 998 [ sp:varName "endTime"^^xsd:string
937 ] ; 999 ] ;
938 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1000 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
939 - sp:subject _:b104 1001 + sp:subject _:b121
940 ] [ rdf:type sp:Optional ; 1002 ] [ rdf:type sp:Optional ;
941 - sp:elements ([ sp:object _:b105 ; 1003 + sp:elements ([ sp:object _:b122 ;
942 sp:predicate rdf:type ; 1004 sp:predicate rdf:type ;
943 - sp:subject _:b104 1005 + sp:subject _:b121
944 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1006 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
945 sp:predicate rdf:type ; 1007 sp:predicate rdf:type ;
946 - sp:subject _:b105 1008 + sp:subject _:b122
947 ]) 1009 ])
948 ] [ rdf:type sp:Optional ; 1010 ] [ rdf:type sp:Optional ;
949 - sp:elements ([ sp:object _:b106 ; 1011 + sp:elements ([ sp:object _:b123 ;
950 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1012 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
951 - sp:subject _:b104 1013 + sp:subject _:b121
952 - ] [ sp:object _:b107 ; 1014 + ] [ sp:object _:b124 ;
953 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1015 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
954 - sp:subject _:b106 1016 + sp:subject _:b123
955 ] [ sp:object 1017 ] [ sp:object
956 [ sp:varName "endDepth"^^xsd:string 1018 [ sp:varName "endDepth"^^xsd:string
957 ] ; 1019 ] ;
958 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1020 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
959 - sp:subject _:b107 1021 + sp:subject _:b124
960 ]) 1022 ])
961 ] [ rdf:type sp:Optional ; 1023 ] [ rdf:type sp:Optional ;
962 sp:elements ([ sp:object 1024 sp:elements ([ sp:object
963 [ sp:varName "comments"^^xsd:string 1025 [ sp:varName "comments"^^xsd:string
964 ] ; 1026 ] ;
965 sp:predicate rdfs:comment ; 1027 sp:predicate rdfs:comment ;
966 - sp:subject _:b104 1028 + sp:subject _:b121
967 ]) 1029 ])
968 ]) 1030 ])
969 ] ; 1031 ] ;
...@@ -980,51 +1042,51 @@ ddr-tables:SurveyStation ...@@ -980,51 +1042,51 @@ ddr-tables:SurveyStation
980 ] [ sp:varName "inclination"^^xsd:string 1042 ] [ sp:varName "inclination"^^xsd:string
981 ] [ sp:varName "azimuth"^^xsd:string 1043 ] [ sp:varName "azimuth"^^xsd:string
982 ]) ; 1044 ]) ;
983 - sp:where ([ sp:object _:b108 ; 1045 + sp:where ([ sp:object _:b125 ;
984 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1046 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
985 sp:subject 1047 sp:subject
986 [ sp:varName "report"^^xsd:string 1048 [ sp:varName "report"^^xsd:string
987 ] 1049 ]
988 - ] [ sp:object _:b109 ; 1050 + ] [ sp:object _:b126 ;
989 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1051 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
990 - sp:subject _:b108 1052 + sp:subject _:b125
991 ] [ sp:object 1053 ] [ sp:object
992 [ sp:varName "startTime"^^xsd:string 1054 [ sp:varName "startTime"^^xsd:string
993 ] ; 1055 ] ;
994 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1056 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
995 - sp:subject _:b109 1057 + sp:subject _:b126
996 ] [ sp:object 1058 ] [ sp:object
997 [ sp:varName "endTime"^^xsd:string 1059 [ sp:varName "endTime"^^xsd:string
998 ] ; 1060 ] ;
999 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1061 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1000 - sp:subject _:b109 1062 + sp:subject _:b126
1001 ] [ rdf:type sp:Optional ; 1063 ] [ rdf:type sp:Optional ;
1002 - sp:elements ([ sp:object _:b110 ; 1064 + sp:elements ([ sp:object _:b127 ;
1003 sp:predicate rdf:type ; 1065 sp:predicate rdf:type ;
1004 - sp:subject _:b109 1066 + sp:subject _:b126
1005 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1067 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1006 sp:predicate rdf:type ; 1068 sp:predicate rdf:type ;
1007 - sp:subject _:b110 1069 + sp:subject _:b127
1008 ]) 1070 ])
1009 ] [ rdf:type sp:Optional ; 1071 ] [ rdf:type sp:Optional ;
1010 - sp:elements ([ sp:object _:b111 ; 1072 + sp:elements ([ sp:object _:b128 ;
1011 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1073 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1012 - sp:subject _:b109 1074 + sp:subject _:b126
1013 - ] [ sp:object _:b112 ; 1075 + ] [ sp:object _:b129 ;
1014 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1076 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1015 - sp:subject _:b111 1077 + sp:subject _:b128
1016 ] [ sp:object 1078 ] [ sp:object
1017 [ sp:varName "endDepth"^^xsd:string 1079 [ sp:varName "endDepth"^^xsd:string
1018 ] ; 1080 ] ;
1019 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1081 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1020 - sp:subject _:b112 1082 + sp:subject _:b129
1021 ]) 1083 ])
1022 ] [ rdf:type sp:Optional ; 1084 ] [ rdf:type sp:Optional ;
1023 sp:elements ([ sp:object 1085 sp:elements ([ sp:object
1024 [ sp:varName "comments"^^xsd:string 1086 [ sp:varName "comments"^^xsd:string
1025 ] ; 1087 ] ;
1026 sp:predicate rdfs:comment ; 1088 sp:predicate rdfs:comment ;
1027 - sp:subject _:b109 1089 + sp:subject _:b126
1028 ]) 1090 ])
1029 ]) 1091 ])
1030 ] ; 1092 ] ;
...@@ -1036,8 +1098,8 @@ ddr-tables:WellControlIncident ...@@ -1036,8 +1098,8 @@ ddr-tables:WellControlIncident
1036 rdfs:subClassOf rhspin:DDRTableTemplates ; 1098 rdfs:subClassOf rhspin:DDRTableTemplates ;
1037 spin:body 1099 spin:body
1038 [ rdf:type sp:Select ; 1100 [ rdf:type sp:Select ;
1039 - sp:orderBy (_:b113) ; 1101 + sp:orderBy (_:b130) ;
1040 - sp:resultVariables (_:b113 [ sp:varName "depthOfWell"^^xsd:string 1102 + sp:resultVariables (_:b130 [ sp:varName "depthOfWell"^^xsd:string
1041 ] [ sp:varName "lostTime"^^xsd:string 1103 ] [ sp:varName "lostTime"^^xsd:string
1042 ] [ sp:varName "timeForWellControlRegain"^^xsd:string 1104 ] [ sp:varName "timeForWellControlRegain"^^xsd:string
1043 ] [ sp:varName "depthAtBit"^^xsd:string 1105 ] [ sp:varName "depthAtBit"^^xsd:string
...@@ -1052,51 +1114,51 @@ ddr-tables:WellControlIncident ...@@ -1052,51 +1114,51 @@ ddr-tables:WellControlIncident
1052 ] [ sp:varName "formation"^^xsd:string 1114 ] [ sp:varName "formation"^^xsd:string
1053 ] [ sp:varName "bHT"^^xsd:string 1115 ] [ sp:varName "bHT"^^xsd:string
1054 ]) ; 1116 ]) ;
1055 - sp:where ([ sp:object _:b114 ; 1117 + sp:where ([ sp:object _:b131 ;
1056 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1118 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1057 sp:subject 1119 sp:subject
1058 [ sp:varName "report"^^xsd:string 1120 [ sp:varName "report"^^xsd:string
1059 ] 1121 ]
1060 - ] [ sp:object _:b115 ; 1122 + ] [ sp:object _:b132 ;
1061 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1123 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1062 - sp:subject _:b114 1124 + sp:subject _:b131
1063 ] [ sp:object 1125 ] [ sp:object
1064 [ sp:varName "startTime"^^xsd:string 1126 [ sp:varName "startTime"^^xsd:string
1065 ] ; 1127 ] ;
1066 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1128 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1067 - sp:subject _:b115 1129 + sp:subject _:b132
1068 ] [ sp:object 1130 ] [ sp:object
1069 [ sp:varName "endTime"^^xsd:string 1131 [ sp:varName "endTime"^^xsd:string
1070 ] ; 1132 ] ;
1071 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1133 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1072 - sp:subject _:b115 1134 + sp:subject _:b132
1073 ] [ rdf:type sp:Optional ; 1135 ] [ rdf:type sp:Optional ;
1074 - sp:elements ([ sp:object _:b116 ; 1136 + sp:elements ([ sp:object _:b133 ;
1075 sp:predicate rdf:type ; 1137 sp:predicate rdf:type ;
1076 - sp:subject _:b115 1138 + sp:subject _:b132
1077 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1139 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1078 sp:predicate rdf:type ; 1140 sp:predicate rdf:type ;
1079 - sp:subject _:b116 1141 + sp:subject _:b133
1080 ]) 1142 ])
1081 ] [ rdf:type sp:Optional ; 1143 ] [ rdf:type sp:Optional ;
1082 - sp:elements ([ sp:object _:b117 ; 1144 + sp:elements ([ sp:object _:b134 ;
1083 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1145 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1084 - sp:subject _:b115 1146 + sp:subject _:b132
1085 - ] [ sp:object _:b118 ; 1147 + ] [ sp:object _:b135 ;
1086 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1148 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1087 - sp:subject _:b117 1149 + sp:subject _:b134
1088 ] [ sp:object 1150 ] [ sp:object
1089 [ sp:varName "endDepth"^^xsd:string 1151 [ sp:varName "endDepth"^^xsd:string
1090 ] ; 1152 ] ;
1091 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1153 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1092 - sp:subject _:b118 1154 + sp:subject _:b135
1093 ]) 1155 ])
1094 ] [ rdf:type sp:Optional ; 1156 ] [ rdf:type sp:Optional ;
1095 sp:elements ([ sp:object 1157 sp:elements ([ sp:object
1096 [ sp:varName "comments"^^xsd:string 1158 [ sp:varName "comments"^^xsd:string
1097 ] ; 1159 ] ;
1098 sp:predicate rdfs:comment ; 1160 sp:predicate rdfs:comment ;
1099 - sp:subject _:b115 1161 + sp:subject _:b132
1100 ]) 1162 ])
1101 ]) 1163 ])
1102 ] ; 1164 ] ;
...@@ -1108,8 +1170,8 @@ ddr-tables:WellTestInformation ...@@ -1108,8 +1170,8 @@ ddr-tables:WellTestInformation
1108 rdfs:subClassOf rhspin:DDRTableTemplates ; 1170 rdfs:subClassOf rhspin:DDRTableTemplates ;
1109 spin:body 1171 spin:body
1110 [ rdf:type sp:Select ; 1172 [ rdf:type sp:Select ;
1111 - sp:orderBy (_:b119) ; 1173 + sp:orderBy (_:b136) ;
1112 - sp:resultVariables (_:b119 [ sp:varName "testNo"^^xsd:string 1174 + sp:resultVariables (_:b136 [ sp:varName "testNo"^^xsd:string
1113 ] [ sp:varName "type"^^xsd:string 1175 ] [ sp:varName "type"^^xsd:string
1114 ] [ sp:varName "depthTopmMD"^^xsd:string 1176 ] [ sp:varName "depthTopmMD"^^xsd:string
1115 ] [ sp:varName "depthBottommMD"^^xsd:string 1177 ] [ sp:varName "depthBottommMD"^^xsd:string
...@@ -1127,333 +1189,236 @@ ddr-tables:WellTestInformation ...@@ -1127,333 +1189,236 @@ ddr-tables:WellTestInformation
1127 ] [ sp:varName "cO2Content"^^xsd:string 1189 ] [ sp:varName "cO2Content"^^xsd:string
1128 ] [ sp:varName "h2SContent"^^xsd:string 1190 ] [ sp:varName "h2SContent"^^xsd:string
1129 ]) ; 1191 ]) ;
1130 - sp:where ([ sp:object _:b120 ; 1192 + sp:where ([ sp:object _:b137 ;
1131 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; 1193 sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
1132 sp:subject 1194 sp:subject
1133 [ sp:varName "report"^^xsd:string 1195 [ sp:varName "report"^^xsd:string
1134 ] 1196 ]
1135 - ] [ sp:object _:b121 ; 1197 + ] [ sp:object _:b138 ;
1136 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; 1198 sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1137 - sp:subject _:b120 1199 + sp:subject _:b137
1138 ] [ sp:object 1200 ] [ sp:object
1139 [ sp:varName "startTime"^^xsd:string 1201 [ sp:varName "startTime"^^xsd:string
1140 ] ; 1202 ] ;
1141 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; 1203 sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
1142 - sp:subject _:b121 1204 + sp:subject _:b138
1143 ] [ sp:object 1205 ] [ sp:object
1144 [ sp:varName "endTime"^^xsd:string 1206 [ sp:varName "endTime"^^xsd:string
1145 ] ; 1207 ] ;
1146 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; 1208 sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
1147 - sp:subject _:b121 1209 + sp:subject _:b138
1148 ] [ rdf:type sp:Optional ; 1210 ] [ rdf:type sp:Optional ;
1149 - sp:elements ([ sp:object _:b122 ; 1211 + sp:elements ([ sp:object _:b139 ;
1150 sp:predicate rdf:type ; 1212 sp:predicate rdf:type ;
1151 - sp:subject _:b121 1213 + sp:subject _:b138
1152 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ; 1214 ] [ sp:object <http://www.reportinghub.no/ep/schema/activity-purpose#DailyDrillingActivityPurposeType> ;
1153 sp:predicate rdf:type ; 1215 sp:predicate rdf:type ;
1154 - sp:subject _:b122 1216 + sp:subject _:b139
1155 ]) 1217 ])
1156 ] [ rdf:type sp:Optional ; 1218 ] [ rdf:type sp:Optional ;
1157 - sp:elements ([ sp:object _:b123 ; 1219 + sp:elements ([ sp:object _:b140 ;
1158 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; 1220 sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
1159 - sp:subject _:b121 1221 + sp:subject _:b138
1160 - ] [ sp:object _:b124 ; 1222 + ] [ sp:object _:b141 ;
1161 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; 1223 sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
1162 - sp:subject _:b123 1224 + sp:subject _:b140
1163 ] [ sp:object 1225 ] [ sp:object
1164 [ sp:varName "endDepth"^^xsd:string 1226 [ sp:varName "endDepth"^^xsd:string
1165 ] ; 1227 ] ;
1166 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 1228 sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
1167 - sp:subject _:b124 1229 + sp:subject _:b141
1168 ]) 1230 ])
1169 ] [ rdf:type sp:Optional ; 1231 ] [ rdf:type sp:Optional ;
1170 sp:elements ([ sp:object 1232 sp:elements ([ sp:object
1171 [ sp:varName "comments"^^xsd:string 1233 [ sp:varName "comments"^^xsd:string
1172 ] ; 1234 ] ;
1173 sp:predicate rdfs:comment ; 1235 sp:predicate rdfs:comment ;
1174 - sp:subject _:b121 1236 + sp:subject _:b138
1175 ]) 1237 ])
1176 ]) 1238 ])
1177 ] ; 1239 ] ;
1178 rhspin:tableHeaders ("Time"^^xsd:string "Test no"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Choke oriface Size mm"^^xsd:string "Density crude oil g/cm3"^^xsd:string "Oil flow rate m3/d"^^xsd:string "Gas flow rate M(m3)/d"^^xsd:string "Water flow rate m3/d"^^xsd:string "Shut in pressure MPa"^^xsd:string "Flow pressure MPa"^^xsd:string "Bottom hole pressure MPa"^^xsd:string "Gas oil ratio m3/m3"^^xsd:string "Water oil ratio m3/m3"^^xsd:string "Chloride content ppm"^^xsd:string "CO2 content ppm"^^xsd:string "H2S content ppm"^^xsd:string) . 1240 rhspin:tableHeaders ("Time"^^xsd:string "Test no"^^xsd:string "Type"^^xsd:string "Depth Top mMD"^^xsd:string "Depth Bottom mMD"^^xsd:string "Choke oriface Size mm"^^xsd:string "Density crude oil g/cm3"^^xsd:string "Oil flow rate m3/d"^^xsd:string "Gas flow rate M(m3)/d"^^xsd:string "Water flow rate m3/d"^^xsd:string "Shut in pressure MPa"^^xsd:string "Flow pressure MPa"^^xsd:string "Bottom hole pressure MPa"^^xsd:string "Gas oil ratio m3/m3"^^xsd:string "Water oil ratio m3/m3"^^xsd:string "Chloride content ppm"^^xsd:string "CO2 content ppm"^^xsd:string "H2S content ppm"^^xsd:string) .
1179 1241
1180 -_:b113 1242 +_:b141
1181 - sp:varName "date"^^xsd:string .
1182 -
1183 -_:b118
1184 sp:varName "ed"^^xsd:string . 1243 sp:varName "ed"^^xsd:string .
1185 1244
1186 -_:b117 1245 +_:b140
1187 sp:varName "wellbore"^^xsd:string . 1246 sp:varName "wellbore"^^xsd:string .
1188 1247
1189 -_:b116 1248 +_:b139
1190 sp:varName "activity"^^xsd:string . 1249 sp:varName "activity"^^xsd:string .
1191 1250
1192 -_:b115 1251 +_:b138
1193 sp:varName "part"^^xsd:string . 1252 sp:varName "part"^^xsd:string .
1194 1253
1195 -_:b114 1254 +_:b137
1196 sp:varName "reportOn"^^xsd:string . 1255 sp:varName "reportOn"^^xsd:string .
1197 1256
1198 -_:b91 1257 +_:b136
1199 - sp:varName "timeOfOpeningWellPerf"^^xsd:string . 1258 + sp:varName "time"^^xsd:string .
1200 1259
1201 -_:b96 1260 +_:b135
1202 sp:varName "ed"^^xsd:string . 1261 sp:varName "ed"^^xsd:string .
1203 1262
1204 -_:b95 1263 +_:b134
1205 sp:varName "wellbore"^^xsd:string . 1264 sp:varName "wellbore"^^xsd:string .
1206 1265
1207 -_:b94 1266 +_:b133
1208 sp:varName "activity"^^xsd:string . 1267 sp:varName "activity"^^xsd:string .
1209 1268
1210 -_:b93 1269 +_:b132
1211 sp:varName "part"^^xsd:string . 1270 sp:varName "part"^^xsd:string .
1212 1271
1213 -_:b92 1272 +_:b131
1214 sp:varName "reportOn"^^xsd:string . 1273 sp:varName "reportOn"^^xsd:string .
1215 1274
1216 -_:b64 1275 +_:b130
1217 - sp:varName "time"^^xsd:string . 1276 + sp:varName "date"^^xsd:string .
1218 1277
1219 -_:b69 1278 +_:b129
1220 sp:varName "ed"^^xsd:string . 1279 sp:varName "ed"^^xsd:string .
1221 1280
1222 -_:b68 1281 +_:b128
1223 sp:varName "wellbore"^^xsd:string . 1282 sp:varName "wellbore"^^xsd:string .
1224 1283
1225 -_:b67 1284 +_:b127
1226 sp:varName "activity"^^xsd:string . 1285 sp:varName "activity"^^xsd:string .
1227 1286
1228 -_:b66 1287 +_:b126
1229 sp:varName "part"^^xsd:string . 1288 sp:varName "part"^^xsd:string .
1230 1289
1231 -_:b65 1290 +_:b125
1232 sp:varName "reportOn"^^xsd:string . 1291 sp:varName "reportOn"^^xsd:string .
1233 1292
1234 -_:b14 1293 +_:b124
1235 sp:varName "ed"^^xsd:string . 1294 sp:varName "ed"^^xsd:string .
1236 1295
1237 -_:b13 1296 +_:b123
1238 sp:varName "wellbore"^^xsd:string . 1297 sp:varName "wellbore"^^xsd:string .
1239 1298
1240 -_:b12 1299 +_:b122
1241 sp:varName "activity"^^xsd:string . 1300 sp:varName "activity"^^xsd:string .
1242 1301
1243 -_:b9 sp:varName "endTime"^^xsd:string . 1302 +_:b121
1244 -
1245 -_:b8 sp:varName "startTime"^^xsd:string .
1246 -
1247 -_:b11
1248 sp:varName "part"^^xsd:string . 1303 sp:varName "part"^^xsd:string .
1249 1304
1250 -_:b10 1305 +_:b120
1251 sp:varName "reportOn"^^xsd:string . 1306 sp:varName "reportOn"^^xsd:string .
1252 1307
1253 -_:b70 1308 +_:b119
1254 - sp:varName "endDepth"^^xsd:string .
1255 -
1256 -_:b75
1257 sp:varName "ed"^^xsd:string . 1309 sp:varName "ed"^^xsd:string .
1258 1310
1259 -_:b74 1311 +_:b118
1260 sp:varName "wellbore"^^xsd:string . 1312 sp:varName "wellbore"^^xsd:string .
1261 1313
1262 -_:b73 1314 +_:b117
1263 sp:varName "activity"^^xsd:string . 1315 sp:varName "activity"^^xsd:string .
1264 1316
1265 -_:b72 1317 +_:b116
1266 sp:varName "part"^^xsd:string . 1318 sp:varName "part"^^xsd:string .
1267 1319
1268 -_:b71 1320 +_:b115
1269 sp:varName "reportOn"^^xsd:string . 1321 sp:varName "reportOn"^^xsd:string .
1270 1322
1271 -_:b107 1323 +_:b114
1324 + sp:varName "time"^^xsd:string .
1325 +
1326 +_:b113
1272 sp:varName "ed"^^xsd:string . 1327 sp:varName "ed"^^xsd:string .
1273 1328
1274 -_:b106 1329 +_:b112
1275 sp:varName "wellbore"^^xsd:string . 1330 sp:varName "wellbore"^^xsd:string .
1276 1331
1277 -_:b105 1332 +_:b111
1278 sp:varName "activity"^^xsd:string . 1333 sp:varName "activity"^^xsd:string .
1279 1334
1280 -_:b104 1335 +_:b110
1281 sp:varName "part"^^xsd:string . 1336 sp:varName "part"^^xsd:string .
1282 1337
1283 -_:b103 1338 +_:b109
1284 sp:varName "reportOn"^^xsd:string . 1339 sp:varName "reportOn"^^xsd:string .
1285 1340
1286 -_:b63 1341 +_:b108
1342 + sp:varName "timeOfOpeningWellPerf"^^xsd:string .
1343 +
1344 +_:b107
1287 sp:varName "ed"^^xsd:string . 1345 sp:varName "ed"^^xsd:string .
1288 1346
1289 -_:b62 1347 +_:b106
1290 sp:varName "wellbore"^^xsd:string . 1348 sp:varName "wellbore"^^xsd:string .
1291 1349
1292 -_:b61 1350 +_:b105
1293 - sp:varName "activity"^^xsd:string .
1294 -
1295 -_:b60
1296 sp:varName "part"^^xsd:string . 1351 sp:varName "part"^^xsd:string .
1297 1352
1298 -_:b59 1353 +_:b104
1299 sp:varName "reportOn"^^xsd:string . 1354 sp:varName "reportOn"^^xsd:string .
1300 1355
1301 -_:b119 1356 +_:b103
1302 - sp:varName "time"^^xsd:string . 1357 + sp:varName "remark"^^xsd:string .
1303 -
1304 -_:b124
1305 - sp:varName "ed"^^xsd:string .
1306 -
1307 -_:b123
1308 - sp:varName "wellbore"^^xsd:string .
1309 1358
1310 -_:b122 1359 +_:b102
1311 sp:varName "activity"^^xsd:string . 1360 sp:varName "activity"^^xsd:string .
1312 1361
1313 -_:b121 1362 +_:b101
1314 - sp:varName "part"^^xsd:string . 1363 + sp:varName "endDepth"^^xsd:string .
1315 1364
1316 -_:b120 1365 +_:b100
1317 - sp:varName "reportOn"^^xsd:string . 1366 + sp:varName "endTime"^^xsd:string .
1318 1367
1319 -_:b29 1368 +_:b99
1320 - sp:varName "coreNo"^^xsd:string . 1369 + sp:varName "startTime"^^xsd:string .
1321 1370
1322 -_:b34 1371 +_:b98
1323 sp:varName "ed"^^xsd:string . 1372 sp:varName "ed"^^xsd:string .
1324 1373
1325 -_:b33 1374 +_:b97
1326 sp:varName "wellbore"^^xsd:string . 1375 sp:varName "wellbore"^^xsd:string .
1327 1376
1328 -_:b32 1377 +_:b96
1329 sp:varName "activity"^^xsd:string . 1378 sp:varName "activity"^^xsd:string .
1330 1379
1331 -_:b31 1380 +_:b95
1332 sp:varName "part"^^xsd:string . 1381 sp:varName "part"^^xsd:string .
1333 1382
1334 -_:b30 1383 +_:b94
1335 sp:varName "reportOn"^^xsd:string . 1384 sp:varName "reportOn"^^xsd:string .
1336 1385
1337 -_:b76 1386 +_:b93
1338 sp:varName "runNo"^^xsd:string . 1387 sp:varName "runNo"^^xsd:string .
1339 1388
1340 -_:b81 1389 +_:b69
1341 - sp:varName "ed"^^xsd:string .
1342 -
1343 -_:b80
1344 - sp:varName "wellbore"^^xsd:string .
1345 -
1346 -_:b79
1347 - sp:varName "activity"^^xsd:string .
1348 -
1349 -_:b78
1350 - sp:varName "part"^^xsd:string .
1351 -
1352 -_:b77
1353 - sp:varName "reportOn"^^xsd:string .
1354 -
1355 -_:b112
1356 sp:varName "ed"^^xsd:string . 1390 sp:varName "ed"^^xsd:string .
1357 1391
1358 -_:b111 1392 +_:b68
1359 sp:varName "wellbore"^^xsd:string . 1393 sp:varName "wellbore"^^xsd:string .
1360 1394
1361 -_:b110 1395 +_:b67
1362 sp:varName "activity"^^xsd:string . 1396 sp:varName "activity"^^xsd:string .
1363 1397
1364 -_:b109 1398 +_:b66
1365 sp:varName "part"^^xsd:string . 1399 sp:varName "part"^^xsd:string .
1366 1400
1367 -_:b108 1401 +_:b65
1368 sp:varName "reportOn"^^xsd:string . 1402 sp:varName "reportOn"^^xsd:string .
1369 1403
1370 -_:b97 1404 +_:b64
1371 sp:varName "time"^^xsd:string . 1405 sp:varName "time"^^xsd:string .
1372 1406
1373 -_:b102 1407 +_:b63
1374 - sp:varName "ed"^^xsd:string .
1375 -
1376 -_:b101
1377 - sp:varName "wellbore"^^xsd:string .
1378 -
1379 -_:b100
1380 - sp:varName "activity"^^xsd:string .
1381 -
1382 -_:b99
1383 - sp:varName "part"^^xsd:string .
1384 -
1385 -_:b98
1386 - sp:varName "reportOn"^^xsd:string .
1387 -
1388 -_:b15
1389 - sp:varName "comments"^^xsd:string .
1390 -
1391 -_:b20
1392 - sp:varName "ed"^^xsd:string .
1393 -
1394 -_:b19
1395 - sp:varName "wellbore"^^xsd:string .
1396 -
1397 -_:b18
1398 - sp:varName "activity"^^xsd:string .
1399 -
1400 -_:b17
1401 - sp:varName "part"^^xsd:string .
1402 -
1403 -_:b16
1404 - sp:varName "reportOn"^^xsd:string .
1405 -
1406 -_:b23
1407 - sp:varName "comments"^^xsd:string .
1408 -
1409 -_:b28
1410 sp:varName "ed"^^xsd:string . 1408 sp:varName "ed"^^xsd:string .
1411 1409
1412 -_:b27 1410 +_:b62
1413 sp:varName "wellbore"^^xsd:string . 1411 sp:varName "wellbore"^^xsd:string .
1414 1412
1415 -_:b26 1413 +_:b61
1416 sp:varName "activity"^^xsd:string . 1414 sp:varName "activity"^^xsd:string .
1417 1415
1418 -_:b22 1416 +_:b60
1419 - sp:varName "endTime"^^xsd:string .
1420 -
1421 -_:b21
1422 - sp:varName "startTime"^^xsd:string .
1423 -
1424 -_:b25
1425 - sp:varName "part"^^xsd:string .
1426 -
1427 -_:b24
1428 - sp:varName "reportOn"^^xsd:string .
1429 -
1430 -_:b90
1431 - sp:varName "ed"^^xsd:string .
1432 -
1433 -_:b89
1434 - sp:varName "wellbore"^^xsd:string .
1435 -
1436 -_:b88
1437 sp:varName "part"^^xsd:string . 1417 sp:varName "part"^^xsd:string .
1438 1418
1439 -_:b87 1419 +_:b59
1440 sp:varName "reportOn"^^xsd:string . 1420 sp:varName "reportOn"^^xsd:string .
1441 1421
1442 -_:b86
1443 - sp:varName "remark"^^xsd:string .
1444 -
1445 -_:b85
1446 - sp:varName "activity"^^xsd:string .
1447 -
1448 -_:b84
1449 - sp:varName "endDepth"^^xsd:string .
1450 -
1451 -_:b83
1452 - sp:varName "endTime"^^xsd:string .
1453 -
1454 -_:b82
1455 - sp:varName "startTime"^^xsd:string .
1456 -
1457 _:b58 1422 _:b58
1458 sp:varName "yp"^^xsd:string . 1423 sp:varName "yp"^^xsd:string .
1459 1424
...@@ -1526,6 +1491,85 @@ _:b36 ...@@ -1526,6 +1491,85 @@ _:b36
1526 _:b35 1491 _:b35
1527 sp:varName "startTime"^^xsd:string . 1492 sp:varName "startTime"^^xsd:string .
1528 1493
1494 +_:b34
1495 + sp:varName "ed"^^xsd:string .
1496 +
1497 +_:b33
1498 + sp:varName "wellbore"^^xsd:string .
1499 +
1500 +_:b32
1501 + sp:varName "activity"^^xsd:string .
1502 +
1503 +_:b31
1504 + sp:varName "part"^^xsd:string .
1505 +
1506 +_:b30
1507 + sp:varName "reportOn"^^xsd:string .
1508 +
1509 +_:b29
1510 + sp:varName "coreNo"^^xsd:string .
1511 +
1512 +_:b28
1513 + sp:varName "ed"^^xsd:string .
1514 +
1515 +_:b27
1516 + sp:varName "wellbore"^^xsd:string .
1517 +
1518 +_:b26
1519 + sp:varName "activity"^^xsd:string .
1520 +
1521 +_:b25
1522 + sp:varName "part"^^xsd:string .
1523 +
1524 +_:b24
1525 + sp:varName "reportOn"^^xsd:string .
1526 +
1527 +_:b23
1528 + sp:varName "comments"^^xsd:string .
1529 +
1530 +_:b22
1531 + sp:varName "endTime"^^xsd:string .
1532 +
1533 +_:b21
1534 + sp:varName "startTime"^^xsd:string .
1535 +
1536 +_:b20
1537 + sp:varName "ed"^^xsd:string .
1538 +
1539 +_:b19
1540 + sp:varName "wellbore"^^xsd:string .
1541 +
1542 +_:b18
1543 + sp:varName "activity"^^xsd:string .
1544 +
1545 +_:b17
1546 + sp:varName "part"^^xsd:string .
1547 +
1548 +_:b16
1549 + sp:varName "reportOn"^^xsd:string .
1550 +
1551 +_:b15
1552 + sp:varName "comments"^^xsd:string .
1553 +
1554 +_:b14
1555 + sp:varName "ed"^^xsd:string .
1556 +
1557 +_:b13
1558 + sp:varName "wellbore"^^xsd:string .
1559 +
1560 +_:b12
1561 + sp:varName "activity"^^xsd:string .
1562 +
1563 +_:b11
1564 + sp:varName "part"^^xsd:string .
1565 +
1566 +_:b10
1567 + sp:varName "reportOn"^^xsd:string .
1568 +
1569 +_:b9 sp:varName "endTime"^^xsd:string .
1570 +
1571 +_:b8 sp:varName "startTime"^^xsd:string .
1572 +
1529 _:b7 sp:varName "md"^^xsd:string . 1573 _:b7 sp:varName "md"^^xsd:string .
1530 1574
1531 _:b6 sp:varName "wellbore"^^xsd:string . 1575 _:b6 sp:varName "wellbore"^^xsd:string .
...@@ -1539,3 +1583,72 @@ _:b3 sp:varName "remark"^^xsd:string . ...@@ -1539,3 +1583,72 @@ _:b3 sp:varName "remark"^^xsd:string .
1539 _:b2 sp:varName "activity"^^xsd:string . 1583 _:b2 sp:varName "activity"^^xsd:string .
1540 1584
1541 _:b1 sp:varName "depth"^^xsd:string . 1585 _:b1 sp:varName "depth"^^xsd:string .
1586 +
1587 +_:b78
1588 + sp:varName "reportOn"^^xsd:string .
1589 +
1590 +_:b79
1591 + sp:varName "part"^^xsd:string .
1592 +
1593 +_:b80
1594 + sp:varName "wellbore"^^xsd:string .
1595 +
1596 +_:b77
1597 + sp:varName "lithologyDescription"^^xsd:string .
1598 +
1599 +_:b76
1600 + sp:varName "showsDescription"^^xsd:string .
1601 +
1602 +_:b81
1603 + sp:varName "mdbot"^^xsd:string .
1604 +
1605 +_:b71
1606 + sp:varName "endDepthmMD"^^xsd:string .
1607 +
1608 +_:b82
1609 + sp:varName "mdtop"^^xsd:string .
1610 +
1611 +_:b70
1612 + sp:varName "startDepthmMD"^^xsd:string .
1613 +
1614 +_:b83
1615 + sp:varName "mdtop2"^^xsd:string .
1616 +
1617 +_:b84
1618 + sp:varName "startDepthmMD2"^^xsd:string .
1619 +
1620 +_:b85
1621 + sp:varName "mdbot2"^^xsd:string .
1622 +
1623 +_:b86
1624 + sp:varName "endDepthmMD2"^^xsd:string .
1625 +
1626 +_:b72
1627 + sp:varName "differenceInDepthmMD"^^xsd:string .
1628 +
1629 +_:b87
1630 + sp:varName "tvdtop"^^xsd:string .
1631 +
1632 +_:b73
1633 + sp:varName "startDepthmTVD"^^xsd:string .
1634 +
1635 +_:b88
1636 + sp:varName "tvdbot"^^xsd:string .
1637 +
1638 +_:b74
1639 + sp:varName "endDepthmTVD"^^xsd:string .
1640 +
1641 +_:b89
1642 + sp:varName "tvdtop2"^^xsd:string .
1643 +
1644 +_:b90
1645 + sp:varName "startDepthmTVD2"^^xsd:string .
1646 +
1647 +_:b91
1648 + sp:varName "tvdbot2"^^xsd:string .
1649 +
1650 +_:b92
1651 + sp:varName "endDepthmTVD2"^^xsd:string .
1652 +
1653 +_:b75
1654 + sp:varName "differenceInDepthmTVD"^^xsd:string .
......
1 -# Saved by TopBraid on Thu Sep 22 17:44:29 BST 2011 1 +# Saved by TopBraid on Sun Sep 25 10:13:20 BST 2011
2 # baseURI: null 2 # baseURI: null
3 3
4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......