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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Repairing
Repairing(repairing)amend, band_aid, bodywork, cannibalise, cannibalize, cobble, condition, darning, fix, fixing, fixture, freshen_up, gentrification, gentrify, heel, inspection_and_repair, interim_overhaul, mend, mending, modernise, modernize, overhaul, patch, patch_up, patched, patching, piece, point, quick_fix, quickie, quicky, re-establishment, recondition, reconstruct, rectify, redevelopment, redo, refit, refurbish, reheel, remediate, remedy, remodel, remold, remould, renovate, renovation, repair, reparation, repoint...

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


(documentation Repairing ChineseLanguage "这是一组 ProcessClass,当中 agent 对一个 未能按照预期操作的 Object 作出一处或者一系列的改动,使得它能正常操作。") chinese_format.kif 3147-3148
(documentation Repairing EnglishLanguage "The Class of Processes where the agent makes a modification or series of modifications to an Object that is not functioning as intended so that it works properly.") Merge.kif 12300-12302
(relatedInternalConcept Repairing Maintaining) Merge.kif 12299-12299 Repairing is internally related to maintaining
(subclass Repairing IntentionalProcess) Merge.kif 12298-12298 Repairing is a subclass of intentional process

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


(disjoint Damaging Repairing) Merge.kif 12346-12346 Damaging is disjoint from repairing
(subclass TherapeuticProcess Repairing) Merge.kif 12314-12314 Therapeutic process is a subclass of repairing
(termFormat ChineseLanguage Repairing "修理") chinese_format.kif 1157-1157 Therapeutic process is a subclass of repairing
(termFormat EnglishLanguage Repairing "repairing") english_format.kif 1531-1531 Therapeutic process is a subclass of repairing
(termFormat FrenchLanguage Repairing "r�parer") french_format.kif 835-835 Therapeutic process is a subclass of repairing
(termFormat Hindi Repairing "marammata") terms-hindi.txt 367-367 Therapeutic process is a subclass of repairing
(termFormat ItalianLanguage Repairing "Riparare") terms-it.txt 370-370 Therapeutic process is a subclass of repairing
(termFormat JapaneseLanguage Repairing "修理") japanese_format.kif 2519-2519 Therapeutic process is a subclass of repairing
(termFormat PortugueseLanguage Repairing "Consertar") portuguese_format.kif 787-787 Therapeutic process is a subclass of repairing
(termFormat cb Repairing "pag-ayo") terms-cb.txt 372-372 Therapeutic process is a subclass of repairing
(termFormat cz Repairing "repairing") terms-cz.txt 406-406 Therapeutic process is a subclass of repairing
(termFormat de Repairing "Reparatur") terms-de.txt 665-665 Therapeutic process is a subclass of repairing
(termFormat ro Repairing "reparare") relations-ro.kif 856-856 Therapeutic process is a subclass of repairing
(termFormat tg Repairing "pagsasaayos") terms-tg.txt 371-371 Therapeutic process is a subclass of repairing

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


(=>
    (and
        (instance ?REPAIR Repairing)
        (patient ?REPAIR ?OBJ))
    (exists (?DAMAGE)
        (and
            (instance ?DAMAGE Damaging)
            (patient ?DAMAGE ?OBJ)
            (earlier
                (WhenFn ?DAMAGE)
                (WhenFn ?REPAIR)))))
Merge.kif 12304-12312

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


(=>
    (and
        (instance ?A Artifact)
        (attribute ?A NonRepairable))
    (not
        (exists (?R)
            (and
                (instance ?R Repairing)
                (patient ?R ?A)))))
Mid-level-ontology.kif 7526-7534
(=>
    (and
        (instance ?A Artifact)
        (attribute ?A Repairable))
    (exists (?R)
        (and
            (instance ?R Repairing)
            (patient ?R ?A))))
Mid-level-ontology.kif 7513-7520
(=>
    (attribute ?D DeviceDamaged)
    (exists (?DAM)
        (and
            (instance ?DAM Damaging)
            (patient ?DAM ?D)
            (not
                (exists (?R)
                    (and
                        (instance ?R Repairing)
                        (patient ?R ?D)
                        (earlier
                            (WhenFn ?DAM)
                            (WhenFn ?R))))))))
Mid-level-ontology.kif 30560-30571
(=>
    (attribute ?D DeviceNormal)
    (not
        (exists (?DAM)
            (and
                (instance ?DAM Damaging)
                (patient ?DAM ?D)
                (not
                    (exists (?R)
                        (and
                            (instance ?R Repairing)
                            (patient ?R ?D)
                            (earlier
                                (WhenFn ?DAM)
                                (WhenFn ?R)))))))))
Mid-level-ontology.kif 30532-30544
(=>
    (lastRenovation ?OBJ ?YEAR)
    (exists (?TIME ?REPAIR)
        (and
            (instance ?REPAIR Repairing)
            (patient ?REPAIR ?OBJ)
            (instance ?TIME ?YEAR)
            (temporallyBetweenOrEqual
                (BeginFn ?TIME)
                (EndFn
                    (WhenFn ?REPAIR))
                (EndFn ?TIME)))))
Hotel.kif 746-756


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