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

Formal Language: 



KB Term:  Term intersection
English Word: 

  siteCatalog

Sigma KEE - siteCatalog
siteCatalog

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


(documentation siteCatalog EnglishLanguage "(siteCatalog ?DATABASE ?WEBSITE) relates a Database and a WebSite, and signifies that ?DATABASE has a part which represents a Collection of Physicals which have the capability of being the patient of a Buying where ?WEBSITE is the eCommerceSite of the Buying.") UXExperimentalTerms.kif 2235-2238
(domain siteCatalog 1 Database) UXExperimentalTerms.kif 2231-2231
(domain siteCatalog 2 WebSite) UXExperimentalTerms.kif 2233-2233
(instance siteCatalog BinaryPredicate) UXExperimentalTerms.kif 2229-2229

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


(format ChineseLanguage siteCatalog "%1 是 catalog 对于 %2 ") domainEnglishFormat.kif 4526-4526
(format ChineseTraditionalLanguage siteCatalog "%1 是 catalog 對於 %2 ") domainEnglishFormat.kif 4525-4525
(format EnglishLanguage siteCatalog "%1 is the catalog for %2") domainEnglishFormat.kif 4524-4524
(termFormat EnglishLanguage siteCatalog "site catalog") UXExperimentalTerms.kif 2240-2240

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


(=>
    (siteCatalog ?DATABASE ?WEBSITE)
    (exists (?PART ?PRODUCTS ?BUYING)
        (and
            (instance ?PRODUCTS Collection)
            (part ?PART ?DATABASE)
            (represents ?PART ?PRODUCTS)
            (forall (?MEMBER)
                (=>
                    (member ?MEMBER ?PRODUCTS)
                    (and
                        (instance ?MEMBER Physical)
                        (capability
                            (KappaFn ?BUYING
                                (and
                                    (instance ?BUYING Buying)
                                    (eCommerceSite ?BUYING ?WEBSITE))) patient ?MEMBER)))))))
UXExperimentalTerms.kif 2242-2259


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