Tore Christiansen

fixed recursion

...@@ -2341,6 +2341,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2341,6 +2341,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2341 rdfs:subClassOf :ScheduleForPlan ; 2341 rdfs:subClassOf :ScheduleForPlan ;
2342 rdfs:subClassOf [ 2342 rdfs:subClassOf [
2343 rdf:type owl:Restriction ; 2343 rdf:type owl:Restriction ;
2344 + :shouldUseRef "true"^^xsd:boolean ;
2344 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 2345 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2345 owl:onClass :ScheduleForILAP ; 2346 owl:onClass :ScheduleForILAP ;
2346 owl:onProperty :hasPreviousScheduleForPlan ; 2347 owl:onProperty :hasPreviousScheduleForPlan ;
......