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



KB Term:  Term intersection
English Word: 

Sigma KEE - successorClass
successorClass

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


(instance successorClass BinaryPredicate) Merge.kif 9213-9213 successor class is an instance of binary predicate
(instance successorClass TransitiveRelation) Merge.kif 9214-9214 successor class is an instance of transitive relation
(domain successorClass 1 Class) Merge.kif 9215-9215 The number 1 argument of successor class is an instance of class
(domain successorClass 2 Class) Merge.kif 9216-9216 The number 2 argument of successor class is an instance of class
(documentation successorClass EnglishLanguage "The next class is a sequence of classes, such as days of the week. The first argument is 'prior' to the second argument.") Merge.kif 9220-9222 The number 2 argument of successor class is an instance of class
(relatedInternalConcept successorClass successorAttribute) Merge.kif 9224-9224 successor class is internally related to successor attribute

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


(format EnglishLanguage successorClass "%2 is %n the successor class of %1.") Merge.kif 9217-9217
(termFormat EnglishLanguage successorClass "successor class") Merge.kif 9218-9218

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


(=>
    (and
        (instance ?M1
            (MonthFn ?N1
                (YearFn ?Y)))
        (instance ?M2
            (MonthFn ?N2
                (YearFn ?Y)))
        (equal ?T1
            (BeginFn ?M1))
        (equal ?T2
            (BeginFn ?M2))
        (successorClass ?N1 ?N2))
    (before ?T1 ?T2))
Merge.kif 8908-8915 If X is an instance of the month Y, Z is an instance of the month W, equal V and the beginning of X, equal U and the beginning of Z, and W is the successor class of Y., then V happens before U
(=>
    (and
        (instance ?M1
            (MonthFn ?N1
                (YearFn ?Y)))
        (instance ?M2
            (MonthFn ?N2
                (YearFn ?Y)))
        (successorClass ?N1 ?N2))
    (earlier ?M1 ?M2))
Merge.kif 8917-8922 If X is an instance of the month Y, Z is an instance of the month W, and W is the successor class of Y., then X happens earlier than Z

consequent
-------------------------


(=>
    (and
        (previousMonthYear ?M1 ?Y1 ?M2 ?Y2)
        (not
            (equal ?M2 January)))
    (and
        (successorClass ?M1 ?M2)
        (equal ?Y1 ?Y2)))
Weather.kif 753-760 If the previous month of X in year Y is Z W and equal X and January, then X is the successor class of Z. and equal W and Y

appearance as argument number 0
-------------------------


(successorClass January February) Merge.kif 9226-9226 February is the successor class of January.
(successorClass February March) Merge.kif 9227-9227 March is the successor class of February.
(successorClass March April) Merge.kif 9228-9228 April is the successor class of March.
(successorClass April May) Merge.kif 9229-9229 May is the successor class of April.
(successorClass May June) Merge.kif 9230-9230 June is the successor class of May.
(successorClass June July) Merge.kif 9231-9231 July is the successor class of June.
(successorClass July August) Merge.kif 9232-9232 August is the successor class of July.
(successorClass August September) Merge.kif 9233-9233 September is the successor class of August.
(successorClass September October) Merge.kif 9234-9234 October is the successor class of September.
(successorClass October November) Merge.kif 9235-9235 November is the successor class of October.
(successorClass November December) Merge.kif 9236-9236 December is the successor class of November.
(successorClass Sunday Monday) Merge.kif 9238-9238 Monday is the successor class of Sunday.
(successorClass Monday Tuesday) Merge.kif 9239-9239 Tuesday is the successor class of Monday.
(successorClass Tuesday Wednesday) Merge.kif 9240-9240 Wednesday is the successor class of Tuesday.
(successorClass Wednesday Thursday) Merge.kif 9241-9241 Thursday is the successor class of Wednesday.
(successorClass Thursday Friday) Merge.kif 9242-9242 Friday is the successor class of Thursday.
(successorClass Friday Saturday) Merge.kif 9243-9243 Saturday is the successor class of Friday.


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners