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 22139-22140
(domain workLocation 1 Organization) Mid-level-ontology.kif 22137-22137 The number 1 argument of work location is an instance of organization
(domain workLocation 2 StationaryArtifact) Mid-level-ontology.kif 22138-22138 The number 2 argument of work location is an instance of stationary artifact
(instance workLocation BinaryPredicate) Mid-level-ontology.kif 22136-22136 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 22141-22141
(termFormat EnglishLanguage workLocation "work location") domainEnglishFormat.kif 66003-66003

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


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

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


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


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