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
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:decimal ;
owl:onProperty :hasManHours ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:decimal ;
owl:onProperty :hasPlannedCost ;
] ;
rdfs:subClassOf [
......@@ -4153,11 +4147,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:range :PersonOrOrganization ;
rdfs:subPropertyOf :hasResponsible ;
.
:hasManHours
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives a number of manhours associated with a planning object."^^xsd:string ;
rdfs:label "has Manhours"^^xsd:string ;
.
:hasMaterialOrderStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ;
......