![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| vegetationType |
| appearance as argument number 1 |
|
|
| (instance vegetationType BinaryPredicate) | Geography.kif 7782-7782 | vegetation type is an instance of binary predicate |
| (documentation vegetationType EnglishLanguage "(vegetationType ?area ?type) associates a particular GeographicArea with a type of Plant that is found there.") | Geography.kif 7784-7785 | vegetation type is an instance of binary predicate |
| (domain vegetationType 1 GeographicArea) | Geography.kif 7787-7787 | The number 1 argument of vegetation type is an instance of geographic area |
| (domainSubclass vegetationType 2 Plant) | Geography.kif 7788-7788 | The number 2 argument of vegetation type is a subclass of plant |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage vegetationType "%2 is found in %1") | domainEnglishFormat.kif 4922-4922 | |
| (format ChineseTraditionalLanguage vegetationType "%2 是 found 在 %1 ") | domainEnglishFormat.kif 4923-4923 | |
| (format ChineseLanguage vegetationType "%2 是 found 在 %1 ") | domainEnglishFormat.kif 4924-4924 | |
| (termFormat EnglishLanguage vegetationType "vegetation type") | domainEnglishFormat.kif 61335-61335 | |
| (termFormat ChineseTraditionalLanguage vegetationType "植被類型") | domainEnglishFormat.kif 61336-61336 | |
| (termFormat ChineseLanguage vegetationType "植被类型") | domainEnglishFormat.kif 61337-61337 |
| antecedent |
|
|
| (=> (and (vegetationType ?REGION ?TYPE) (subclass ?TYPE Plant) (instance ?REGION GeographicArea)) (exists (?PLANT) (and (instance ?PLANT ?TYPE) (located ?PLANT ?REGION)))) |
Geography.kif 7790-7798 | If X is found in Y, X is a subclass of plant, and Y is an instance of geographic area, then there exists Z such that Z is an instance of X and Z is located at Y |
| (=> (and (not (vegetationType ?REGION ?TYPE)) (subclass ?TYPE Plant) (instance ?REGION GeographicArea)) (not (exists (?PLANT) (and (instance ?PLANT ?TYPE) (located ?PLANT ?REGION))))) |
Geography.kif 7800-7808 | If X is found in Y, X is a subclass of plant, and Y is an instance of geographic area, then there doesn't exist Z such that Z is an instance of X and Z is located at Y |
| consequent |
|
|
| statement |
|
|
| (not (vegetationType ArcticRegion BotanicalTree)) |
Geography.kif 5011-5011 | Botanical tree is found in arctic region |