Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -1416,12 +1416,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1416,12 +1416,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1416 | rdfs:subClassOf [ | 1416 | rdfs:subClassOf [ |
1417 | rdf:type owl:Restriction ; | 1417 | rdf:type owl:Restriction ; |
1418 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1418 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
1419 | - owl:onClass :ActivityInPlan ; | ||
1420 | - owl:onProperty :hasActivity ; | ||
1421 | - ] ; | ||
1422 | - rdfs:subClassOf [ | ||
1423 | - rdf:type owl:Restriction ; | ||
1424 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
1425 | owl:onClass :Milestone ; | 1419 | owl:onClass :Milestone ; |
1426 | owl:onProperty :hasActivity ; | 1420 | owl:onProperty :hasActivity ; |
1427 | ] ; | 1421 | ] ; |
... | @@ -1523,6 +1517,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1523,6 +1517,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1523 | rdfs:subClassOf [ | 1517 | rdfs:subClassOf [ |
1524 | rdf:type owl:Restriction ; | 1518 | rdf:type owl:Restriction ; |
1525 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1519 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
1520 | + owl:onClass :ActivityInPlan ; | ||
1521 | + owl:onProperty :hasActivity ; | ||
1522 | + ] ; | ||
1523 | + rdfs:subClassOf [ | ||
1524 | + rdf:type owl:Restriction ; | ||
1525 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
1526 | owl:onClass :CompletelyFreeField ; | 1526 | owl:onClass :CompletelyFreeField ; |
1527 | owl:onProperty :hasCompletelyFreeFieldDefinition ; | 1527 | owl:onProperty :hasCompletelyFreeFieldDefinition ; |
1528 | ] ; | 1528 | ] ; | ... | ... |
-
Please register or login to post a comment