Tore Christiansen

Removed hasCapacityPercentage max 1 FreeFieldValue from SpecifiedUserField

......@@ -881,12 +881,6 @@ ilap:shouldUseAnyUri
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:FreeFieldValue ;
owl:onProperty :hasCapacityPercentage ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:PersonOrOrganization ;
owl:onProperty :hasContractor ;
] ;
......