Håvard M. Ottestad

fixed bug

...@@ -631,9 +631,8 @@ ilap:shouldUseAnyUri ...@@ -631,9 +631,8 @@ ilap:shouldUseAnyUri
631 ] ; 631 ] ;
632 rdfs:subClassOf [ 632 rdfs:subClassOf [
633 rdf:type owl:Restriction ; 633 rdf:type owl:Restriction ;
634 - owl:maxQualifiedCardinality;
635 ilap:shouldUseRef "true"^^xsd:boolean ; 634 ilap:shouldUseRef "true"^^xsd:boolean ;
636 - "1"^^xsd:nonNegativeInteger ; 635 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
637 owl:onClass ilap:FreeFieldValue ; 636 owl:onClass ilap:FreeFieldValue ;
638 owl:onProperty :hasControlKey ; 637 owl:onProperty :hasControlKey ;
639 ] ; 638 ] ;
......