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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AirTransportationIndustry

Sigma KEE - AirTransportationIndustry
AirTransportationIndustry(航空运输业)

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


(documentation AirTransportationIndustry EnglishLanguage "An Attribute of an Organization, that specifies that the primary business of the organization involves Air Transportation.") naics.kif 7949-7951
(instance AirTransportationIndustry IndustryAttribute) naics.kif 7947-7947 航空运输业行业属性instance

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


(subAttribute NonscheduledAirTransportation AirTransportationIndustry) naics.kif 8000-8000 非定期航空运输航空运输业subAttribute
(subAttribute ScheduledAirTransportation AirTransportationIndustry) naics.kif 7980-7980 定期航空运输航空运输业subAttribute
(termFormat ChineseLanguage AirTransportationIndustry "航空运输业") domainEnglishFormat.kif 6314-6314 定期航空运输航空运输业subAttribute
(termFormat ChineseTraditionalLanguage AirTransportationIndustry "航空運輸業") domainEnglishFormat.kif 6313-6313 定期航空运输航空运输业subAttribute
(termFormat EnglishLanguage AirTransportationIndustry "air transportation industry") domainEnglishFormat.kif 6312-6312 定期航空运输航空运输业subAttribute

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


(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG AirTransportationIndustry))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?P)
                (and
                    (instance ?EV Selling)
                    (instance ?P Human)
                    (patient ?EV ?P)
                    (confersRight
                        (exists (?FLY ?PLANE ?OBJ)
                            (and
                                (instance ?FLY Transportation)
                                (or
                                    (patient ?FLY ?P)
                                    (and
                                        (possesses ?P ?OBJ)
                                        (patient ?FLY ?OBJ)
                                        (instance ?OBJ Object)))
                                (possesses ?ORG ?PLANE)
                                (instance ?PLANE Aircraft))) ?MEM ?P))))))
naics.kif 7953-7978

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


(=>
    (instance ?AIRLINE Airline)
    (attribute ?AIRLINE AirTransportationIndustry))
Transportation.kif 4127-4129


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