Tore Christiansen

Removed hasCapacityPercentage max 1 FreeFieldValue from SpecifiedUserField

...@@ -881,12 +881,6 @@ ilap:shouldUseAnyUri ...@@ -881,12 +881,6 @@ ilap:shouldUseAnyUri
881 rdfs:subClassOf [ 881 rdfs:subClassOf [
882 rdf:type owl:Restriction ; 882 rdf:type owl:Restriction ;
883 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 883 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
884 - owl:onClass ilap:FreeFieldValue ;
885 - owl:onProperty :hasCapacityPercentage ;
886 - ] ;
887 - rdfs:subClassOf [
888 - rdf:type owl:Restriction ;
889 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
890 owl:onClass ilap:PersonOrOrganization ; 884 owl:onClass ilap:PersonOrOrganization ;
891 owl:onProperty :hasContractor ; 885 owl:onProperty :hasContractor ;
892 ] ; 886 ] ;
......