Tore Christiansen

Moved AssetLifecyclePhase to subclass of ActivityPhasePlanningClass

...@@ -448,9 +448,9 @@ ...@@ -448,9 +448,9 @@
448 . 448 .
449 :AssetLifecyclePhase 449 :AssetLifecyclePhase
450 rdf:type owl:Class ; 450 rdf:type owl:Class ;
451 - rdfs:comment "A Phase that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ; 451 + rdfs:comment "An Activity Planning Phase Class that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ;
452 rdfs:label "Asset Lifecycle Phase"^^xsd:string ; 452 rdfs:label "Asset Lifecycle Phase"^^xsd:string ;
453 - rdfs:subClassOf :ClassOfPhysicalObject ; 453 + rdfs:subClassOf :ActivityPlanningPhaseClass ;
454 . 454 .
455 :AuthorizeForExpenditure 455 :AuthorizeForExpenditure
456 rdf:type owl:Class ; 456 rdf:type owl:Class ;
......