Tore Christiansen

Moved AssetLifecyclePhase to subclass of ActivityPhasePlanningClass

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