Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -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; | 634 | + ilap:shouldUseRef "true"^^xsd:boolean ; |
635 | - ilap:shouldUseRef "true"^^xsd:boolean ; | 635 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
636 | - "1"^^xsd:nonNegativeInteger ; | ||
637 | owl:onClass ilap:FreeFieldValue ; | 636 | owl:onClass ilap:FreeFieldValue ; |
638 | owl:onProperty :hasControlKey ; | 637 | owl:onProperty :hasControlKey ; |
639 | ] ; | 638 | ] ; | ... | ... |
-
Please register or login to post a comment