(define-fuzzy-logic zadeh)
(define-fuzzy-concept LowAcidityForWine left-shoulder(0.0, 20.0, 3.0, 5.4) )
(define-fuzzy-concept SweetSugarContentForSparklingWine right-shoulder(0.0, 1000.0, 45.0, 50.0) )
(define-fuzzy-concept MediumAlcoholForWine triangular(0.0, 20.0, 12.0, 13.0, 14.0) )
(define-fuzzy-concept ExtraDrySugarContentForSparklingWine triangular(0.0, 1000.0, 12.0, 16.0, 20.0) )
(define-fuzzy-concept DemiSecSugarContentForSparklingWine triangular(0.0, 1000.0, 32.0, 41.0, 50.0) )
(define-fuzzy-concept OffDrySugarContentForWine left-shoulder(0.0, 1000.0, 4.0, 8.0) )
(define-fuzzy-concept MediumPriceForWine triangular(0.0, 10000.0, 10.0, 15.0, 20.0) )
(define-fuzzy-concept SweetSugarContentForWine right-shoulder(0.0, 1000.0, 12.0, 45.0) )
(define-fuzzy-concept MediumUWSScoreForWine triangular(0.0, 100.0, 70.0, 80.0, 90.0) )
(define-fuzzy-concept BrutSugarContentForSparklingWine triangular(0.0, 1000.0, 0.0, 7.5, 15.0) )
(define-fuzzy-concept LowUWSScoreForWine left-shoulder(0.0, 100.0, 60.0, 70.0) )
(define-fuzzy-concept BrutNatureSugarContentForSparklingWine triangular(0.0, 1000.0, 0.0, 1.5, 3.0) )
(define-fuzzy-concept HighAcidityForWine right-shoulder(0.0, 20.0, 6.0, 7.0) )
(define-fuzzy-concept HighAlcoholForWine right-shoulder(0.0, 20.0, 13.0, 14.0) )
(define-fuzzy-concept MediumAcidityForWine triangular(0.0, 20.0, 5.0, 6.0, 7.0) )
(define-fuzzy-concept ExtraBrutSugarContentForSparklingWine triangular(0.0, 1000.0, 0.0, 3.0, 6.0) )
(define-fuzzy-concept DrySugarContentForSparklingWine triangular(0.0, 1000.0, 17.0, 26.0, 35.0) )
(define-fuzzy-concept CarbonDioxidePressureForSparklingWine right-shoulder(0.0, 10.0, 2.0, 3.0) )
(define-fuzzy-concept LowPriceForWine left-shoulder(0.0, 10000.0, 5.0, 10.0) )
(define-fuzzy-concept LowAlcoholForWine left-shoulder(0.0, 20.0, 5.0, 12.0) )
(define-fuzzy-concept DrySugarContentForWine triangular(0.0, 1000.0, 4.0, 12.0, 45.0) )
(define-fuzzy-concept HighPriceForWine right-shoulder(0.0, 10000.0, 15.0, 30.0) )
(define-fuzzy-concept HighUWSScoreForWine right-shoulder(0.0, 100.0, 90.0, 100.0) )
(disjoint EarlyHarvest LateHarvest )
