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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Giving
Giving
more pictures...

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


(documentation Giving ChineseLanguage "这是一组 ChangeOfPossessionsubclass,它是 当 agent 把一些东西给 destination 时。 ") chinese_format.kif 3073-3074
(documentation Giving EnglishLanguage "The subclass of ChangeOfPossession where the agent gives the destination something.") Merge.kif 11820-11821
(documentation Giving JapaneseLanguage "ChangeOfPossessionsubclassagentdestination に何かを与える。") japanese_format.kif 1842-1843
(externalImage Giving "http://upload.wikimedia.org/wikipedia/commons/0/01/ Gift_giving_ceremony.jpg") pictureList.kif 11077-11077
(externalImage Giving "http://upload.wikimedia.org/wikipedia/commons/2/29/ Morgan_giving_lecture.png") pictureList.kif 11078-11078
(externalImage Giving "http://upload.wikimedia.org/wikipedia/commons/6/62/ Gifts_xmas.jpg") pictureList.kif 10033-10033
(externalImage Giving "http://upload.wikimedia.org/wikipedia/commons/c/cd/ Mumbai_street_kids.jpg") pictureList.kif 11080-11080
(externalImage Giving "http://upload.wikimedia.org/wikipedia/commons/f/f2/ Fairbanks_Robin_Hood_giving_Marian_a_dagger.jpg") pictureList.kif 11079-11079
(externalImage Giving "http://upload.wikimedia.org/wikipedia/en/d/dc/Love_gift_-_Calyx_krater_Aegisthos_painter_ca_460_BCE.jpg") pictureList.kif 11076-11076
(subclass Giving ChangeOfPossession) Merge.kif 11818-11818

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


(subclass DistributeProducts Giving) MilitaryProcesses.kif 1211-1211
(subclass Feeding Giving) Mid-level-ontology.kif 12904-12904
(subclass FoodDistributionOperation Giving) Military.kif 50-50
(subclass Funding Giving) Merge.kif 11843-11843
(subclass GivingBack Giving) Merge.kif 11907-11907
(subclass Lending Giving) Merge.kif 11874-11874
(subclass UnilateralGiving Giving) Merge.kif 11859-11859
(termFormat ChineseLanguage Giving "给予") chinese_format.kif 1133-1133
(termFormat EnglishLanguage Giving "giving") english_format.kif 1483-1483
(termFormat FrenchLanguage Giving "donner") french_format.kif 811-811
(termFormat Hindi Giving "arpana") terms-hindi.txt 343-343
(termFormat ItalianLanguage Giving "Dare") terms-it.txt 346-346
(termFormat JapaneseLanguage Giving "与える") japanese_format.kif 2495-2495
(termFormat PortugueseLanguage Giving "Dar") portuguese_format.kif 763-763
(termFormat cb Giving "paghatag") terms-cb.txt 348-348
(termFormat cz Giving "giving") terms-cz.txt 382-382
(termFormat de Giving "Geben") terms-de.txt 641-641
(termFormat ro Giving "a da") relations-ro.kif 832-832
(termFormat tg Giving "pagbibigay") terms-tg.txt 347-347

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


(=>
    (and
        (instance ?Check PayCheck)
        (issuedBy ?Check ?Organization)
        (instance ?Give Giving)
        (destination ?Give ?Agent))
    (employs ?Agent ?Organization))
FinancialOntology.kif 173-179
(=>
    (and
        (instance ?GIVE Giving)
        (agent ?GIVE ?AGENT))
    (origin ?GIVE ?AGENT))
Merge.kif 11837-11841
(=>
    (and
        (instance ?GIVE Giving)
        (agent ?GIVE ?AGENT1)
        (destination ?GIVE ?AGENT2)
        (instance ?AGENT2 AutonomousAgent)
        (patient ?GIVE ?OBJ))
    (exists (?GET)
        (and
            (instance ?GET Getting)
            (agent ?GET ?AGENT2)
            (origin ?GET ?AGENT1)
            (patient ?GET ?OBJ))))
Merge.kif 11823-11835

consequent
-------------------------


(=>
    (and
        (instance ?RETURN GivingBack)
        (agent ?RETURN ?AGENT)
        (destination ?RETURN ?DEST))
    (exists (?GIVE)
        (and
            (instance ?GIVE Giving)
            (agent ?GIVE ?DEST)
            (destination ?GIVE ?AGENT)
            (earlier
                (WhenFn ?GIVE)
                (WhenFn ?RETURN)))))
Merge.kif 11913-11923
(=>
    (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 20135-20148
(=>
    (instance ?AOC AOCnumber)
    (exists (?G ?AIRLINE)
        (and
            (instance ?G Giving)
            (agent ?G FederalAviationAdministration)
            (destination ?G ?AIRLINE)
            (patient ?G ?AOC))))
Transportation.kif 4085-4092
(=>
    (instance ?FD FoodDistributionOperation)
    (exists (?GI ?GE)
        (and
            (instance ?GI Giving)
            (instance ?GI Getting)
            (subProcess ?GI ?FD)
            (subProcess ?GE ?FD))))
Military.kif 53-60
(=>
    (instance ?TRANS Transaction)
    (exists (?AGENT1 ?AGENT2 ?GIVE1 ?GIVE2 ?OBJ1 ?OBJ2)
        (and
            (instance ?GIVE1 Giving)
            (instance ?GIVE2 Giving)
            (subProcess ?GIVE1 ?TRANS)
            (subProcess ?GIVE2 ?TRANS)
            (agent ?GIVE1 ?AGENT1)
            (agent ?GIVE2 ?AGENT2)
            (patient ?GIVE1 ?OBJ1)
            (patient ?GIVE2 ?OBJ2)
            (destination ?GIVE1 ?AGENT2)
            (destination ?GIVE2 ?AGENT1)
            (not
                (equal ?AGENT1 ?AGENT2))
            (not
                (equal ?OBJ1 ?OBJ2)))))
Merge.kif 11965-11982


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