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 ...@@ -3249,11 +3249,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3249 rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ; 3249 rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ;
3250 rdfs:label "has Late Start"^^xsd:string ; 3250 rdfs:label "has Late Start"^^xsd:string ;
3251 . 3251 .
3252 -:hasLevelType
3253 - rdf:type owl:ObjectProperty ;
3254 - rdfs:comment "A relationship between a planning object and a type of level."^^xsd:string ;
3255 - rdfs:label "has Level Type"^^xsd:string ;
3256 -.
3257 :hasLiveSchedule 3252 :hasLiveSchedule
3258 rdf:type owl:ObjectProperty ; 3253 rdf:type owl:ObjectProperty ;
3259 rdfs:comment "A relationship between a planning object and a schedule."^^xsd:string ; 3254 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 ...@@ -3377,7 +3372,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3377 . 3372 .
3378 :hasPlanLevel 3373 :hasPlanLevel
3379 rdf:type owl:ObjectProperty ; 3374 rdf:type owl:ObjectProperty ;
3375 + rdfs:comment "A relationship between a plan and the level of the Plan"^^xsd:string ;
3380 rdfs:domain :PlanForActivity ; 3376 rdfs:domain :PlanForActivity ;
3377 + rdfs:label "has Plan Level"^^xsd:string ;
3381 rdfs:label "has plan level"^^xsd:string ; 3378 rdfs:label "has plan level"^^xsd:string ;
3382 rdfs:range :PlanLevel ; 3379 rdfs:range :PlanLevel ;
3383 . 3380 .
...@@ -3790,7 +3787,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3790,7 +3787,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3790 rdfs:subClassOf :PlanForActivity ; 3787 rdfs:subClassOf :PlanForActivity ;
3791 . 3788 .
3792 :level3-ProjectMasterSchedule 3789 :level3-ProjectMasterSchedule
3793 - rdf:type :PlanLevel ; 3790 + rdf:type owl:Class ;
3794 rdfs:label "Level 3 - Project Master Schedule"^^xsd:string ; 3791 rdfs:label "Level 3 - Project Master Schedule"^^xsd:string ;
3795 rdfs:subClassOf :PlanForActivity ; 3792 rdfs:subClassOf :PlanForActivity ;
3796 . 3793 .
......