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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Detaching
Detaching(detacher)

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


(documentation Detaching ChineseLanguage "这是一个当 agent 把一样东西从另外一样东西分开的 Process。注:DetachingSeparating 的区别在于后者适用于 Substance,而前者则用于 CorpuscularObject。再注:DetachingRemoving 的区别在于其中一个或是同时两个分离的东西可能或 不能从它们接上的位置移动。") chinese_format.kif 3168-3171
(documentation Detaching EnglishLanguage "A Process where the agent detaches one thing from something else. Note that Detaching is different from Separating in that the latter applies to Substances, while the former applies to CorpuscularObjects. Note too that Detaching is different from Removing in that one or both of the two things which are detached may or may not be moved from the location where they were attached.") Merge.kif 12401-12406
(subclass Detaching DualObjectProcess) Merge.kif 12399-12399 Detacher est une sous-classe de processus requ�rant deux patients

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


(disjoint Attaching Detaching) Merge.kif 12348-12348 Attacher est disjoint de detacher
(subclass Ungrasping Detaching) Merge.kif 12442-12442 Ungrasping est une sous-classe de detacher
(subclass Untying Detaching) Mid-level-ontology.kif 5603-5603 Untying est une sous-classe de detacher
(termFormat ChineseLanguage Detaching "脱离") chinese_format.kif 1166-1166
(termFormat EnglishLanguage Detaching "detaching") english_format.kif 1549-1549
(termFormat FrenchLanguage Detaching "detacher") french_format.kif 844-844
(termFormat Hindi Detaching "vilagana") terms-hindi.txt 376-376
(termFormat ItalianLanguage Detaching "Staccare") terms-it.txt 379-379
(termFormat JapaneseLanguage Detaching "取外し") japanese_format.kif 2528-2528
(termFormat PortugueseLanguage Detaching "Descolar") portuguese_format.kif 796-796
(termFormat cb Detaching "pagbugto") terms-cb.txt 381-381
(termFormat cz Detaching "detaching") terms-cz.txt 415-415
(termFormat ro Detaching "desprindere") relations-ro.kif 865-865
(termFormat tg Detaching "ilayo") terms-tg.txt 380-380

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


(=>
    (and
        (instance ?D Detaching)
        (patient ?D ?O1)
        (patient ?D ?O2)
        (holdsDuring
            (BeginFn
                (WhenFn ?D))
            (connected ?O1 ?O2))
        (holdsDuring
            (EndFn
                (WhenFn ?A))
            (not
                (connected ?O1 ?O2))))
    (and
        (objectDetached ?A ?O1)
        (objectDetached ?A ?O2)))
Merge.kif 12431-12440
(=>
    (and
        (instance ?DETACH Detaching)
        (patient ?DETACH ?OBJ1)
        (patient ?DETACH ?OBJ2))
    (and
        (holdsDuring
            (BeginFn
                (WhenFn ?DETACH))
            (connected ?OBJ1 ?OBJ2))
        (holdsDuring
            (EndFn
                (WhenFn ?DETACH))
            (not
                (connected ?OBJ1 ?OBJ2)))))
Merge.kif 12408-12415
(=>
    (instance ?DETACH Detaching)
    (exists (?OBJ)
        (and
            (instance ?OBJ CorpuscularObject)
            (patient ?DETACH ?OBJ))))
Merge.kif 12417-12422


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