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 The number 1 argument of vegetation type is an instance of geographic area
(domainSubclass vegetationType 2 Plant) Geography.kif 6257-6257 The number 2 argument of vegetation type is a subclass of plant
(instance vegetationType BinaryPredicate) Geography.kif 6251-6251 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 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 6701-6703
(=>
    (instance ?FOREST BorealForest)
    (vegetationType ?FOREST PineTree))
Geography.kif 6634-6636
(=>
    (instance ?PLAIN Savanna)
    (not
        (vegetationType ?PLAIN BotanicalTree)))
Geography.kif 6761-6764
(=>
    (instance ?PLAIN Steppe)
    (not
        (vegetationType ?PLAIN BotanicalTree)))
Geography.kif 6771-6773
(=>
    (instance ?PLAIN Tundra)
    (vegetationType ?PLAIN Lichen))
Geography.kif 6803-6805
(=>
    (instance ?PLAIN Tundra)
    (vegetationType ?PLAIN Moss))
Geography.kif 6807-6809
(=>
    (vegetationTypePattern ?AREA ?TYPE ?DENSITY)
    (vegetationType ?AREA ?TYPE))
Geography.kif 6289-6291