Tore Christiansen

Corrected spelling errors in labels of Planning Core and User Defined relationships

...@@ -733,7 +733,7 @@ ...@@ -733,7 +733,7 @@
733 :hasPhase 733 :hasPhase
734 rdf:type owl:ObjectProperty ; 734 rdf:type owl:ObjectProperty ;
735 rdfs:comment "A relationship between an instance of Specified User Field and the instance of Phase that holds the (user defined) name and value this application-specific phase variable."^^xsd:string ; 735 rdfs:comment "A relationship between an instance of Specified User Field and the instance of Phase that holds the (user defined) name and value this application-specific phase variable."^^xsd:string ;
736 - rdfs:label "hasPhase"^^xsd:string ; 736 + rdfs:label "has Phase"^^xsd:string ;
737 . 737 .
738 :hasPlanResponsible 738 :hasPlanResponsible
739 rdf:type owl:ObjectProperty ; 739 rdf:type owl:ObjectProperty ;
......
...@@ -2585,12 +2585,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2585,12 +2585,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2585 . 2585 .
2586 :hasActivityActualWeight 2586 :hasActivityActualWeight
2587 rdf:type owl:DatatypeProperty ; 2587 rdf:type owl:DatatypeProperty ;
2588 - rdfs:label "has actual activity weight"^^xsd:string ; 2588 + rdfs:label "has Activity Actual Weight"^^xsd:string ;
2589 rdfs:subPropertyOf :hasActivityWeight ; 2589 rdfs:subPropertyOf :hasActivityWeight ;
2590 . 2590 .
2591 :hasActivityEstimatedWeight 2591 :hasActivityEstimatedWeight
2592 rdf:type owl:DatatypeProperty ; 2592 rdf:type owl:DatatypeProperty ;
2593 - rdfs:label "has activity estimated weight"^^xsd:string ; 2593 + rdfs:label "has Activity Estimated Weight"^^xsd:string ;
2594 rdfs:subPropertyOf :hasActivityWeight ; 2594 rdfs:subPropertyOf :hasActivityWeight ;
2595 . 2595 .
2596 :hasActivityWeight 2596 :hasActivityWeight
...@@ -2610,7 +2610,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2610,7 +2610,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2610 . 2610 .
2611 :hasActualPercentComplete 2611 :hasActualPercentComplete
2612 rdf:type owl:DatatypeProperty ; 2612 rdf:type owl:DatatypeProperty ;
2613 - rdfs:label "has actual percent complete"^^xsd:string ; 2613 + rdfs:label "has Actual Percent Complete"^^xsd:string ;
2614 rdfs:subPropertyOf :hasPercentageComplete ; 2614 rdfs:subPropertyOf :hasPercentageComplete ;
2615 . 2615 .
2616 :hasActualStart 2616 :hasActualStart
...@@ -2723,7 +2723,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2723,7 +2723,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2723 :hasExpendedQuantity 2723 :hasExpendedQuantity
2724 rdf:type owl:DatatypeProperty ; 2724 rdf:type owl:DatatypeProperty ;
2725 rdfs:comment "A property that gives the expended quantity of a planning object."^^xsd:string ; 2725 rdfs:comment "A property that gives the expended quantity of a planning object."^^xsd:string ;
2726 - rdfs:label "has expended Quantity"^^xsd:string ; 2726 + rdfs:label "has Expended Quantity"^^xsd:string ;
2727 . 2727 .
2728 :hasExternalReference 2728 :hasExternalReference
2729 rdf:type owl:ObjectProperty ; 2729 rdf:type owl:ObjectProperty ;
...@@ -2918,7 +2918,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2918,7 +2918,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2918 . 2918 .
2919 :hasPhysicalPercentComplete 2919 :hasPhysicalPercentComplete
2920 rdf:type owl:DatatypeProperty ; 2920 rdf:type owl:DatatypeProperty ;
2921 - rdfs:label "has physical percent complete"^^xsd:string ; 2921 + rdfs:label "has Physical Percent Complete"^^xsd:string ;
2922 rdfs:subPropertyOf :hasPercentageComplete ; 2922 rdfs:subPropertyOf :hasPercentageComplete ;
2923 . 2923 .
2924 :hasPlan 2924 :hasPlan
...@@ -3021,7 +3021,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3021,7 +3021,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3021 :hasRisk 3021 :hasRisk
3022 rdf:type owl:ObjectProperty ; 3022 rdf:type owl:ObjectProperty ;
3023 rdfs:comment "A relationship between a planning object and a risk factor."^^xsd:string ; 3023 rdfs:comment "A relationship between a planning object and a risk factor."^^xsd:string ;
3024 - rdfs:label "has risk"^^xsd:string ; 3024 + rdfs:label "has Risk"^^xsd:string ;
3025 . 3025 .
3026 :hasSchedule 3026 :hasSchedule
3027 rdf:type owl:ObjectProperty ; 3027 rdf:type owl:ObjectProperty ;
...@@ -3091,7 +3091,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3091,7 +3091,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3091 . 3091 .
3092 :hasSubPlan 3092 :hasSubPlan
3093 rdf:type owl:ObjectProperty ; 3093 rdf:type owl:ObjectProperty ;
3094 - rdfs:label "has sub plan"^^xsd:string ; 3094 + rdfs:comment "A relationship between a planning object and a sub plan."^^xsd:string ;
3095 + rdfs:label "has Sub Plan"^^xsd:string ;
3095 . 3096 .
3096 :hasSubProject 3097 :hasSubProject
3097 rdf:type owl:ObjectProperty ; 3098 rdf:type owl:ObjectProperty ;
......