Tore Christiansen

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

......@@ -733,7 +733,7 @@
:hasPhase
rdf:type owl:ObjectProperty ;
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 ;
rdfs:label "hasPhase"^^xsd:string ;
rdfs:label "has Phase"^^xsd:string ;
.
:hasPlanResponsible
rdf:type owl:ObjectProperty ;
......
......@@ -2585,12 +2585,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasActivityActualWeight
rdf:type owl:DatatypeProperty ;
rdfs:label "has actual activity weight"^^xsd:string ;
rdfs:label "has Activity Actual Weight"^^xsd:string ;
rdfs:subPropertyOf :hasActivityWeight ;
.
:hasActivityEstimatedWeight
rdf:type owl:DatatypeProperty ;
rdfs:label "has activity estimated weight"^^xsd:string ;
rdfs:label "has Activity Estimated Weight"^^xsd:string ;
rdfs:subPropertyOf :hasActivityWeight ;
.
:hasActivityWeight
......@@ -2610,7 +2610,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasActualPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:label "has actual percent complete"^^xsd:string ;
rdfs:label "has Actual Percent Complete"^^xsd:string ;
rdfs:subPropertyOf :hasPercentageComplete ;
.
:hasActualStart
......@@ -2723,7 +2723,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasExpendedQuantity
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the expended quantity of a planning object."^^xsd:string ;
rdfs:label "has expended Quantity"^^xsd:string ;
rdfs:label "has Expended Quantity"^^xsd:string ;
.
:hasExternalReference
rdf:type owl:ObjectProperty ;
......@@ -2918,7 +2918,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPhysicalPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:label "has physical percent complete"^^xsd:string ;
rdfs:label "has Physical Percent Complete"^^xsd:string ;
rdfs:subPropertyOf :hasPercentageComplete ;
.
:hasPlan
......@@ -3021,7 +3021,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasRisk
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a risk factor."^^xsd:string ;
rdfs:label "has risk"^^xsd:string ;
rdfs:label "has Risk"^^xsd:string ;
.
:hasSchedule
rdf:type owl:ObjectProperty ;
......@@ -3091,7 +3091,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasSubPlan
rdf:type owl:ObjectProperty ;
rdfs:label "has sub plan"^^xsd:string ;
rdfs:comment "A relationship between a planning object and a sub plan."^^xsd:string ;
rdfs:label "has Sub Plan"^^xsd:string ;
.
:hasSubProject
rdf:type owl:ObjectProperty ;
......