Håvard M. Ottestad

removed hasManHours from resource. Originally "plannled quantity" was named hasM…

…anHours, but now since we have hasPlannedQuantity we shouldn't have hasManHours (since they are the same field, just different names).
...@@ -3441,12 +3441,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3441,12 +3441,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3441 rdf:type owl:Restriction ; 3441 rdf:type owl:Restriction ;
3442 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 3442 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
3443 owl:onDataRange xsd:decimal ; 3443 owl:onDataRange xsd:decimal ;
3444 - owl:onProperty :hasManHours ;
3445 - ] ;
3446 - rdfs:subClassOf [
3447 - rdf:type owl:Restriction ;
3448 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
3449 - owl:onDataRange xsd:decimal ;
3450 owl:onProperty :hasPlannedCost ; 3444 owl:onProperty :hasPlannedCost ;
3451 ] ; 3445 ] ;
3452 rdfs:subClassOf [ 3446 rdfs:subClassOf [
...@@ -4153,11 +4147,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4153,11 +4147,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4153 rdfs:range :PersonOrOrganization ; 4147 rdfs:range :PersonOrOrganization ;
4154 rdfs:subPropertyOf :hasResponsible ; 4148 rdfs:subPropertyOf :hasResponsible ;
4155 . 4149 .
4156 -:hasManHours 4150 +
4157 - rdf:type owl:DatatypeProperty ;
4158 - rdfs:comment "A property that gives a number of manhours associated with a planning object."^^xsd:string ;
4159 - rdfs:label "has Manhours"^^xsd:string ;
4160 -.
4161 :hasMaterialOrderStatus 4151 :hasMaterialOrderStatus
4162 rdf:type owl:ObjectProperty ; 4152 rdf:type owl:ObjectProperty ;
4163 rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ; 4153 rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ;
......