Håvard M. Ottestad

moved hasPercentageComplete

......@@ -392,12 +392,7 @@
owl:onDataRange xsd:decimal ;
owl:onProperty :hasWorkVolume ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:integer ;
owl:onProperty :hasPercentageComplete ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
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
owl:onProperty :partOfSchedule ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:decimal ;
owl:onProperty :hasPercentageComplete ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......