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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AeronauticalEngineer

Sigma KEE - AeronauticalEngineer
AeronauticalEngineer(航空工程师)

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


(documentation AeronauticalEngineer EnglishLanguage "an Engineer concerned with Designing and Making of Aircrafts") Biography.kif 434-434
(instance AeronauticalEngineer SkilledOccupation) Biography.kif 433-433 航空工程师熟练的职业instance
(subAttribute AeronauticalEngineer Engineer) Biography.kif 431-431 航空工程师工程师subAttribute

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


(termFormat ChineseLanguage AeronauticalEngineer "航空工程师") domainEnglishFormat.kif 5646-5646
(termFormat ChineseTraditionalLanguage AeronauticalEngineer "航空工程師") domainEnglishFormat.kif 5645-5645
(termFormat EnglishLanguage AeronauticalEngineer "aeronautical engineer") domainEnglishFormat.kif 5644-5644

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


(=>
    (attribute ?X AeronauticalEngineer)
    (exists (?SKILL)
        (and
            (hasSkill ?SKILL ?X)
            (forall (?P)
                (=>
                    (instance ?P ?SKILL)
                    (or
                        (exists (?CONS ?OBJ ?PT)
                            (and
                                (instance ?CONS Making)
                                (or
                                    (instance ?OBJ Aircraft)
                                    (and
                                        (instance ?OBJ ?PT)
                                        (typicalPart ?PT Aircraft)))
                                (result ?CONS ?OBJ)
                                (subProcess ?P ?CONS)))
                        (exists (?DESIGN ?PLAN ?OBJ ?PT)
                            (and
                                (instance ?DESIGN Designing)
                                (or
                                    (instance ?OBJ Aircraft)
                                    (and
                                        (instance ?OBJ ?PT)
                                        (typicalPart ?PT Aircraft)))
                                (result ?DESIGN ?PLAN)
                                (represents ?PLAN ?OBJ)
                                (subProcess ?P ?DESIGN)))))))))
Biography.kif 436-465


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