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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - landlord
landlord

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


(documentation landlord EnglishLanguage "(landlord ?PERSON ?UNIT) means that ?PERSON is a landlord of the Residence ?UNIT, i.e. he or she owns ?UNIT and is renting the unit to someone else.") Mid-level-ontology.kif 7102-7104
(domain landlord 1 AutonomousAgent) Mid-level-ontology.kif 7106-7106 The number 1 argument of landlord is an instance of agent
(domain landlord 2 PermanentResidence) Mid-level-ontology.kif 7107-7107 The number 2 argument of landlord is an instance of permanent residence
(instance landlord BinaryPredicate) Mid-level-ontology.kif 7105-7105 landlord is an instance of binary predicate

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


(format ChineseLanguage landlord "%2 %n 是 %1 的 landlord ") domainEnglishFormat.kif 1435-1435
(format ChineseTraditionalLanguage landlord "%2 %n 是 %1 的 landlord ") domainEnglishFormat.kif 1434-1434
(format EnglishLanguage landlord "%2 is %n a landlord of %1") domainEnglishFormat.kif 1433-1433
(termFormat ChineseLanguage landlord "房东") domainEnglishFormat.kif 33281-33281
(termFormat ChineseTraditionalLanguage landlord "房東") domainEnglishFormat.kif 33280-33280
(termFormat EnglishLanguage landlord "landlord") domainEnglishFormat.kif 33279-33279

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


(=>
    (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 7109-7117

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


(=>
    (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 7125-7133


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