has_bed
Use it like this:
- [ #has/_bed :: BedDetails, BedType, Text ] or
- [ has_bed :: BedDetails, BedType, Text ]
The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text. If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property.
Relation describes that: [ #has_/domain :: HotelRoom, Suite ] ( #has_/name :: has_bed ) ( #has_/range :: BedDetails, BedType, Text )