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

Formal Language: 



KB Term:  Term intersection
English Word: 

  paidPropertyAmenity

Sigma KEE - paidPropertyAmenity
paidPropertyAmenity

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


(documentation paidPropertyAmenity EnglishLanguage "(paidPropertyAmenity ?AGENT ?PHYS) means that AutonomousAgent ?AGENT provides Physical ?PHYS at additional cost") Hotel.kif 565-566
(instance paidPropertyAmenity BinaryPredicate) Hotel.kif 564-564 paidPropertyAmenity2進述語instance では %n
(subrelation paidPropertyAmenity propertyAmenity) Hotel.kif 563-563 paidPropertyAmenitypropertyAmenitysubrelation では %n

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


(format ChineseLanguage paidPropertyAmenity "%1 的 承租人 能 pay 去使用 %2 ") domainEnglishFormat.kif 4066-4066
(format ChineseTraditionalLanguage paidPropertyAmenity "%1 的 承租人 能 pay 去使用 %2 ") domainEnglishFormat.kif 4065-4065
(format EnglishLanguage paidPropertyAmenity "renters of %1 can pay to use %2") domainEnglishFormat.kif 4064-4064
(termFormat EnglishLanguage paidPropertyAmenity "paid property amenity") Hotel.kif 567-567

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


(=>
    (and
        (paidPropertyAmenity ?AGENT ?PHYS)
        (instance ?X ?PHYS)
        (customer ?CUST ?AGENT)
        (or
            (and
                (instance ?X Process)
                (or
                    (agent ?X ?CUST)
                    (experiencer ?X ?CUST)))
            (and
                (possesses ?AGENT ?X)
                (instance ?X Object)
                (uses ?X ?CUST))))
    (exists (?PRICE ?U)
        (and
            (price ?X
                (MeasureFn ?PRICE ?U) ?AGENT)
            (instance ?U UnitOfCurrency)
            (greaterThan ?PRICE 0))))
Hotel.kif 569-589


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 is open source software produced by Articulate Software and its partners