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



KB Term:  Term intersection
English Word: 

  List

Sigma KEE - List
List(list)Fibonacci_sequence, abecedarian, about, alphabetically, arithmetic_progression, around, celestial_hierarchy, chronological, codon, column, combination, consecutive, data_hierarchy, exponential_series, genetic_code, geometric_progression, harmonic_progression, hierarchy, in_turn, item, line_of_march, line_of_succession, order, ordering, ordination, patterned_advance, progression, round, row, sequence, sequentially, serial, serially, seriatim, sorted, string, successively, topical, unsorted

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


(subclass List Abstract) Merge.kif 2986-2986 List is a subclass of abstract
(documentation List EnglishLanguage "Every List is a particular ordered n-tuple of items. Generally speaking, Lists are created by means of the ListFn Function, which takes any number of items as arguments and returns a List with the items in the same order. Anything, including other Lists, may be an item in a List. Note too that Lists are extensional - two lists that have the same items in the same order are identical. Note too that a List may contain no items. In that case, the List is the NullList.") Merge.kif 2988-2995 List is a subclass of abstract

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


(subclass UniqueList List) Merge.kif 3014-3014 Unique list is a subclass of list
(instance NullList List) Merge.kif 3028-3028 Null list is an instance of list
(range ListFn List) Merge.kif 3046-3046 The range of list is an instance of list
(range ListConcatenateFn List) Merge.kif 3185-3185 The range of list concatenate is an instance of list
(range SubListFn List) Merge.kif 3275-3275 The range of sub-list function is an instance of list
(range AmountsFn List) Merge.kif 7723-7723 The range of Amounts fn is an instance of list
(subclass MeasuringResultList List) Mid-level-ontology.kif 34380-34380 Measuring result list is a subclass of list
(subclass NumberList List) Mid-level-ontology.kif 34385-34385 Number list is a subclass of list
(subclass Album List) Music.kif 49-49 Album is a subclass of list
(subclass MusicChart List) Music.kif 1121-1121 Music charts is a subclass of list
(subclass SRPResults List) UXExperimentalTerms.kif 2470-2470 Search results is a subclass of list
(range DailyTempListFn List) Weather.kif 641-641 The range of daily temperature list of the month is an instance of list
(subclass MeasuringList List) Weather.kif 3007-3007 Measuring list is a subclass of list
(subclass ConsecutiveTimeIntervalList List) Weather.kif 3194-3194 Consecutive time interval list is a subclass of list
(range Mean3SecondWindSpeedListFn List) Weather.kif 3262-3262 The range of mean three second wind speed list is an instance of list
(termFormat EnglishLanguage List "list") english_format.kif 1037-1037 The range of mean three second wind speed list is an instance of list

appearance as argument number 3
-------------------------


(domain ListOrderFn 1 List) Merge.kif 3088-3088 The number 1 argument of list order is an instance of list
(domain ListLengthFn 1 List) Merge.kif 3125-3125 The number 1 argument of list length is an instance of list
(domain ListConcatenateFn 1 List) Merge.kif 3183-3183 The number 1 argument of list concatenate is an instance of list
(domain ListConcatenateFn 2 List) Merge.kif 3184-3184 The number 2 argument of list concatenate is an instance of list
(domain inList 2 List) Merge.kif 3218-3218 The number 2 argument of in list is an instance of list
(domain subList 1 List) Merge.kif 3231-3231 The number 1 argument of sub list is an instance of list
(domain subList 2 List) Merge.kif 3232-3232 The number 2 argument of sub list is an instance of list
(domain SubListFn 3 List) Merge.kif 3274-3274 The number 3 argument of sub-list function is an instance of list
(domain LastFn 1 List) Merge.kif 3317-3317 The number 1 argument of last is an instance of list
(domain FirstFn 1 List) Merge.kif 3337-3337 The number 1 argument of first is an instance of list
(domain ListSumFn 1 List) Merge.kif 3351-3351 The number 1 argument of sum of elements is an instance of list
(domain AverageFn 1 List) Merge.kif 3382-3382 The number 1 argument of average function is an instance of list
(domain initialList 1 List) Merge.kif 3406-3406 The number 1 argument of initial list is an instance of list
(domain initialList 2 List) Merge.kif 3407-3407 The number 2 argument of initial list is an instance of list
(domain identicalListItems 1 List) Merge.kif 3433-3433 The number 1 argument of identical list items is an instance of list
(domain identicalListItems 2 List) Merge.kif 3434-3434 The number 2 argument of identical list items is an instance of list
(domain average 1 List) Merge.kif 5483-5483 The number 1 argument of average is an instance of list
(domain commandLineArguments 2 List) QoSontology.kif 1398-1398 The number 2 argument of command line arguments is an instance of list
(domain viewedItemList 2 List) UXExperimentalTerms.kif 763-763 The number 2 argument of list of viewed items is an instance of list
(domain VarianceAverageFn 2 List) Weather.kif 2757-2757 The number 2 argument of variance average function is an instance of list
(domain VarianceFn 1 List) Weather.kif 2780-2780 The number 1 argument of variance function is an instance of list
(domain StandardDeviationFn 1 List) Weather.kif 2813-2813 The number 1 argument of standard deviation is an instance of list
(domain MaxValueFn 1 List) Weather.kif 2990-2990 The number 1 argument of maximum value is an instance of list

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


(=>
    (and
        (instance ?LIST List)
        (not
            (equal ?LIST NullList)))
    (equal
        (FirstFn ?LIST)
        (ListOrderFn ?LIST 1)))
Merge.kif 3343-3348 If X is an instance of list and equal X and null list, then equal the first of X and 1th element of X

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


(=>
    (and
        (instance ?X OrderingParts)
        (patient ?X ?P))
    (hasPurpose ?X
        (exists (?L)
            (and
                (instance ?L List)
                (inList ?P ?L)))))
Economy.kif 2096-2104 If X is an instance of Ordering parts and Y is a patient of X, then X has the purpose there exists Z such that Z is an instance of list and Y is a member of Z
(=>
    (instance ?SVC ShuttleService)
    (exists (?LIST ?VEHICLE ?AGENT)
        (and
            (agent ?SVC ?AGENT)
            (possesses ?AGENT ?VEHICLE)
            (instance ?VEHICLE Automobile)
            (instance ?LIST List)
            (forall (?X)
                (=>
                    (inList ?X ?LIST)
                    (and
                        (instance ?X PostalPlace)
                        (exists (?TRANSPORT)
                            (and
                                (instance ?TRANSPORT Transportation)
                                (agent ?TRANSPORT ?AGENT)
                                (instrument ?TRANSPORT ?VEHICLE)
                                (destination ?TRANSPORT ?X)))))))))
Hotel.kif 2053-2071 If X is an instance of shuttle, then All of the following hold: (1) there exist Y, Z (2) W such that W is an agent of X (3) W possesses Z (4) Z is an instance of automobile (5) Y is an instance of list (6) V V is a member of YV is an instance of postal place (7) there exists U such that U is an instance of transportation (8) W is an agent of U (9) Z is an instrument for U (10) U ends up at V
(=>
    (and
        (instance ?YEAR
            (YearFn ?Y))
        (equal
            (LifeExpectancyAtBirthFn ?AREA ?YEAR) ?REALNUMBER))
    (exists (?LIST ?COUNT ?LIFEEXPECTANCYAGE ?BIRTH ?INDIVIDUAL ?DEATH)
        (and
            (instance ?LIST List)
            (instance
                (ListLengthFn ?LIST) ?COUNT)
            (forall (?LISTITEM)
                (=>
                    (inList ?LISTITEM ?LIST)
                    (and
                        (instance ?LISTITEM ?LIFEEXPECTANCYAGE)
                        (not
                            (exists (?NUMBER)
                                (and
                                    (instance ?NUMBER ?LIFEEXPECTANCYAGE)
                                    (not
                                        (inList ?NUMBER ?LIST)))))
                        (equal ?COUNT
                            (CardinalityFn
                                (KappaFn ?LIFEEXPECTANCYAGE
                                    (and
                                        (instance ?BIRTH Birth)
                                        (experiencer ?BIRTH ?INDIVIDUAL)
                                        (instance ?INDIVIDUAL Human)
                                        (during
                                            (WhenFn ?BIRTH) ?YEAR)
                                        (equal
                                            (WhereFn ?BIRTH
                                                (WhenFn ?BIRTH)) ?AREA)
                                        (instance ?DEATH Death)
                                        (experiencer ?DEATH ?INDIVIDUAL)
                                        (holdsDuring
                                            (WhenFn ?DEATH)
                                            (age ?INDIVIDUAL
                                                (MeasureFn ?LIFEEXPECTANCYAGE YearDuration))))))))))
            (average ?LIST ?REALNUMBER))))
People.kif 344-376 If X is an instance of the year Y and equal the life expectancy at birth of Z, X, and W, then All of the following hold: (1) there exist V, U,, , T,, , S,, , R (2) Q such that V is an instance of list (3) length of V is an instance of U (4) P P is a member of VP is an instance of T (5) there doesn't exist O such that O is an instance of T (6) O is not a member of V (7) equal U (8) the number of instances in the class described by T (9) W is an average of V
(=>
    (and
        (instance ?Y
            (YearFn ?YEAR))
        (equal
            (MaleLifeExpectancyAtBirthFn ?AREA ?Y) ?REALNUMBER))
    (exists (?LIST ?COUNT ?LIFEEXPECTANCYAGE ?BIRTH ?INDIVIDUAL ?DEATH)
        (and
            (instance ?LIST List)
            (instance
                (ListLengthFn ?LIST) ?COUNT)
            (forall (?LISTITEM)
                (=>
                    (inList ?LISTITEM ?LIST)
                    (and
                        (instance ?LISTITEM ?LIFEEXPECTANCYAGE)
                        (not
                            (exists (?NUMBER)
                                (and
                                    (instance ?NUMBER ?LIFEEXPECTANCYAGE)
                                    (not
                                        (inList ?NUMBER ?LIST)))))
                        (equal ?COUNT
                            (CardinalityFn
                                (KappaFn ?LIFEEXPECTANCYAGE
                                    (and
                                        (instance ?BIRTH Birth)
                                        (experiencer ?BIRTH ?INDIVIDUAL)
                                        (instance ?INDIVIDUAL Human)
                                        (attribute ?INDIVIDUAL Male)
                                        (during
                                            (WhenFn ?BIRTH) ?Y)
                                        (equal
                                            (WhereFn ?BIRTH
                                                (WhenFn ?BIRTH)) ?AREA)
                                        (instance ?DEATH Death)
                                        (experiencer ?DEATH ?INDIVIDUAL)
                                        (holdsDuring
                                            (WhenFn ?DEATH)
                                            (age ?INDIVIDUAL
                                                (MeasureFn ?LIFEEXPECTANCYAGE YearDuration))))))))))
            (average ?LIST ?REALNUMBER))))
People.kif 391-424 If X is an instance of the year Y and equal the male life expectancy at birth of Z, X, and W, then All of the following hold: (1) there exist V, U,, , T,, , S,, , R (2) Q such that V is an instance of list (3) length of V is an instance of U (4) P P is a member of VP is an instance of T (5) there doesn't exist O such that O is an instance of T (6) O is not a member of V (7) equal U (8) the number of instances in the class described by T (9) W is an average of V
(=>
    (and
        (instance ?YEAR
            (YearFn ?Y))
        (equal
            (FemaleLifeExpectancyAtBirthFn ?AREA ?YEAR) ?REALNUMBER))
    (exists (?LIST ?COUNT ?LIFEEXPECTANCYAGE ?BIRTH ?INDIVIDUAL ?DEATH)
        (and
            (instance ?LIST List)
            (instance
                (ListLengthFn ?LIST) ?COUNT)
            (forall (?LISTITEM)
                (=>
                    (inList ?LISTITEM ?LIST)
                    (and
                        (instance ?LISTITEM ?LIFEEXPECTANCYAGE)
                        (not
                            (exists (?NUMBER)
                                (and
                                    (instance ?NUMBER ?LIFEEXPECTANCYAGE)
                                    (not
                                        (inList ?NUMBER ?LIST)))))
                        (equal ?COUNT
                            (CardinalityFn
                                (KappaFn ?LIFEEXPECTANCYAGE
                                    (and
                                        (instance ?BIRTH Birth)
                                        (experiencer ?BIRTH ?INDIVIDUAL)
                                        (instance ?INDIVIDUAL Human)
                                        (attribute ?INDIVIDUAL Female)
                                        (during
                                            (WhenFn ?BIRTH) ?YEAR)
                                        (equal
                                            (WhereFn ?BIRTH
                                                (WhenFn ?BIRTH)) ?AREA)
                                        (instance ?DEATH Death)
                                        (experiencer ?DEATH ?INDIVIDUAL)
                                        (holdsDuring
                                            (WhenFn ?DEATH)
                                            (age ?INDIVIDUAL
                                                (MeasureFn ?LIFEEXPECTANCYAGE YearDuration))))))))))
            (average ?LIST ?REALNUMBER))))
People.kif 437-470 If X is an instance of the year Y and equal the female life expectancy at birth of Z, X, and W, then All of the following hold: (1) there exist V, U,, , T,, , S,, , R (2) Q such that V is an instance of list (3) length of V is an instance of U (4) P P is a member of VP is an instance of T (5) there doesn't exist O such that O is an instance of T (6) O is not a member of V (7) equal U (8) the number of instances in the class described by T (9) W is an average of V
(=>
    (and
        (fleetDeadWeightTonnage ?FLEET
            (MeasureFn ?T LongTon))
        (vesselDeadWeightTonnage ?VESSEL
            (MeasureFn ?X LongTon))
        (member ?VESSEL ?FLEET))
    (exists (?L)
        (and
            (instance ?L List)
            (inList ?X ?L)
            (equal ?T
                (ListSumFn ?L)))))
Transportation.kif 2784-2794 If X long ton(s) is a fleet dead weight tonnage of Y, Z long ton(s) is a vessel dead weight tonnage of W, and W is a member of Y, then there exists V such that V is an instance of list, Z is a member of V, equal X, and the sum of V


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