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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - propertyAmenity
propertyAmenity

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


(documentation propertyAmenity EnglishLanguage "(propertyAmenity ?AGENT ?PHYS) means that &AutonomousAgent ?AGENT provides Physical ?PHYS on its property") Hotel.kif 497-498
(domain propertyAmenity 1 AutonomousAgent) Hotel.kif 501-501 Le nombre 1 argument de propertyAmenity est une instance de AutonomousAgent
(domainSubclass propertyAmenity 2 Physical) Hotel.kif 502-502 Le nombre 2 argument de propertyAmenity est une sous-classe de physique
(instance propertyAmenity BinaryPredicate) Hotel.kif 496-496 propertyAmenity est une instance de pr�dicat binaire

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


(format ChineseLanguage propertyAmenity "%1 有 %2 ") domainEnglishFormat.kif 4262-4262
(format ChineseTraditionalLanguage propertyAmenity "%1 有 %2 ") domainEnglishFormat.kif 4261-4261
(format EnglishLanguage propertyAmenity "%1 has %2") domainEnglishFormat.kif 4260-4260
(subrelation freePropertyAmenity propertyAmenity) Hotel.kif 540-540 freePropertyAmenity est une sous-relation de propertyAmenity
(subrelation paidPropertyAmenity propertyAmenity) Hotel.kif 565-565 paidPropertyAmenity est une sous-relation de propertyAmenity
(termFormat EnglishLanguage propertyAmenity "property amenity") Hotel.kif 499-499 paidPropertyAmenity est une sous-relation de propertyAmenity

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


(=>
    (and
        (customer ?CUST ?AGENT)
        (propertyAmenity ?AGENT ?PHYS)
        (subclass ?PHYS Object)
        (instance ?X ?PHYS))
    (confersRight
        (exists (?PROC)
            (and
                (instance ?PROC Process)
                (or
                    (resource ?PROC ?X)
                    (instrument ?PROC ?X)
                    (patient ?PROC ?X))
                (or
                    (agent ?PROC ?CUST)
                    (experiencer ?PROC ?CUST)))) ?AGENT ?CUST))
Hotel.kif 504-520
(=>
    (and
        (customer ?CUST ?AGENT)
        (propertyAmenity ?AGENT ?PHYS)
        (subclass ?PHYS Process))
    (modalAttribute
        (exists (?S ?LOC ?PROC)
            (and
                (element ?LOC
                    (PropertyFn ?AGENT))
                (agent ?S ?AGENT)
                (patient ?S ?CUST)
                (or
                    (instance ?S ?PHYS)
                    (and
                        (instance ?PROC ?PHYS)
                        (subProcess ?S ?PROC)))
                (located ?S ?LOC))) Possibility))
Hotel.kif 522-538
(=>
    (propertyAmenity ?HR VideoCheckOut)
    (exists (?VD ?ROOM)
        (and
            (instance ?VD VideoDisplay)
            (capability VideoCheckOut instrument ?VD)
            (located ?VD ?ROOM)
            (instance ?ROOM ?HR))))
Hotel.kif 2242-2249


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