Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - typicallyContainsTemporalPart
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 The number 1 argument of typically contains temporal part is a subclass of process
(domainSubclass typicallyContainsTemporalPart 2 Process) Cars.kif 1483-1483 The number 2 argument of typically contains temporal part is a subclass of process
(instance typicallyContainsTemporalPart BinaryPredicate) Cars.kif 1472-1472 typically contains temporal part is an instance of binary predicate
(instance typicallyContainsTemporalPart TemporalRelation) Cars.kif 1473-1473 typically contains temporal part is an instance of temporal relation
(relatedInternalConcept typicallyContainsTemporalPart temporalPart) Cars.kif 1475-1475 typically contains temporal part is internally related to temporal part
(relatedInternalConcept typicallyContainsTemporalPart typicallyContainsPart) Cars.kif 1474-1474 typically contains temporal part is internally related to typically contains part

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 22820-22820 typical action is internally related to typically contains temporal part
(termFormat EnglishLanguage typicallyContainsTemporalPart "typically contains temporal part") domainEnglishFormat.kif 65963-65963

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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners