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 6254-6255
(domain vegetationType 1 GeographicArea) Geography.kif 6257-6257 The number 1 argument of vegetation type is an instance of geographic area
(domainSubclass vegetationType 2 Plant) Geography.kif 6258-6258 The number 2 argument of vegetation type is a subclass of plant
(instance vegetationType BinaryPredicate) Geography.kif 6252-6252 vegetation type is an instance of binary predicate

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 6270-6278
(=>
    (and
        (vegetationType ?REGION ?TYPE)
        (subclass ?TYPE Plant)
        (instance ?REGION GeographicArea))
    (exists (?PLANT)
        (and
            (instance ?PLANT ?TYPE)
            (located ?PLANT ?REGION))))
Geography.kif 6260-6268

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


(=>
    (instance ?DESERT Desert)
    (not
        (vegetationType ?DESERT BotanicalTree)))
Geography.kif 6703-6705
(=>
    (instance ?FOREST BorealForest)
    (vegetationType ?FOREST PineTree))
Geography.kif 6636-6638
(=>
    (instance ?PLAIN Savanna)
    (not
        (vegetationType ?PLAIN BotanicalTree)))
Geography.kif 6763-6766
(=>
    (instance ?PLAIN Steppe)
    (not
        (vegetationType ?PLAIN BotanicalTree)))
Geography.kif 6773-6775
(=>
    (instance ?PLAIN Tundra)
    (vegetationType ?PLAIN Lichen))
Geography.kif 6805-6807
(=>
    (instance ?PLAIN Tundra)
    (vegetationType ?PLAIN Moss))
Geography.kif 6809-6811
(=>
    (vegetationTypePattern ?AREA ?TYPE ?DENSITY)
    (vegetationType ?AREA ?TYPE))
Geography.kif 6290-6292