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 7623-7625
(domain neighbor 1 Human) Mid-level-ontology.kif 7621-7621 The number 1 argument of neighbor is an instance of human
(domain neighbor 2 Human) Mid-level-ontology.kif 7622-7622 The number 2 argument of neighbor is an instance of human
(instance neighbor BinaryPredicate) Mid-level-ontology.kif 7618-7618 neighbor is an instance of binary predicate
(instance neighbor IrreflexiveRelation) Mid-level-ontology.kif 7620-7620 neighbor is an instance of irreflexive relation
(instance neighbor SymmetricRelation) Mid-level-ontology.kif 7619-7619 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 40131-40131
(termFormat ChineseTraditionalLanguage neighbor "鄰居") domainEnglishFormat.kif 40130-40130
(termFormat EnglishLanguage neighbor "neighbor") domainEnglishFormat.kif 40129-40129

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 7627-7634


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