Showing
1 changed file
with
7 additions
and
6 deletions
| ... | @@ -392,12 +392,7 @@ | ... | @@ -392,12 +392,7 @@ |
| 392 | owl:onDataRange xsd:decimal ; | 392 | owl:onDataRange xsd:decimal ; |
| 393 | owl:onProperty :hasWorkVolume ; | 393 | owl:onProperty :hasWorkVolume ; |
| 394 | ] ; | 394 | ] ; |
| 395 | - rdfs:subClassOf [ | 395 | + |
| 396 | - rdf:type owl:Restriction ; | ||
| 397 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 398 | - owl:onDataRange xsd:integer ; | ||
| 399 | - owl:onProperty :hasPercentageComplete ; | ||
| 400 | - ] ; | ||
| 401 | rdfs:subClassOf [ | 396 | rdfs:subClassOf [ |
| 402 | rdf:type owl:Restriction ; | 397 | rdf:type owl:Restriction ; |
| 403 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 398 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| ... | @@ -2900,6 +2895,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2900,6 +2895,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2900 | ] ; | 2895 | ] ; |
| 2901 | rdfs:subClassOf [ | 2896 | rdfs:subClassOf [ |
| 2902 | rdf:type owl:Restriction ; | 2897 | rdf:type owl:Restriction ; |
| 2898 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2899 | + owl:onDataRange xsd:decimal ; | ||
| 2900 | + owl:onProperty :hasPercentageComplete ; | ||
| 2901 | + ] ; | ||
| 2902 | + rdfs:subClassOf [ | ||
| 2903 | + rdf:type owl:Restriction ; | ||
| 2903 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 2904 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 2904 | owl:onDataRange xsd:boolean ; | 2905 | owl:onDataRange xsd:boolean ; |
| 2905 | owl:onProperty :mustStartAlap ; | 2906 | owl:onProperty :mustStartAlap ; | ... | ... |
-
Please register or login to post a comment