Håvard M. Ottestad

bug fix for resources. Time or Cost based resources in plan are not actual timeb…

…ased or costbased resources, but instead reference the resourece they belong to.
......@@ -1018,7 +1018,6 @@
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2213258891> ;
.
:CostBasedResource
rdf:type :CostBasedResourceInPlan ;
rdf:type owl:Class ;
rdfs:comment "A Project Resource that is limited by its cost."^^xsd:string ;
rdfs:label "Cost Based Resource"^^xsd:string ;
......@@ -3312,7 +3311,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :PeriodInTime ;
.
:TimeBasedResource
rdf:type :TimeBasedResourceInPlan ;
rdf:type owl:Class ;
rdfs:comment "A Project Resource that is limited by the time it is available"^^xsd:string ;
rdfs:label "Time based resource"^^xsd:string ;
......