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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - validityPeriod
validityPeriod

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


(documentation validityPeriod EnglishLanguage "(validityPeriod ?SCHEME ?TIMEINT) means that the CurrencyMeasure that PricingScheme refers to is valid for the given TimeInterval") Catalog.kif 234-236
(domain validityPeriod 1 PricingScheme) Catalog.kif 239-239 The number 1 argument of validity period is an instance of pricing scheme
(domain validityPeriod 2 TimeInterval) Catalog.kif 240-240 The number 2 argument of validity period is an instance of time interval
(instance validityPeriod BinaryPredicate) Catalog.kif 233-233 validity period is an instance of binary predicate

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


(format ChineseLanguage validityPeriod "%1 是 valid during %2 ") domainEnglishFormat.kif 4910-4910
(format ChineseTraditionalLanguage validityPeriod "%1 是 valid during %2 ") domainEnglishFormat.kif 4909-4909
(format EnglishLanguage validityPeriod "%1 is valid during %2") domainEnglishFormat.kif 4908-4908
(termFormat EnglishLanguage validityPeriod "validity period") Catalog.kif 237-237

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


(=>
    (and
        (or
            (publishedPrice ?ENT ?PRICE ?AGENT ?PS)
            (unitPrice ?ENT ?QUANT ?AGENT ?PS))
        (subclass ?ENT Physical)
        (immediateInstance ?ITEM ?ENT)
        (validityPeriod ?PS ?TIMEINT))
    (holdsDuring ?TIMEINT
        (modalAttribute
            (=>
                (and
                    (instance ?S Selling)
                    (agent ?S ?AGENT)
                    (patient ?S ?ITEM))
                (transactionAmount ?S ?PRICE)) Likely)))
Catalog.kif 372-387


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