Tore Christiansen

clean up the use of milestone

...@@ -1571,12 +1571,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1571,12 +1571,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1571 """^^xsd:string ; 1571 """^^xsd:string ;
1572 rdfs:label "Plan for activity"^^xsd:string ; 1572 rdfs:label "Plan for activity"^^xsd:string ;
1573 rdfs:subClassOf :ClassOfActivity ; 1573 rdfs:subClassOf :ClassOfActivity ;
1574 - rdfs:subClassOf [
1575 - rdf:type owl:Restriction ;
1576 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1577 - owl:onClass :Milestone ;
1578 - owl:onProperty :hasActivity ;
1579 - ] ;
1580 . 1574 .
1581 :PlanForILAP 1575 :PlanForILAP
1582 rdf:type owl:Class ; 1576 rdf:type owl:Class ;
......