In Description Logics sometimes we use ∃ to express "all those concepts" such as in the example below :
"the concept PlasticRoof is defined as the intersection of the concept Roof and the concept of all those things that are made of plastic"
PlasticRoof ≡ Roof ⊓ ∃madeOf.Plastic
We used here the existential restriction ∃ but what the statement says is that "all those things that are made of plastic". Why don't we use the universal restriction ∀ here since "it expresses that a propositional function can be satisfied by every member of a domain of discourse."