Tore Christiansen

Fixed erroneous use of hasSuccessor

...@@ -240,12 +240,6 @@ ...@@ -240,12 +240,6 @@
240 rdfs:subClassOf [ 240 rdfs:subClassOf [
241 rdf:type owl:Restriction ; 241 rdf:type owl:Restriction ;
242 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 242 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
243 - owl:onClass :ActivityConstraint ;
244 - owl:onProperty :hasSuccessor ;
245 - ] ;
246 - rdfs:subClassOf [
247 - rdf:type owl:Restriction ;
248 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
249 owl:onClass :ActivityCriticality ; 243 owl:onClass :ActivityCriticality ;
250 owl:onProperty :hasCriticality ; 244 owl:onProperty :hasCriticality ;
251 ] ; 245 ] ;
......