OWLQuantifiedRestriction

@protocol OWLQuantifiedRestriction <OWLRestriction>

/// The filler of this restriction.
@property (nonatomic, strong, readonly) id<OWLPropertyRange> filler;

@end

Undocumented