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



KB Term:  Term intersection
English Word: 

  Working

Sigma KEE - Working
Working(working)
more pictures...
ball-breaker, ball-buster, chore, freelance, job, serve, staff, task, turn_a_trick, work

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


(subclass Working FinancialTransaction) Mid-level-ontology.kif 22741-22741 Working is a subclass of financial transaction
(documentation Working EnglishLanguage "Any FinancialTransaction where someone exchanges his/ her labor for an instance of CurrencyMeasure.") Mid-level-ontology.kif 22742-22743 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/c/ cc/ Palmercarpenter.jpg") pictureList.kif 10340-10340 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/4/ 40/ Seattle_street_work_03.jpg") pictureList.kif 12163-12163 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/8/ 8e/ Tweedy_and_Popp_02.jpg") pictureList.kif 12164-12164 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/1/ 1a/ WomanFactory1940s.jpg") pictureList.kif 12165-12165 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/c/ cb/ Tea_Factory_Srimongol_Sylhet_Bangladesh_6.JPG") pictureList.kif 12166-12166 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/c/ ce/ Cyclejakob.jpg") pictureList.kif 12167-12167 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/4/ 4c/ 2_SOPS_space_systems_operator_040205-F-0000C-001.jpg") pictureList.kif 12168-12168 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/6/ 68/ Asian_flight_attendants.jpg") pictureList.kif 12169-12169 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/e/ e2/ CBP_female_officers_going_aboard_a_ship.jpg") pictureList.kif 12170-12170 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/c/ c9/ President_Reagan_alone_in_the_Oval_Office_1984.jpg") pictureList.kif 12171-12171 Working is a subclass of financial transaction
(externalImage Working "http://upload.wikimedia.org/wikipedia/commons/8/ 80/ Woman_typing_on_laptop.jpg") pictureList.kif 12172-12172 Working is a subclass of financial transaction

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


(subclass Farming Working) Mid-level-ontology.kif 22745-22745 Farming is a subclass of working
(subclass Serving Working) Mid-level-ontology.kif 22762-22762 Serving is a subclass of working
(subclass Sales Working) Mid-level-ontology.kif 22766-22766 Sales is a subclass of working
(termFormat EnglishLanguage Working "working") domainEnglishFormat.kif 63466-63466 Sales is a subclass of working
(termFormat ChineseTraditionalLanguage Working "工作的") domainEnglishFormat.kif 63467-63467 Sales is a subclass of working
(termFormat ChineseLanguage Working "工作的") domainEnglishFormat.kif 63468-63468 Sales is a subclass of working

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


(=>
    (and
        (instance ?W WorkLeave)
        (instance ?WORK Working)
        (agent ?W ?PERSON)
        (agent ?WORK ?PERSON)
        (instance ?PERSON Human))
    (not
        (overlapsTemporally
            (WhenFn ?W)
            (WhenFn ?WORK))))
Mid-level-ontology.kif 22668-22678 If X is an instance of work leave, Y is an instance of working, Z is an agent of X, Z is an agent of Y, and Z is an instance of human, then the time of existence of Y doesn't overlap the time of existence of X
(=>
    (and
        (workLocation ?O ?S)
        (member ?P ?O)
        (instance ?W Working)
        (agent ?W ?P))
    (modalAttribute
        (located ?W ?S) Likely))
Mid-level-ontology.kif 22777-22785 If members of X work at Y, Z is a member of X, W is an instance of working, and Z is an agent of W, then the statement W is located at Y has the modal force of likely

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


(=>
    (attribute ?HUMAN
        (ProfessionalFn ?SOCIALROLE))
    (exists (?WORK ?PROC ?CLASS)
        (and
            (instance ?WORK Working)
            (agent ?WORK ?HUMAN)
            (subProcess ?PROC ?WORK)
            (instance ?PROC ?CLASS)
            (subclass ?CLASS IntentionalProcess)
            (hasSkillInRole ?CLASS ?SOCIALROLE ?HUMAN))))
Mid-level-ontology.kif 9606-9616 If profession X is an attribute of Y, then All of the following hold: (1) there exist Z, W (2) V such that Z is an instance of working (3) Y is an agent of Z (4) W is a subprocess of Z (5) W is an instance of V (6) V is a subclass of intentional process (7) Y has the skill to do V in their role as X
(=>
    (hasOccupation ?PERSON ?WORK)
    (exists (?INST)
        (and
            (instance ?INST ?WORK)
            (instance ?INST Working)
            (agent ?INST ?PERSON))))
Mid-level-ontology.kif 23574-23580 If X has an occupation of Y, then there exists Z such that Z is an instance of X, Z is an instance of working, and Y is an agent of Z
(=>
    (compensationPackage ?Agent ?Money ?Period)
    (exists (?Activity)
        (and
            (instance ?Activity Working)
            (agent ?Activity ?Agent)
            (equal ?Period
                (WhenFn ?Activity))
            (incomeEarned ?Agent ?Money ?Activity))))
FinancialOntology.kif 3430-3437 If X compensation package Y for Z, then there exists W such that W is an instance of working, X is an agent of W, equal Z, the time of existence of W, and X is income earned Y for W
(=>
    (instance ?X BusinessCenter)
    (hasPurpose ?X
        (exists (?PERSON ?WORK ?OBJ)
            (and
                (attribute ?PERSON BusinessPerson)
                (instance ?WORK Working)
                (instance ?OBJ Object)
                (located ?OBJ ?X)
                (agent ?WORK ?PERSON)
                (or
                    (instrument ?WORK ?OBJ)
                    (resource ?WORK ?OBJ)
                    (patient ?WORK ?OBJ))))))
Hotel.kif 1666-1679 If X is an instance of business center, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that business person is an attribute of Y (3) Z is an instance of working (4) W is an instance of object (5) W is located at X (6) Y is an agent of Z (7) W is an instrument for Z or W is a resource for Z or W is a patient of Z
(=>
    (instance ?T WorkingTrip)
    (hasPurpose ?T
        (exists (?Work)
            (and
                (instance ?Work Working)
                (subProcess ?Work ?T)))))
TravelPolicies.kif 346-352 If X is an instance of WorkingTrip, then X has the purpose there exists Y such that Y is an instance of working and Y is a subprocess of X
(=>
    (instance ?T BusinessTrip)
    (exists (?TRIP ?HUMAN ?ORG ?AREA)
        (and
            (instance ?TRIP Trip)
            (agent ?TRIP ?HUMAN)
            (organizationRepresentative ?HUMAN ?ORG)
            (hasPurpose ?TRIP
                (exists (?WORK)
                    (and
                        (instance ?WORK Working)
                        (agent ?WORK ?HUMAN)
                        (holdsDuring
                            (WhenFn ?WORK)
                            (not
                                (and
                                    (basedIn ?HUMAN ?ORG ?AREA)
                                    (located ?WORK ?AREA))))))))))
TravelPolicies.kif 384-401 If X is an instance of BusinessTrip, then there exist Y, Z,, , W and V such that Y is an instance of trip and Z is an agent of Y and an agent that is an organization representative (in some transaction) Z and W and Y has the purpose there exists U such that U is an instance of working and Z is an agent of U and ~{ basedIn Z, W and V } or ~{ U is located at V } holds during the time of existence of U


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners