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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - neighbor
neighbor

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


(documentation neighbor EnglishLanguage "(neighbor ?PERSON1 ?PERSON2) means that ?PERSON1 is a neighbor of ?PERSON2, i.e. ?PERSON1 and ?PERSON2 have their homes Near one another.") Mid-level-ontology.kif 7604-7606
(domain neighbor 1 Human) Mid-level-ontology.kif 7602-7602 The number 1 argument of neighbor is an instance of human
(domain neighbor 2 Human) Mid-level-ontology.kif 7603-7603 The number 2 argument of neighbor is an instance of human
(instance neighbor BinaryPredicate) Mid-level-ontology.kif 7599-7599 neighbor is an instance of binary predicate
(instance neighbor IrreflexiveRelation) Mid-level-ontology.kif 7601-7601 neighbor is an instance of irreflexive relation
(instance neighbor SymmetricRelation) Mid-level-ontology.kif 7600-7600 neighbor is an instance of symmetric relation

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


(format ChineseLanguage neighbor "%2 %n 是 %1 的 neighbor ") domainEnglishFormat.kif 1803-1803
(format ChineseTraditionalLanguage neighbor "%2 %n 是 %1 的 neighbor ") domainEnglishFormat.kif 1802-1802
(format EnglishLanguage neighbor "%2 is %n a neighbor of %1") domainEnglishFormat.kif 1801-1801
(termFormat ChineseLanguage neighbor "邻居") domainEnglishFormat.kif 40114-40114
(termFormat ChineseTraditionalLanguage neighbor "鄰居") domainEnglishFormat.kif 40113-40113
(termFormat EnglishLanguage neighbor "neighbor") domainEnglishFormat.kif 40112-40112

antecedent
-------------------------


(=>
    (neighbor ?PERSON1 ?PERSON2)
    (exists (?HOME1 ?HOME2)
        (and
            (home ?PERSON1 ?HOME1)
            (home ?PERSON2 ?HOME2)
            (not
                (equal ?HOME1 ?HOME2))
            (orientation ?HOME1 ?HOME2 Near))))
Mid-level-ontology.kif 7608-7615


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