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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Planning
Planning(計画)

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


(documentation Planning ChineseLanguage "这是为了达到一套目的或目标所指定的一套行动。") chinese_format.kif 2975-2975
(documentation Planning EnglishLanguage "Specifying a set of actions in order to meet a set of goals or objectives.") Merge.kif 10960-10961
(documentation Planning JapaneseLanguage "一連の目標または目的を満たすために一連のアクションを 指定する。") japanese_format.kif 1734-1735
(externalImage Planning "http://upload.wikimedia.org/wikipedia/commons/a/ a9/ Planning_proces.gif") pictureList.kif 6771-6771
(subclass Planning IntentionalPsychologicalProcess) Merge.kif 10958-10958 計画意図的な心理的プロセスsubclass では

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


(subclass Choreographing Planning) Mid-level-ontology.kif 17430-17430 Choreographing計画subclass では
(subclass OperationPlanning Planning) MilitaryProcesses.kif 1522-1522 OperationPlanning計画subclass では
(termFormat ChineseLanguage Planning "规划") chinese_format.kif 1107-1107 OperationPlanning計画subclass では
(termFormat EnglishLanguage Planning "planning") english_format.kif 1431-1431 OperationPlanning計画subclass では
(termFormat FrenchLanguage Planning "planifier") french_format.kif 785-785 OperationPlanning計画subclass では
(termFormat Hindi Planning "") terms-hindi.txt 317-317 OperationPlanning計画subclass では
(termFormat ItalianLanguage Planning "Pianificazione") terms-it.txt 320-320 OperationPlanning計画subclass では
(termFormat JapaneseLanguage Planning "計画") japanese_format.kif 2469-2469 OperationPlanning計画subclass では
(termFormat PortugueseLanguage Planning "Planejar") portuguese_format.kif 737-737 OperationPlanning計画subclass では
(termFormat cb Planning "pagplano") terms-cb.txt 322-322 OperationPlanning計画subclass では
(termFormat cz Planning "planning") terms-cz.txt 356-356 OperationPlanning計画subclass では
(termFormat de Planning "Planen") terms-de.txt 615-615 OperationPlanning計画subclass では
(termFormat ro Planning "planificare") relations-ro.kif 806-806 OperationPlanning計画subclass では
(termFormat tg Planning "pagplano") terms-tg.txt 321-321 OperationPlanning計画subclass では

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


(=>
    (and
        (instance ?EVENT Planning)
        (result ?EVENT ?CBO)
        (instance ?CBO ContentBearingObject))
    (exists (?PLAN)
        (and
            (instance ?PLAN Plan)
            (containsInformation ?CBO ?PLAN))))
Merge.kif 10963-10971

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


(=>
    (and
        (instance ?PLAN Plan)
        (instance ?OBJ ContentBearingObject)
        (containsInformation ?OBJ ?PLAN))
    (exists (?PLANNING)
        (and
            (instance ?PLANNING Planning)
            (result ?PLANNING ?OBJ))))
Merge.kif 16962-16970
(=>
    (and
        (instance ?PLAN Plan)
        (instance ?PROC Process)
        (represents ?PLAN ?PROC))
    (exists (?PLANNING ?CBO)
        (and
            (instance ?PLANNING Planning)
            (instance ?CBO ContentBearingPhysical)
            (containsInformation ?CBO ?PLAN)
            (result ?PLANNING ?CBO)
            (earlier
                (BeginFn
                    (WhenFn ?PLANNING))
                (BeginFn
                    (WhenFn ?PROC)))
            (earlier
                (EndFn
                    (WhenFn ?PLANNING))
                (EndFn
                    (WhenFn ?PROC))))))
Military.kif 32-44
(=>
    (instance ?LANG ConstructedLanguage)
    (exists (?PLAN)
        (and
            (instance ?PLAN Planning)
            (result ?PLAN ?LANG))))
Merge.kif 1465-1470
(=>
    (instance ?MEETING FormalMeeting)
    (exists (?PLANNING)
        (and
            (instance ?PLANNING Planning)
            (result ?PLANNING ?MEETING)
            (earlier
                (WhenFn ?PLANNING)
                (WhenFn ?MEETING)))))
Mid-level-ontology.kif 17380-17386


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