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 22945-22947
(domain friend 1 Human) Mid-level-ontology.kif 22949-22949 The number 1 argument of friend is an instance of human
(domain friend 2 Human) Mid-level-ontology.kif 22950-22950 The number 2 argument of friend is an instance of human
(instance friend BinaryPredicate) Mid-level-ontology.kif 22941-22941 friend is an instance of binary predicate
(instance friend IntentionalRelation) Mid-level-ontology.kif 22943-22943 friend is an instance of intentional relation
(instance friend SymmetricRelation) Mid-level-ontology.kif 22942-22942 friend is an instance of symmetric relation
(subrelation friend mutualAcquaintance) Mid-level-ontology.kif 22951-22951 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 25052-25052
(termFormat ChineseTraditionalLanguage friend "朋友") domainEnglishFormat.kif 25051-25051
(termFormat EnglishLanguage friend "friend") domainEnglishFormat.kif 25050-25050

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 1970-1978 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