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

Formal Language: 



KB Term:  Term intersection
English Word: 

  validFor

Sigma KEE - validFor
validFor

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


(documentation validFor EnglishLanguage "(validFor ?SCHEME ?AGENT) means that CurrencyMeasure that PricingScheme refers to applies to AutonomousAgent ?AGENT") Catalog.kif 226-227
(domain validFor 1 PricingScheme) Catalog.kif 230-230 The number 1 argument of valid for is an instance of pricing scheme
(domainSubclass validFor 2 AutonomousAgent) Catalog.kif 231-231 The number 2 argument of valid for is a subclass of agent
(instance validFor BinaryPredicate) Catalog.kif 225-225 valid for is an instance of binary predicate

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


(format ChineseLanguage validFor "%1 是 valid 对于 %2 ") domainEnglishFormat.kif 4906-4906
(format ChineseTraditionalLanguage validFor "%1 是 valid 對於 %2 ") domainEnglishFormat.kif 4905-4905
(format EnglishLanguage validFor "%1 is valid for %2") domainEnglishFormat.kif 4904-4904
(termFormat EnglishLanguage validFor "valid for") Catalog.kif 228-228

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


(=>
    (and
        (or
            (publishedPrice ?ENT ?PRICE ?AGENT ?PS)
            (unitPrice ?ENT ?QUANT ?AGENT ?PS))
        (subclass ?ENT Physical)
        (immediateInstance ?ITEM ?ENT)
        (validFor ?PS ?CUSTCLASS)
        (instance ?CUSTOMER ?CUSTCLASS))
    (modalAttribute
        (=>
            (and
                (instance ?B Buying)
                (agent ?B ?CUSTOMER)
                (origin ?B ?AGENT)
                (patient ?B ?ITEM))
            (transactionAmount ?B ?PRICE)) Likely))
Catalog.kif 354-370
(=>
    (and
        (productPrice ?ENT
            (MeasureFn ?PRICE1 ?U) ?AGENT)
        (instance ?U UnitOfCurrency)
        (publishedPrice ?ENT
            (MeasureFn ?PRICE2 ?U) ?AGENT ?PS)
        (validFor ?PS ?CUSTCLASS)
        (instance ?ITEM ?ENT)
        (instance ?B Buying)
        (immediateInstance ?CUST ?CUSTCLASS)
        (agent ?B ?CUST)
        (origin ?B ?AGENT)
        (lessThan ?PRICE2 ?PRICE1))
    (modalAttribute
        (transactionAmount ?B ?PRICE1) Likely))
Catalog.kif 430-445


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