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.
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -1018,7 +1018,6 @@ | ... | @@ -1018,7 +1018,6 @@ |
| 1018 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2213258891> ; | 1018 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2213258891> ; |
| 1019 | . | 1019 | . |
| 1020 | :CostBasedResource | 1020 | :CostBasedResource |
| 1021 | - rdf:type :CostBasedResourceInPlan ; | ||
| 1022 | rdf:type owl:Class ; | 1021 | rdf:type owl:Class ; |
| 1023 | rdfs:comment "A Project Resource that is limited by its cost."^^xsd:string ; | 1022 | rdfs:comment "A Project Resource that is limited by its cost."^^xsd:string ; |
| 1024 | rdfs:label "Cost Based Resource"^^xsd:string ; | 1023 | 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 | ... | @@ -3312,7 +3311,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 3312 | rdfs:subClassOf :PeriodInTime ; | 3311 | rdfs:subClassOf :PeriodInTime ; |
| 3313 | . | 3312 | . |
| 3314 | :TimeBasedResource | 3313 | :TimeBasedResource |
| 3315 | - rdf:type :TimeBasedResourceInPlan ; | ||
| 3316 | rdf:type owl:Class ; | 3314 | rdf:type owl:Class ; |
| 3317 | rdfs:comment "A Project Resource that is limited by the time it is available"^^xsd:string ; | 3315 | rdfs:comment "A Project Resource that is limited by the time it is available"^^xsd:string ; |
| 3318 | rdfs:label "Time based resource"^^xsd:string ; | 3316 | rdfs:label "Time based resource"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment