Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -589,7 +589,6 @@ | ... | @@ -589,7 +589,6 @@ |
| 589 | . | 589 | . |
| 590 | :CostBasedResource | 590 | :CostBasedResource |
| 591 | rdf:type owl:Class ; | 591 | rdf:type owl:Class ; |
| 592 | - :shouldHaveID "true" ; | ||
| 593 | rdfs:comment "A Resource that is limited by its cost."^^xsd:string ; | 592 | rdfs:comment "A Resource that is limited by its cost."^^xsd:string ; |
| 594 | rdfs:label "Cost Based Resource"^^xsd:string ; | 593 | rdfs:label "Cost Based Resource"^^xsd:string ; |
| 595 | rdfs:subClassOf :Resource ; | 594 | rdfs:subClassOf :Resource ; |
| ... | @@ -2133,7 +2132,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2133,7 +2132,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2133 | . | 2132 | . |
| 2134 | :TimeBasedResource | 2133 | :TimeBasedResource |
| 2135 | rdf:type owl:Class ; | 2134 | rdf:type owl:Class ; |
| 2136 | - :shouldHaveID "true"^^xsd:boolean ; | ||
| 2137 | rdfs:comment "A Resource that is limited by the time it is available"^^xsd:string ; | 2135 | rdfs:comment "A Resource that is limited by the time it is available"^^xsd:string ; |
| 2138 | rdfs:label "Time based resource"^^xsd:string ; | 2136 | rdfs:label "Time based resource"^^xsd:string ; |
| 2139 | rdfs:subClassOf :Resource ; | 2137 | rdfs:subClassOf :Resource ; | ... | ... |
-
Please register or login to post a comment