Showing
1 changed file
with
2 additions
and
7 deletions
... | @@ -3132,13 +3132,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3132,13 +3132,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3132 | owl:onClass :ScheduleForILAP ; | 3132 | owl:onClass :ScheduleForILAP ; |
3133 | owl:onProperty :hasPreviousScheduleForPlan ; | 3133 | owl:onProperty :hasPreviousScheduleForPlan ; |
3134 | ] ; | 3134 | ] ; |
3135 | - rdfs:subClassOf [ | 3135 | + |
3136 | - rdf:type owl:Restriction ; | ||
3137 | - :shouldUseRef "true"^^xsd:boolean ; | ||
3138 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
3139 | - owl:onClass :ScheduleForActivityInPlan ; | ||
3140 | - owl:onProperty :hasActivity ; | ||
3141 | - ] ; | ||
3142 | owl:disjointWith :ScheduleForActivityInPlan ; | 3136 | owl:disjointWith :ScheduleForActivityInPlan ; |
3143 | . | 3137 | . |
3144 | :ScheduleForPlan | 3138 | :ScheduleForPlan |
... | @@ -3838,6 +3832,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3838,6 +3832,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3838 | rdfs:label "has Baseline Schedule"^^xsd:string ; | 3832 | rdfs:label "has Baseline Schedule"^^xsd:string ; |
3839 | rdfs:subPropertyOf :hasSchedule ; | 3833 | rdfs:subPropertyOf :hasSchedule ; |
3840 | . | 3834 | . |
3835 | + | ||
3841 | :hasCalendar | 3836 | :hasCalendar |
3842 | rdf:type owl:ObjectProperty ; | 3837 | rdf:type owl:ObjectProperty ; |
3843 | rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ; | 3838 | rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ; | ... | ... |
-
Please register or login to post a comment