Håvard M. Ottestad

moved hasPercentageComplete

...@@ -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 ;
...@@ -2898,6 +2893,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2898,6 +2893,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2898 owl:onProperty :partOfSchedule ; 2893 owl:onProperty :partOfSchedule ;
2899 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 2894 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
2900 ] ; 2895 ] ;
2896 + rdfs:subClassOf [
2897 + rdf:type owl:Restriction ;
2898 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2899 + owl:onDataRange xsd:decimal ;
2900 + owl:onProperty :hasPercentageComplete ;
2901 + ] ;
2901 rdfs:subClassOf [ 2902 rdfs:subClassOf [
2902 rdf:type owl:Restriction ; 2903 rdf:type owl:Restriction ;
2903 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 2904 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......