| "Any pizza that has at least 3 toppings. Note that this is a cardinality constraint on the hasTopping property and NOT a qualified cardinality constraint (QCR). A QCR would specify from which class the members in this relationship must be. eg has at least 3 toppings from PizzaTopping. This is currently not supported in OWL." [lang: en] |
| •owl:Thing |
| •DomainConcept |
| •Pizza |
| •InterestingPizza |
| hasTopping MIN 3 |
| Pizza |
| rdfs:label | "PizzaInteressante" [lang: pt] |
Class(InterestingPizza complete annotation(rdfs:label "PizzaInteressante"@pt)
annotation(rdfs:comment "Any pizza that has at least 3 toppings. Note that this is a cardinality constraint on the hasTopping property and NOT a qualified cardinality constraint (QCR). A QCR would specify from which class the members in this relationship must be. eg has at least 3 toppings from PizzaTopping. This is currently not supported in OWL."@en)
restriction(hasTopping minCardinality(3))
Pizza)