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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - List
List(串列)

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


(documentation List ChineseLanguage "每个 List 是项目一个独特有序的n元组。 一般来说,List 是由 ListFn Function 来造成的,它可以接受任何数量的参数,然后交出一个有相同顺序项目的 List。 任何东西,包括其它的 List 都可以是一个 List 的项目。注:List 是可以延伸的 - 两个含有相同项目以 相同顺序排列的列表是一样的。另外也注意 一个 List 可以是空项的,在这情况下,这个 List 是个 NullList。") chinese_format.kif 1952-1956
(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 2890-2897
(documentation List JapaneseLanguage "すべての List は、特定の順序付けされた項目の n タプル である。一般的に、ListListFn Function によって作成され、任意の数の項目を引数として受け 取り、同じ順序で項目を持つ List を返す。他の List を含むものはすべて、List 内の項目であって もよい。注:List は拡張子であり、同じ順序で同じ項目を持つ2つのリストが同じである場合もある。  注2:List には項目が含まれていない可能性がある。その場合、ListNullList である。") japanese_format.kif 584-588
(subclass List Abstract) Merge.kif 2888-2888 串列抽象体subclass

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


(instance NullList List) Merge.kif 2930-2930 空列表串列instance
(range AmountsFn List) Merge.kif 7630-7630 AmountsFnrange串列 的实例
(range ListConcatenateFn List) Merge.kif 3087-3087 连接表列函数range串列 的实例
(range ListFn List) Merge.kif 2948-2948 表列函数range串列 的实例
(range Mean3SecondWindSpeedListFn List) Weather.kif 2719-2719 平均3秒风速表列range串列 的实例
(range SubListFn List) Merge.kif 3177-3177 SubListFnrange串列 的实例
(subclass Album List) Music.kif 49-49 Album串列subclass
(subclass ConsecutiveTimeIntervalList List) Weather.kif 2651-2651 连续时间间隔表列串列subclass
(subclass MeasuringList List) Weather.kif 2438-2438 量度串列串列subclass
(subclass MeasuringResultList List) Weather.kif 2506-2506 量度结果串列串列subclass
(subclass MusicChart List) Music.kif 1121-1121 MusicChart串列subclass
(subclass NumberList List) Weather.kif 2541-2541 数字串列串列subclass
(subclass SRPResults List) UXExperimentalTerms.kif 2469-2469 SRPResults串列subclass
(subclass UniqueList List) Merge.kif 2916-2916 唯一串列串列subclass
(termFormat ChineseLanguage List "串列") chinese_format.kif 913-913 唯一串列串列subclass
(termFormat EnglishLanguage List "list") english_format.kif 1033-1033 唯一串列串列subclass
(termFormat FrenchLanguage List "liste") french_format.kif 589-589 唯一串列串列subclass
(termFormat Hindi List "sUchI") terms-hindi.txt 119-119 唯一串列串列subclass
(termFormat ItalianLanguage List "Lista") terms-it.txt 122-122 唯一串列串列subclass
(termFormat JapaneseLanguage List "リスト") japanese_format.kif 2274-2274 唯一串列串列subclass
(termFormat PortugueseLanguage List "Lista") portuguese_format.kif 541-541 唯一串列串列subclass
(termFormat cb List "listahan") terms-cb.txt 124-124 唯一串列串列subclass
(termFormat cz List "list") terms-cz.txt 156-156 唯一串列串列subclass
(termFormat de List "Liste") terms-de.txt 415-415 唯一串列串列subclass

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(domain AverageFn 1 List) Merge.kif 3284-3284 AverageFn 的 1 数量 是 串列instance
(domain FirstFn 1 List) Merge.kif 3239-3239 第一 的 1 数量 是 串列instance
(domain LastFn 1 List) Merge.kif 3219-3219 持续 的 1 数量 是 串列instance
(domain ListConcatenateFn 1 List) Merge.kif 3085-3085 连接表列函数 的 1 数量 是 串列instance
(domain ListConcatenateFn 2 List) Merge.kif 3086-3086 连接表列函数 的 2 数量 是 串列instance
(domain ListLengthFn 1 List) Merge.kif 3027-3027 找出表列长度的函数 的 1 数量 是 串列instance
(domain ListOrderFn 1 List) Merge.kif 2990-2990 找出表列顺序的函数 的 1 数量 是 串列instance
(domain ListSumFn 1 List) Merge.kif 3253-3253 ListSumFn 的 1 数量 是 串列instance
(domain MaxValueFn 1 List) Weather.kif 2405-2405 最大值 的 1 数量 是 串列instance
(domain StandardDeviationFn 1 List) Weather.kif 2228-2228 标准偏差 的 1 数量 是 串列instance
(domain SubListFn 3 List) Merge.kif 3176-3176 SubListFn 的 3 数量 是 串列instance
(domain VarianceAverageFn 2 List) Weather.kif 2172-2172 方差均差函数 的 2 数量 是 串列instance
(domain VarianceFn 1 List) Weather.kif 2195-2195 方差函数 的 1 数量 是 串列instance
(domain average 1 List) Merge.kif 5388-5388 平均 的 1 数量 是 串列instance
(domain commandLineArguments 2 List) QoSontology.kif 1405-1405 命令行参数 的 2 数量 是 串列instance
(domain identicalListItems 1 List) Merge.kif 3335-3335 相同的清单项目 的 1 数量 是 串列instance
(domain identicalListItems 2 List) Merge.kif 3336-3336 相同的清单项目 的 2 数量 是 串列instance
(domain inList 2 List) Merge.kif 3120-3120 在列表内 的 2 数量 是 串列instance
(domain initialList 1 List) Merge.kif 3308-3308 起始列表 的 1 数量 是 串列instance
(domain initialList 2 List) Merge.kif 3309-3309 起始列表 的 2 数量 是 串列instance
(domain subList 1 List) Merge.kif 3133-3133 zi列表 的 1 数量 是 串列instance
(domain subList 2 List) Merge.kif 3134-3134 zi列表 的 2 数量 是 串列instance
(domain viewedItemList 2 List) UXExperimentalTerms.kif 763-763 viewedItemList 的 2 数量 是 串列instance

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


(=>
    (and
        (instance ?LIST List)
        (not
            (equal ?LIST NullList)))
    (equal
        (FirstFn ?LIST)
        (ListOrderFn ?LIST 1)))
Merge.kif 3245-3250

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


(<=>
    (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 357-390 那个 年EAR yearinstanceequal 地缘政治区域那个 年male 出生估计寿命 and 实数 若且唯若 有存在 串列另一个 整数,, , 符号串,, , 实体,, , 另一个 实体, and 和 第三 实体 这样 那个 串列串列instance那个 串列 的长度 是 那个 另外 整数instance 和 对所有 那个 串列ITEM 那个 实数那个 串列average
(<=>
    (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 403-436 整数 yearinstanceequal 地缘政治区域那个 年female 出生预期寿命 and 实数 若且唯若 有存在 串列另一个 整数,, , 符号串,, , 实体,, , 另一个 实体, and 和 第三 实体 这样 那个 串列串列instance那个 串列 的长度 是 那个 另外 整数instance 和 对所有 那个 串列ITEM 那个 实数那个 串列average
(<=>
    (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 310-342 整数 yearinstanceequal 地缘政治区域那个 年 的出生预期 life and 实数 若且唯若 有存在 串列另一个 整数,, , 符号串,, , 实体,, , 另一个 实体, and 和 第三 实体 这样 那个 串列串列instance那个 串列 的长度 是 那个 另外 整数instance 和 对所有 那个 串列ITEM 那个 实数那个 串列average
(=>
    (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 2738-2748
(=>
    (and
        (instance ?X OrderingParts)
        (patient ?X ?P))
    (hasPurpose ?X
        (exists (?L)
            (and
                (instance ?L List)
                (inList ?P ?L)))))
Economy.kif 2101-2109
(=>
    (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 2046-2064


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