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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - workLocation
workLocation

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


(documentation workLocation EnglishLanguage "A Relation that specifies the typical or primary location where members of an Organization work.") Mid-level-ontology.kif 20789-20790
(domain workLocation 1 Organization) Mid-level-ontology.kif 20787-20787 The number 1 argument of work location is an instance of organization
(domain workLocation 2 StationaryArtifact) Mid-level-ontology.kif 20788-20788 The number 2 argument of work location is an instance of stationary artifact
(instance workLocation BinaryPredicate) Mid-level-ontology.kif 20786-20786 work location is an instance of binary predicate

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


(format EnglishLanguage workLocation "members of %1 work at %2") Mid-level-ontology.kif 20791-20791
(termFormat EnglishLanguage workLocation "work location") domainEnglishFormat.kif 66034-66034

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


(=>
    (and
        (workLocation ?O ?S)
        (member ?P ?O)
        (instance ?W Working)
        (agent ?W ?P))
    (modalAttribute
        (located ?W ?S) Likely))
Mid-level-ontology.kif 20793-20801

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


(=>
    (instance ?BU BuildingUnit)
    (exists (?O ?B)
        (and
            (instance ?B Building)
            (instance ?O Organization)
            (part ?BU ?B)
            (workLocation ?O ?BU))))
Mid-level-ontology.kif 20810-20817


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