Tore Christiansen

Correct labels on WBS relations

......@@ -810,6 +810,11 @@ ILAP:hasActivityPartActivity
rdfs:label "has activity part activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasActivityPhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Phase"^^xsd:string .
ILAP:hasActivityPhysicalPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
......@@ -930,7 +935,7 @@ ILAP:hasActivityVendor
ILAP:hasActivityWBSelement
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity Work Breakdown Structure"^^xsd:string ;
rdfs:label "has Activity Work Breakdown Structure"^^xsd:string ;
rdfs:range ILAP:ActivityWBS .
ILAP:hasActivityWeight
......@@ -943,11 +948,6 @@ ILAP:hasActivityWorkVolume
rdfs:label "has activity work volume"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasActivtyPhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activty phase"^^xsd:string .
ILAP:hasBaselineActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
......@@ -1453,23 +1453,23 @@ ILAP:hasUserFieldValue
ILAP:hasWBSProjectType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBSProject type"^^xsd:string ;
rdfs:label "has WBS Project Type"^^xsd:string ;
rdfs:range ILAP:ProjectType .
ILAP:hasWBSResource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBSResource"^^xsd:string .
rdfs:label "has WBS Resource"^^xsd:string .
ILAP:hasWBScomponent
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBScomponent"^^xsd:string .
rdfs:label "has WBS Component"^^xsd:string .
ILAP:hasWBSphase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBSphase"^^xsd:string .
rdfs:label "has WBS Phase"^^xsd:string .
ILAP:hasWorkTaskActivity
rdf:type owl:ObjectProperty ;
......