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

Formal Language: 



KB Term:  Term intersection
English Word: 

  June

Sigma KEE - Sharing
Sharing

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


(documentation Sharing EnglishLanguage "The subclass of ChangeOfPossession where a properPart of the patient is given by the agent or the destination.") Mid-level-ontology.kif 18588-18589
(subclass Sharing ChangeOfPossession) Mid-level-ontology.kif 18587-18587 Sharing所有権の変更subclass では %n

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


(termFormat ChineseLanguage Sharing "分享") domainEnglishFormat.kif 52439-52439
(termFormat ChineseTraditionalLanguage Sharing "分享") domainEnglishFormat.kif 52438-52438
(termFormat EnglishLanguage Sharing "sharing") domainEnglishFormat.kif 52437-52437

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


(=>
    (and
        (instance ?SHARE Sharing)
        (agent ?SHARE ?AGENT1)
        (destination ?SHARE ?AGENT2)
        (patient ?SHARE ?OBJ))
    (exists (?GIVE ?PART)
        (and
            (instance ?GIVE Giving)
            (subProcess ?GIVE ?SHARE)
            (patient ?GIVE ?PART)
            (properPart ?PART ?OBJ)
            (agent ?GIVE ?AGENT1)
            (destination ?GIVE ?AGENT2))))
Mid-level-ontology.kif 18591-18604


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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