Tore Christiansen

Flytte COR SAB PBS til SCCS

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
...@@ -2753,7 +2753,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2753,7 +2753,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2753 . 2753 .
2754 :ScheduleForActivityInPlan 2754 :ScheduleForActivityInPlan
2755 rdf:type owl:Class ; 2755 rdf:type owl:Class ;
2756 - rdfs:comment "An Information Object that holds information about the scheduled dates for a Planned Activity."^^xsd:string ; 2756 + rdfs:comment "A Schedule for Plan that holds information about the scheduled dates for a Planned Activity."^^xsd:string ;
2757 rdfs:label "Schdule for Activity in Plan"^^xsd:string ; 2757 rdfs:label "Schdule for Activity in Plan"^^xsd:string ;
2758 rdfs:subClassOf :ScheduleForPlan ; 2758 rdfs:subClassOf :ScheduleForPlan ;
2759 rdfs:subClassOf [ 2759 rdfs:subClassOf [
...@@ -2827,7 +2827,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2827,7 +2827,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2827 xsd:dateTime 2827 xsd:dateTime
2828 ) ; 2828 ) ;
2829 ] ; 2829 ] ;
2830 - owl:onProperty :hasActualFinish ; 2830 + owl:onProperty :hasActualFinishDate ;
2831 ] ; 2831 ] ;
2832 rdfs:subClassOf [ 2832 rdfs:subClassOf [
2833 rdf:type owl:Restriction ; 2833 rdf:type owl:Restriction ;
...@@ -2839,7 +2839,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2839,7 +2839,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2839 xsd:dateTime 2839 xsd:dateTime
2840 ) ; 2840 ) ;
2841 ] ; 2841 ] ;
2842 - owl:onProperty :hasActualStart ; 2842 + owl:onProperty :hasActualStartDate ;
2843 ] ; 2843 ] ;
2844 rdfs:subClassOf [ 2844 rdfs:subClassOf [
2845 rdf:type owl:Restriction ; 2845 rdf:type owl:Restriction ;
...@@ -2851,7 +2851,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2851,7 +2851,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2851 xsd:dateTime 2851 xsd:dateTime
2852 ) ; 2852 ) ;
2853 ] ; 2853 ] ;
2854 - owl:onProperty :hasEarlyFinish ; 2854 + owl:onProperty :hasEarlyFinishDate ;
2855 ] ; 2855 ] ;
2856 rdfs:subClassOf [ 2856 rdfs:subClassOf [
2857 rdf:type owl:Restriction ; 2857 rdf:type owl:Restriction ;
...@@ -2863,7 +2863,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2863,7 +2863,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2863 xsd:dateTime 2863 xsd:dateTime
2864 ) ; 2864 ) ;
2865 ] ; 2865 ] ;
2866 - owl:onProperty :hasEarlyStart ; 2866 + owl:onProperty :hasEarlyStartDate ;
2867 ] ; 2867 ] ;
2868 rdfs:subClassOf [ 2868 rdfs:subClassOf [
2869 rdf:type owl:Restriction ; 2869 rdf:type owl:Restriction ;
...@@ -2911,7 +2911,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2911,7 +2911,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2911 xsd:dateTime 2911 xsd:dateTime
2912 ) ; 2912 ) ;
2913 ] ; 2913 ] ;
2914 - owl:onProperty :hasLateFinish ; 2914 + owl:onProperty :hasLateFinishDate ;
2915 ] ; 2915 ] ;
2916 rdfs:subClassOf [ 2916 rdfs:subClassOf [
2917 rdf:type owl:Restriction ; 2917 rdf:type owl:Restriction ;
...@@ -2923,7 +2923,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2923,7 +2923,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2923 xsd:dateTime 2923 xsd:dateTime
2924 ) ; 2924 ) ;
2925 ] ; 2925 ] ;
2926 - owl:onProperty :hasLateStart ; 2926 + owl:onProperty :hasLateStartDate ;
2927 ] ; 2927 ] ;
2928 rdfs:subClassOf [ 2928 rdfs:subClassOf [
2929 rdf:type owl:Restriction ; 2929 rdf:type owl:Restriction ;
...@@ -3622,10 +3622,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3622,10 +3622,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3622 rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ; 3622 rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ;
3623 rdfs:label "has Activity Weight"^^xsd:string ; 3623 rdfs:label "has Activity Weight"^^xsd:string ;
3624 . 3624 .
3625 -:hasActualFinish 3625 +:hasActualFinishDate
3626 rdf:type owl:DatatypeProperty ; 3626 rdf:type owl:DatatypeProperty ;
3627 rdfs:comment "A property that gives the actual finish date of a planning object."^^xsd:string ; 3627 rdfs:comment "A property that gives the actual finish date of a planning object."^^xsd:string ;
3628 - rdfs:label "has Actual Finish"^^xsd:string ; 3628 + rdfs:label "has Actual Finish Date"^^xsd:string ;
3629 . 3629 .
3630 :hasActualMainContractor 3630 :hasActualMainContractor
3631 rdf:type owl:ObjectProperty ; 3631 rdf:type owl:ObjectProperty ;
...@@ -3652,10 +3652,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3652,10 +3652,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3652 rdfs:label "has actual responsible"^^xsd:string ; 3652 rdfs:label "has actual responsible"^^xsd:string ;
3653 rdfs:range :PersonOrOrganization ; 3653 rdfs:range :PersonOrOrganization ;
3654 . 3654 .
3655 -:hasActualStart 3655 +:hasActualStartDate
3656 rdf:type owl:DatatypeProperty ; 3656 rdf:type owl:DatatypeProperty ;
3657 rdfs:comment "A property that gives the actual start date of a planning object."^^xsd:string ; 3657 rdfs:comment "A property that gives the actual start date of a planning object."^^xsd:string ;
3658 - rdfs:label "has Actual Start"^^xsd:string ; 3658 + rdfs:label "has Actual Start Date"^^xsd:string ;
3659 . 3659 .
3660 :hasActualSubContractor 3660 :hasActualSubContractor
3661 rdf:type owl:ObjectProperty ; 3661 rdf:type owl:ObjectProperty ;
...@@ -3817,15 +3817,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3817,15 +3817,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3817 rdfs:comment "A property that gives the duration of a planning object."^^xsd:string ; 3817 rdfs:comment "A property that gives the duration of a planning object."^^xsd:string ;
3818 rdfs:label "has Duration"^^xsd:string ; 3818 rdfs:label "has Duration"^^xsd:string ;
3819 . 3819 .
3820 -:hasEarlyFinish 3820 +:hasEarlyFinishDate
3821 rdf:type owl:DatatypeProperty ; 3821 rdf:type owl:DatatypeProperty ;
3822 rdfs:comment "A property that gives the early finish date of a planning object."^^xsd:string ; 3822 rdfs:comment "A property that gives the early finish date of a planning object."^^xsd:string ;
3823 - rdfs:label "has Early Finish"^^xsd:string ; 3823 + rdfs:label "has Early Finish Date"^^xsd:string ;
3824 . 3824 .
3825 -:hasEarlyStart 3825 +:hasEarlyStartDate
3826 rdf:type owl:DatatypeProperty ; 3826 rdf:type owl:DatatypeProperty ;
3827 rdfs:comment "A property that gives the early start date of a planning object."^^xsd:string ; 3827 rdfs:comment "A property that gives the early start date of a planning object."^^xsd:string ;
3828 - rdfs:label "has Early Start"^^xsd:string ; 3828 + rdfs:label "has Early Start Date"^^xsd:string ;
3829 . 3829 .
3830 :hasEndMilestone 3830 :hasEndMilestone
3831 rdf:type owl:ObjectProperty ; 3831 rdf:type owl:ObjectProperty ;
...@@ -3940,15 +3940,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3940,15 +3940,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3940 rdfs:label "has Lag"^^xsd:string ; 3940 rdfs:label "has Lag"^^xsd:string ;
3941 rdfs:range xsd:integer ; 3941 rdfs:range xsd:integer ;
3942 . 3942 .
3943 -:hasLateFinish 3943 +:hasLateFinishDate
3944 rdf:type owl:DatatypeProperty ; 3944 rdf:type owl:DatatypeProperty ;
3945 rdfs:comment "A property that gives a late finish date of a planning object."^^xsd:string ; 3945 rdfs:comment "A property that gives a late finish date of a planning object."^^xsd:string ;
3946 - rdfs:label "has Late Finish"^^xsd:string ; 3946 + rdfs:label "has Late Finish Date"^^xsd:string ;
3947 . 3947 .
3948 -:hasLateStart 3948 +:hasLateStartDate
3949 rdf:type owl:DatatypeProperty ; 3949 rdf:type owl:DatatypeProperty ;
3950 rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ; 3950 rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ;
3951 - rdfs:label "has Late Start"^^xsd:string ; 3951 + rdfs:label "has Late Start Date"^^xsd:string ;
3952 . 3952 .
3953 :hasLifecyclePhase 3953 :hasLifecyclePhase
3954 rdf:type owl:ObjectProperty ; 3954 rdf:type owl:ObjectProperty ;
...@@ -4523,8 +4523,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4523,8 +4523,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4523 rdfs:label "part of Schedule"^^xsd:string ; 4523 rdfs:label "part of Schedule"^^xsd:string ;
4524 . 4524 .
4525 SAB:NorsokZ014SABplanningActivityClass 4525 SAB:NorsokZ014SABplanningActivityClass
4526 - rdfs:comment "An Activity Planning Activity that is defined by Norsok Z-014 SAB."^^xsd:string ;
4527 - rdfs:label "NORSOK Z-014 SAB Planning Activity Class"^^xsd:string ;
4528 rdfs:subClassOf :ActivityPlanningActivity ; 4526 rdfs:subClassOf :ActivityPlanningActivity ;
4529 . 4527 .
4530 SAB:SAB_1 4528 SAB:SAB_1
......