typicallyContainsTemporalPart |
appearance as argument number 1 |
(documentation typicallyContainsTemporalPart EnglishLanguage "An instance of the second argument typically contains an instance of the first argument. This is a class-level relation roughly corresponding to part. Note that this does not imply that such parts typically have such wholes.") | Cars.kif 1478-1481 | |
(domainSubclass typicallyContainsTemporalPart 1 Process) | Cars.kif 1482-1482 | |
(domainSubclass typicallyContainsTemporalPart 2 Process) | Cars.kif 1483-1483 | |
(instance typicallyContainsTemporalPart BinaryPredicate) | Cars.kif 1472-1472 | |
(instance typicallyContainsTemporalPart TemporalRelation) | Cars.kif 1473-1473 | |
(relatedInternalConcept typicallyContainsTemporalPart temporalPart) | Cars.kif 1475-1475 | |
(relatedInternalConcept typicallyContainsTemporalPart typicallyContainsPart) | Cars.kif 1474-1474 |
appearance as argument number 2 |
(format EnglishLanguage typicallyContainsTemporalPart "a %2 typically contains a %1") | Cars.kif 1477-1477 | |
(relatedInternalConcept typicalAction typicallyContainsTemporalPart) | Mid-level-ontology.kif 23103-23103 | |
(termFormat EnglishLanguage typicallyContainsTemporalPart "typically contains temporal part") | domainEnglishFormat.kif 66025-66025 |
antecedent |
(=> (and (typicallyContainsTemporalPart ?PART ?WHOLE) (instance ?Y ?WHOLE) (equal ?PARTPROB (ProbabilityFn (exists (?X1) (and (instance ?X1 ?PART) (temporalPart ?X1 ?Y))))) (equal ?NOTPARTPROB (ProbabilityFn (not (exists (?X2) (and (instance ?X2 ?PART) (temporalPart ?X2 ?Y))))))) (greaterThan ?PARTPROB ?NOTPARTPROB)) |
Cars.kif 1493-1510 | |
(=> (typicallyContainsTemporalPart ?PART ?WHOLE) (exists (?X ?Y) (and (instance ?X ?WHOLE) (instance ?Y ?PART) (temporalPart ?Y ?X)))) |
Cars.kif 1485-1491 |