(define-fuzzy-logic zadeh )
(define-fuzzy-concept hasPrice_veryHigh right-shoulder(99.60000000000001000000, 2147483647000.00000000000000000000, 99.60000000000001, 117.80000000000001) )
(define-fuzzy-concept hasPrice_low triangular(45.0, 81.4, 45.0, 63.2, 81.4) )
(define-fuzzy-concept hasPrice_medium triangular(63.2, 99.60000000000001, 63.2, 81.4, 99.60000000000001) )
(define-fuzzy-concept hasPrice_veryLow left-shoulder(-2147483647000.00000000000000000000, 63.20000000000000000000, 45.0, 63.2) )
(define-fuzzy-concept hasPrice_high triangular(81.4, 117.80000000000001, 81.4, 99.60000000000001, 117.80000000000001) )
(functional hasPrice)
(range hasPrice *real* -2147483647000.00000000000000000000 2147483647000.00000000000000000000)
(define-primitive-concept Hostel Good_Hotel)
(l-implies Hotel_1_Star Good_Hotel 0.2)
(l-implies (and (some hasAmenity Disabled_Facilities) Hotel_3_Stars Site_Near_Train_Station ) Good_Hotel )
(l-implies (and (some hasAmenity Disabled_Facilities) (some hasAmenity Laundry) Site_Near_Civic ) Good_Hotel )
(l-implies (and (some hasAmenity Cradle) (some hasPrice hasPrice_high) Bed_and_Breakfast ) Good_Hotel )
(l-implies (and (some hasAmenity Babysitting) Hotel_4_Stars ) Good_Hotel 0.6666666666666666)
