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


KB Term:  Term intersection
English Word: 

  Industry

Sigma KEE - Industry
Industry(industry)
industrial, industry, sunrise_industry

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


(subclass Industry Collection) Mid-level-ontology.kif 16535-16535 Industry is a subclass of collection
(documentation Industry EnglishLanguage "The class of Collections of Corporations which are in the same line of business.") Mid-level-ontology.kif 16536-16537 Industry is a subclass of collection
(externalImage Industry "http://upload.wikimedia.org/wikipedia/commons/3/ 3d/ Gdp_and_labour_force_by_sector.png") pictureList.kif 6627-6627 Industry is a subclass of collection

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


(termFormat EnglishLanguage Industry "industry") domainEnglishFormat.kif 29901-29901
(termFormat ChineseTraditionalLanguage Industry "行業") domainEnglishFormat.kif 29902-29902
(termFormat ChineseLanguage Industry "行业") domainEnglishFormat.kif 29903-29903

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


(=>
    (instance ?INDUSTRY Industry)
    (exists (?MEMB1 ?MEMB2 ?CLASS)
        (and
            (member ?MEMB1 ?INDUSTRY)
            (member ?MEMB2 ?INDUSTRY)
            (subclass ?CLASS Corporation)
            (immediateInstance ?MEMB1 ?CLASS)
            (immediateInstance ?MEMB2 ?CLASS))))
Mid-level-ontology.kif 16541-16549 If X is an instance of industry, then there exist Y, Z, W such that Y is a member of X, Z is a member of X, W is a subclass of corporation, Y is an immediate instance of W, and Z is an immediate instance of W

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


(=>
    (instance ?ORG UnionOrganization)
    (exists (?COLL ?MEMBER)
        (=>
            (member ?MEMBER ?ORG)
            (or
                (and
                    (instance ?COLL Corporation)
                    (employs ?COLL ?MEMBER))
                (exists (?CORP)
                    (and
                        (instance ?COLL Industry)
                        (member ?CORP ?COLL)
                        (employs ?CORP ?MEMBER)))))))
Mid-level-ontology.kif 9790-9803 If X is an instance of union organization, then there exist Y, Z such that Z is a member of XY is an instance of corporation, Y employs Z or there exists W such that Y is an instance of industry, W is a member of Y, and W employs Z
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG PaperManufacturing))
    (exists (?MEM ?EV ?THING)
        (and
            (instance ?MEM Industry)
            (member ?MEM ?ORG)
            (instance ?EV Manufacture)
            (agent ?EV ?MEM)
            (patient ?EV ?THING)
            (material Paper ?THING))))
naics.kif 2711-2722 If X is an instance of organization and paper manufacturing is an attribute of X, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of industry (3) Y is a member of X (4) Z is an instance of manufacture (5) Y is an agent of Z (6) W is a patient of Z (7) W is made of paper


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