![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| typicalTemporalPart |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage typicalTemporalPart "a %1 is typically a part of a %2") | Cars.kif 1350-1350 | |
| (termFormat EnglishLanguage typicalTemporalPart "typical temporal part") | domainEnglishFormat.kif 66000-66000 |
| antecedent |
|
|
| (=> (typicalTemporalPart ?PART ?WHOLE) (exists (?X ?Y) (and (instance ?X ?WHOLE) (instance ?Y ?PART) (temporalPart ?Y ?X)))) |
Cars.kif 1359-1365 | If a X is typically a part of a Y, then there exist Z, W such that Z is an instance of Y, W is an instance of X, and W is a part of Z |
| (=> (and (typicalTemporalPart ?PART ?WHOLE) (instance ?X ?PART) (equal ?PARTPROB (ProbabilityFn (exists (?Y) (and (instance ?Y ?WHOLE) (temporalPart ?X ?Y))))) (equal ?NOTPARTPROB (ProbabilityFn (not (exists (?Z) (and (instance ?Z ?WHOLE) (temporalPart ?X ?Z))))))) (greaterThan ?PARTPROB ?NOTPARTPROB)) |
Cars.kif 1367-1384 | If a X is typically a part of a Y, Z is an instance of X, equal W, the probability of there exists V such that V is an instance of Y, and Z is a part of V, and equal U, the probability of there doesn't exist T such that T is an instance of Y, and Z is a part of T, then W is greater than U |