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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - friend
friend

appearance as argument number 1
-------------------------


(documentation friend EnglishLanguage "(holdsDuring ?T1 (friend ?H1 ?H2)) means that during time ?T1, ?H1 and ?H2 know each other, share a relationship of mutual care and concern, and probably also share some common interests.") Mid-level-ontology.kif 24605-24607
(domain friend 1 Human) Mid-level-ontology.kif 24609-24609 The number 1 argument of friend is an instance of human
(domain friend 2 Human) Mid-level-ontology.kif 24610-24610 The number 2 argument of friend is an instance of human
(instance friend BinaryPredicate) Mid-level-ontology.kif 24601-24601 friend is an instance of binary predicate
(instance friend IntentionalRelation) Mid-level-ontology.kif 24603-24603 friend is an instance of intentional relation
(instance friend SymmetricRelation) Mid-level-ontology.kif 24602-24602 friend is an instance of symmetric relation
(subrelation friend mutualAcquaintance) Mid-level-ontology.kif 24611-24611 friend is a subrelation of mutual acquaintance

appearance as argument number 2
-------------------------


(format ChineseLanguage friend "%1 %n 是 %2 的 friend ") domainEnglishFormat.kif 1085-1085
(format ChineseTraditionalLanguage friend "%1 %n 是 %2 的 friend ") domainEnglishFormat.kif 1084-1084
(format EnglishLanguage friend "%2 is %n a friend of %1") domainEnglishFormat.kif 1083-1083
(termFormat ChineseLanguage friend "朋友") domainEnglishFormat.kif 25080-25080
(termFormat ChineseTraditionalLanguage friend "朋友") domainEnglishFormat.kif 25079-25079
(termFormat EnglishLanguage friend "friend") domainEnglishFormat.kif 25078-25078

statement
-------------------------


(exists (?TIME)
    (and
        (instance ?TIME TimeInterval)
        (finishes ?TIME
            (WhenFn JesusOfNazareth))
        (starts ?TIME
            (WhenFn TwelveApostles))
        (forall (?MEM)
            (=>
                (holdsDuring ?TIME
                    (member ?MEM TwelveApostles))
                (holdsDuring ?TIME
                    (friend ?MEM JesusOfNazareth))))))
Media.kif 1972-1980 There exists a time interval such that the time interval is an instance of time interval and the time interval finishes the time of existence of Jesus of Nazareth and the time interval starts the time of existence of Twelve apostles and for all an entity


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