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



KB Term:  Term intersection
English Word: 

Sigma KEE - tenant
tenant

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


(documentation tenant EnglishLanguage "(tenant ?PERSON ?UNIT) means that ?PERSON is a tenant of the Residence ?UNIT, i.e. he or she is renting the unit.") Mid-level-ontology.kif 8217-8218
(instance tenant BinaryPredicate) Mid-level-ontology.kif 8219-8219 tenant is an instance of binary predicate
(domain tenant 1 AutonomousAgent) Mid-level-ontology.kif 8220-8220 The number 1 argument of tenant is an instance of agent
(domain tenant 2 Residence) Mid-level-ontology.kif 8221-8221 The number 2 argument of tenant is an instance of residence

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


(format EnglishLanguage tenant "%2 is %n a tenant of %1") domainEnglishFormat.kif 2449-2449
(format ChineseTraditionalLanguage tenant "%2 %n 是 %1 的 tenant ") domainEnglishFormat.kif 2450-2450
(format ChineseLanguage tenant "%2 %n 是 %1 的 tenant ") domainEnglishFormat.kif 2451-2451
(termFormat EnglishLanguage tenant "tenant") domainEnglishFormat.kif 57473-57473
(termFormat ChineseTraditionalLanguage tenant "承租人") domainEnglishFormat.kif 57474-57474
(termFormat ChineseLanguage tenant "承租人") domainEnglishFormat.kif 57475-57475

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


(=>
    (tenant ?P ?U)
    (exists (?L ?R)
        (and
            (instance ?R Renting)
            (landlord ?L ?U)
            (agent ?R ?P)
            (possesses ?L ?U)
            (patient ?R ?U))))
Mid-level-ontology.kif 8223-8231 If X is a tenant of Y, then there exist Z, W such that W is an instance of renting, X is a landlord of Z, Y is an agent of W, Z possesses X, and X is a patient of W

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


(=>
    (landlord ?L ?U)
    (exists (?R ?P)
        (and
            (possesses ?L ?U)
            (tenant ?P ?U)
            (agent ?R ?P)
            (instance ?R Renting)
            (patient ?R ?U))))
Mid-level-ontology.kif 8207-8215 If X is a landlord of Y, then there exist Z, W such that Y possesses X, X is a tenant of W, W is an agent of Z, Z is an instance of renting, and X is a patient of Z


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