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 Le nombre 1 argument de typicallyContainsTemporalPart est une sous-classe de processus
(domainSubclass typicallyContainsTemporalPart 2 Process) Cars.kif 1483-1483 Le nombre 2 argument de typicallyContainsTemporalPart est une sous-classe de processus
(instance typicallyContainsTemporalPart BinaryPredicate) Cars.kif 1472-1472 typicallyContainsTemporalPart est une instance de pr�dicat binaire
(instance typicallyContainsTemporalPart TemporalRelation) Cars.kif 1473-1473 typicallyContainsTemporalPart est une instance de relation temporel
(relatedInternalConcept typicallyContainsTemporalPart temporalPart) Cars.kif 1475-1475 typicallyContainsTemporalPart est reli� � l'int�rieur de SUMO � temporalPart
(relatedInternalConcept typicallyContainsTemporalPart typicallyContainsPart) Cars.kif 1474-1474 typicallyContainsTemporalPart est reli� � l'int�rieur de SUMO � typicallyContainsPart

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 typicalAction est reli� � l'int�rieur de SUMO � typicallyContainsTemporalPart
(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