Tore Christiansen

Updated Plan Level relationship

......@@ -3249,11 +3249,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ;
rdfs:label "has Late Start"^^xsd:string ;
.
:hasLevelType
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a type of level."^^xsd:string ;
rdfs:label "has Level Type"^^xsd:string ;
.
:hasLiveSchedule
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a schedule."^^xsd:string ;
......@@ -3377,7 +3372,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlanLevel
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a plan and the level of the Plan"^^xsd:string ;
rdfs:domain :PlanForActivity ;
rdfs:label "has Plan Level"^^xsd:string ;
rdfs:label "has plan level"^^xsd:string ;
rdfs:range :PlanLevel ;
.
......@@ -3790,7 +3787,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :PlanForActivity ;
.
:level3-ProjectMasterSchedule
rdf:type :PlanLevel ;
rdf:type owl:Class ;
rdfs:label "Level 3 - Project Master Schedule"^^xsd:string ;
rdfs:subClassOf :PlanForActivity ;
.
......