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

Formal Language: 



KB Term:  Term intersection
English Word: 

  standardRetailHours

Sigma KEE - standardRetailHours
standardRetailHours

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


(documentation standardRetailHours EnglishLanguage "(%&standardRetailHours ?TIMEINT ?AGENT) means that an ?AGENT engages in Selling processes with customers only within the time specified by ?TIMEINT") Dining.kif 366-368
(domain standardRetailHours 2 AutonomousAgent) Dining.kif 370-370 standardRetailHours, 2 and AutonomousAgent
(domainSubclass standardRetailHours 1 TimeInterval) Dining.kif 369-369 域子類 standardRetailHours, 1 and TimeInterval
(instance standardRetailHours BinaryPredicate) Dining.kif 365-365 standardRetailHours and BinaryPredicate
(subrelation standardRetailHours businessHours) Dining.kif 364-364 子關係 standardRetailHours and businessHours

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


(format ChineseLanguage standardRetailHours "standard retail hours 对于 %2 是 %1 ") domainEnglishFormat.kif 4614-4614
(format ChineseTraditionalLanguage standardRetailHours "standard retail hours 對於 %2 是 %1 ") domainEnglishFormat.kif 4613-4613
(format EnglishLanguage standardRetailHours "the standard retail hours for %2 are %1") domainEnglishFormat.kif 4612-4612
(termFormat EnglishLanguage standardRetailHours "standard retail hours") Dining.kif 371-371

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


(=>
    (and
        (instance ?X NightClub)
        (standardRetailHours ?TIME ?X))
    (exists (?T)
        (and
            (instance ?T ?TIME)
            (during ?T NightTime))))
Dining.kif 419-426
(=>
    (standardRetailHours ?TIMEINT ?AGENT)
    (exists (?FT ?T ?C ?SRH ?NONSRH)
        (and
            (instance ?FT FinancialTransaction)
            (agent ?FT ?AGENT)
            (instance ?T ?TIMEINT)
            (destination ?FT ?C)
            (equal ?SRH
                (ProbabilityFn
                    (and
                        (during
                            (WhenFn ?FT) ?T)
                        (customer ?C ?AGENT))))
            (equal ?NONSRH
                (ProbabilityFn
                    (and
                        (not
                            (during
                                (WhenFn ?FT) ?T))
                        (customer ?C ?AGENT))))
            (greaterThan ?SRH ?NONSRH))))
Dining.kif 388-407
(=>
    (standardRetailHours ?TIMEINT ?AGENT)
    (exists (?S ?T ?C)
        (and
            (instance ?S Selling)
            (instance ?T ?TIMEINT)
            (agent ?S ?AGENT)
            (customer ?C ?AGENT)
            (during
                (WhenFn ?S) ?T))))
Dining.kif 373-382


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