Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - vegetationType
vegetationType

appearance as argument number 1
-------------------------


(documentation vegetationType EnglishLanguage "(vegetationType ?area ?type) associates a particular GeographicArea with a type of Plant that is found there.") Geography.kif 6253-6254
(domain vegetationType 1 GeographicArea) Geography.kif 6256-6256
(domainSubclass vegetationType 2 Plant) Geography.kif 6257-6257
(instance vegetationType BinaryPredicate) Geography.kif 6251-6251

appearance as argument number 2
-------------------------


(format ChineseLanguage vegetationType "%2 是 found 在 %1 ") domainEnglishFormat.kif 4924-4924
(format ChineseTraditionalLanguage vegetationType "%2 是 found 在 %1 ") domainEnglishFormat.kif 4923-4923
(format EnglishLanguage vegetationType "%2 is found in %1") domainEnglishFormat.kif 4922-4922
(termFormat ChineseLanguage vegetationType "植被类型") domainEnglishFormat.kif 61357-61357
(termFormat ChineseTraditionalLanguage vegetationType "植被類型") domainEnglishFormat.kif 61356-61356
(termFormat EnglishLanguage vegetationType "vegetation type") domainEnglishFormat.kif 61355-61355

antecedent
-------------------------


(=>
    (and
        (not
            (vegetationType ?REGION ?TYPE))
        (subclass ?TYPE Plant)
        (instance ?REGION GeographicArea))
    (not
        (exists (?PLANT)
            (and
                (instance ?PLANT ?TYPE)
                (located ?PLANT ?REGION)))))
Geography.kif 6269-6277
(=>
    (and
        (vegetationType ?REGION ?TYPE)
        (subclass ?TYPE Plant)
        (instance ?REGION GeographicArea))
    (exists (?PLANT)
        (and
            (instance ?PLANT ?TYPE)
            (located ?PLANT ?REGION))))
Geography.kif 6259-6267

consequent
-------------------------


(=>
    (instance ?DESERT Desert)
    (not
        (vegetationType ?DESERT BotanicalTree)))
Geography.kif 6702-6704
(=>
    (instance ?FOREST BorealForest)
    (vegetationType ?FOREST PineTree))
Geography.kif 6635-6637
(=>
    (instance ?PLAIN Savanna)
    (not
        (vegetationType ?PLAIN BotanicalTree)))
Geography.kif 6762-6765
(=>
    (instance ?PLAIN Steppe)
    (not
        (vegetationType ?PLAIN BotanicalTree)))
Geography.kif 6772-6774
(=>
    (instance ?PLAIN Tundra)
    (vegetationType ?PLAIN Lichen))
Geography.kif 6804-6806
(=>
    (instance ?PLAIN Tundra)
    (vegetationType ?PLAIN Moss))
Geography.kif 6808-6810
(=>
    (vegetationTypePattern ?AREA ?TYPE ?DENSITY)
    (vegetationType ?AREA ?TYPE))
Geography.kif 6289-6291