Håvard M. Ottestad

bug fix for scheduels

......@@ -3121,18 +3121,20 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:ScheduleForILAP
rdf:type owl:Class ;
:shouldHaveID "true"^^xsd:boolean ;
rdfs:comment "A Schedule for Plan that holds information about the scheduled dates for a PlanForILAP."^^xsd:string ;
rdfs:label "Schedule for ILAP"^^xsd:string ;
rdfs:subClassOf :ScheduleForPlan ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseRef "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :ScheduleForILAP ;
owl:onProperty :hasPreviousScheduleForPlan ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseRef "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ScheduleForActivityInPlan ;
owl:onProperty :hasActivity ;
......