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

Formal Language: 



KB Term:  Term intersection
English Word: 

  names

Sigma KEE - names
names

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


(documentation names ChineseLanguage "(names ?STRING ?ENTITY) 的意思是 物体 ?ENTITY 的 名字是 SymbolicString ?STRING。注:namesrepresentsrefers 的两个直接的 subrelation。 引用光是一个标签,而没有含义内容的东西时,用谓词 names,有内容的东西时用谓词 represents。 ") chinese_format.kif 2158-2161
(documentation names EnglishLanguage "(names ?STRING ?ENTITY) means that the thing ?ENTITY has the SymbolicString ?STRING as its name. Note that names and represents are the two immediate subrelations of refers. The predicate names is used when the referring item is merely a tag without connotative content, while the predicate represents is used for referring items that have such content.") Merge.kif 4431-4435
(documentation names JapaneseLanguage "(names ?STRING ?ENTITY) とは、?ENTITY が SymbolicString ?STRING をその名前として持っていることを意味する。 注:namerepresents は 2つの即時の referssubrelation である。 述語 name は、参照項目が単に内容を含まない タグである場合に使用され、述語 represents はそのようなコンテンツを持つ項目を参照するために使用 される。") japanese_format.kif 815-819
(domain names 1 SymbolicString) Merge.kif 4428-4428 命名 的 1 数量 是 符号串instance
(domain names 2 Entity) Merge.kif 4429-4429 命名 的 2 数量 是 实体instance
(instance names BinaryPredicate) Merge.kif 4427-4427 命名二元谓语instance
(subrelation names refers) Merge.kif 4426-4426 命名提到subrelation

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


(format ChineseLanguage names "%2 的名 %n 是 %1") chinese_format.kif 309-309
(format EnglishLanguage names "%2 %n{doesn't have} %p{has} name %1") english_format.kif 314-314
(format FrenchLanguage names "%2 %n{ne} s'appele %n{pas} nom %1") french_format.kif 177-177
(format JapaneseLanguage names "%2 は %1 の name を %p{持って} %n{ない}") japanese_format.kif 1997-1997
(format PortugueseLanguage names "%2 %n{nao} se chama %n nome %1") portuguese_format.kif 129-129
(format ro names "%2 %n{nu} are name%t{numele} %1") relations-ro.kif 197-197
(subrelation agentName names) Media.kif 3424-3424 agentName命名subrelation
(subrelation alias names) Mid-level-ontology.kif 23214-23214 别号命名subrelation
(subrelation conventionalLongName names) Mid-level-ontology.kif 27217-27217 传统的长名命名subrelation
(subrelation conventionalShortName names) Mid-level-ontology.kif 27228-27228 传统的短名称命名subrelation
(subrelation familyName names) Mid-level-ontology.kif 14725-14725 命名subrelation
(subrelation filename names) QoSontology.kif 2205-2205 filename命名subrelation
(subrelation formerName names) Mid-level-ontology.kif 14718-14718 以前的名字命名subrelation
(subrelation fullName names) Media.kif 3290-3290 fullName命名subrelation
(subrelation givenName names) Mid-level-ontology.kif 14742-14742 给予的名称命名subrelation
(subrelation localLongName names) Mid-level-ontology.kif 14757-14757 当地的长名命名subrelation
(subrelation localShortName names) Mid-level-ontology.kif 14762-14762 本地简称命名subrelation
(subrelation middleName names) Mid-level-ontology.kif 14738-14738 中间名字命名subrelation
(subrelation nameIndexOrder names) Media.kif 3337-3337 nameIndexOrder命名subrelation
(subrelation password names) QoSontology.kif 2095-2095 密码命名subrelation
(subrelation titles names) Mid-level-ontology.kif 14705-14705 标题命名subrelation
(subrelation uniqueIdentifier names) Merge.kif 4437-4437 唯一识别符号命名subrelation
(subrelation userName names) QoSontology.kif 2058-2058 userName命名subrelation
(termFormat ChineseLanguage names "名") domainEnglishFormat.kif 39669-39669

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (and
        (names ?NAMESTRING ?OBJ)
        (nameBeforeKeyName ?STRING ?KEY ?NAMESTRING)
        (not
            (equal ?STRING ?KEY)))
    (not
        (nameIndexOrder ?NAMESTRING ?OBJ)))
Media.kif 3406-3411
(=>
    (and
        (names ?NAMESTRING ?OBJ)
        (or
            (nameAfterKeyName ?STRING ?KEY ?NAMESTRING)
            (equal ?STRING ?KEY)))
    (nameIndexOrder ?NAMESTRING ?OBJ))
Media.kif 3374-3380
(=>
    (and
        (names ?NAMESTRING ?THING)
        (keyName ?FIRST ?NAMESTRING)
        (stringConcatenation ?FIRST ?REST ?NAMESTRING))
    (nameIndexOrder ?NAMESTRING ?THING))
Media.kif 3339-3344
(=>
    (and
        (names ?STRING ?OBJ)
        (instance ?OBJ AutonomousAgent))
    (agentName ?STRING ?OBJ))
Media.kif 3429-3433
(=>
    (and
        (names ?STRING ?OBJ)
        (instance ?OBJ Human))
    (humanName ?STRING ?OBJ))
Media.kif 3446-3450
(=>
    (and
        (names ?STRING ?OBJ)
        (instance ?OBJ Organization))
    (organizationName ?STRING ?OBJ))
Media.kif 3480-3484

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


(=>
    (and
        (instance ?PROCESS Naming)
        (patient ?PROCESS ?THING)
        (destination ?PROCESS ?NAME))
    (holdsDuring
        (FutureFn
            (WhenFn ?PROCESS))
        (names ?NAME ?THING)))
Merge.kif 13257-13262
(=>
    (and
        (unitNumber ?UNITSTR ?PLACE)
        (floorCode ?FLRCODE ?PLACE))
    (exists (?UNIT ?FLOOR)
        (and
            (instance ?FLOOR BuildingLevel)
            (instance ?UNIT Room)
            (located ?UNIT ?FLOOR)
            (part ?FLOOR ?PLACE)
            (names ?UNITSTR ?UNIT)
            (names ?FLRCODE ?FLOOR))))
Mid-level-ontology.kif 24632-24643
(=>
    (and
        (unitNumber ?UNITSTR ?PLACE)
        (not
            (exists (?FLR)
                (floorCode ?FLR ?PLACE))))
    (exists (?UNIT)
        (and
            (instance ?UNIT Room)
            (names ?UNITSTR ?UNIT)
            (located ?UNIT ?PLACE))))
Mid-level-ontology.kif 24645-24655
(=>
    (canonicalPlaceName ?PLACE ?LANG ?STR)
    (names ?STR ?PLACE))
Mid-level-ontology.kif 24584-24586
(=>
    (instance ?C CommunitySpread)
    (not
        (exists (?H)
            (knows ?H
                (exists (?N)
                    (and
                        (origin ?C ?H)
                        (names ?N ?H)))))))
Medicine.kif 3218-3226
(=>
    (termFormat ?TERM ?LANGUAGE ?STRING)
    (names ?STRING ?TERM))
Media.kif 31-33

statement
-------------------------


(holdsDuring
    (FutureFn ?T)
    (and
        (names "Republic of Serbia" Serbia)
        (instance ?T
            (DayFn 5
                (MonthFn June
                    (YearFn 2006))))))
Media.kif 2506-2509 Serbia 的名 是 "Republic of Serbia" 和 时间位置 是 5 dayinstance那个 时间位置 之后 holdsDuring
(holdsDuring
    (FutureFn ?TIME)
    (and
        (instance ?TIME
            (DayFn 3
                (MonthFn June
                    (YearFn 2006))))
        (names "Montenegro" Montenegro)))
Media.kif 2533-2536 时间位置 是 3 dayinstanceMontenegro 的名 是 "Montenegro" 在 那个 时间位置 之后 holdsDuring

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


(names "Adana" AdanaTurkey) CountriesAndRegions.kif 2495-2495 阿达纳土耳其 的名 是 "Adana"
(names "Addis Ababa" AddisAbabaEthiopia) CountriesAndRegions.kif 2497-2497 亚的斯亚贝巴埃塞俄比亚 的名 是 "Addis Ababa"
(names "Aden" AdenYemen) CountriesAndRegions.kif 2499-2499 腺也门 的名 是 "Aden"
(names "Adora" AdoraWestBank) CountriesAndRegions.kif 2501-2501 阿多拉西岸 的名 是 "Adora"
(names "Advanced Developing Country" AdvancedDevelopingCountry) Economy.kif 352-352 发达的先进国家 的名 是 "Advanced Developing Country"
(names "Afghanistan" Afghanistan) CountriesAndRegions.kif 4160-4160 阿富汗 的名 是 "Afghanistan"
(names "Africa" Africa) Geography.kif 3522-3522 非洲 的名 是 "Africa"
(names "Afula" AfulaIsrael) CountriesAndRegions.kif 2503-2503 阿富拉以色列 的名 是 "Afula"
(names "Agri" AgriTurkey) CountriesAndRegions.kif 2505-2505 阿格里土耳其 的名 是 "Agri"
(names "Ain Defla" AinDeflaAlgeria) CountriesAndRegions.kif 2507-2507 Ain defla 阿尔及利亚 的名 是 "Ain Defla"
(names "Ain el Hajar" AinElHajarAlgeria) CountriesAndRegions.kif 2509-2509 Ain el hajar 阿尔及利亚 的名 是 "Ain el Hajar"
(names "Ajaccio" AjaccioFrance) CountriesAndRegions.kif 2511-2511 Ajaccio 法国 的名 是 "Ajaccio"
(names "Al-Balamand " AlBalamandLebanon) CountriesAndRegions.kif 2513-2513 Al balamand 黎巴嫩 的名 是 "Al-Balamand "
(names "Albania" Albania) CountriesAndRegions.kif 4064-4064 阿尔巴尼亚 的名 是 "Albania"
(names "Alei Sinai" AleiSinaiGazaStrip) CountriesAndRegions.kif 2515-2515 Alei sinai 加沙地帶 的名 是 "Alei Sinai"
(names "Alei Zahav" AleiZahavWestBank) CountriesAndRegions.kif 2517-2517 Alei zahav 西方银行 的名 是 "Alei Zahav"
(names "Aley" AleyLebanon) CountriesAndRegions.kif 2519-2519 阿莱黎巴嫩 的名 是 "Aley"
(names "Algeria" Algeria) CountriesAndRegions.kif 3946-3946 阿尔及利亚 的名 是 "Algeria"
(names "Algiers" AlgiersAlgeria) CountriesAndRegions.kif 2521-2521 阿尔及尔,阿尔及利亚 的名 是 "Algiers"
(names "Alkhan-Yurt" AlkhanYurtRussia) CountriesAndRegions.kif 2523-2523 烷烃蒙古包俄罗斯 的名 是 "Alkhan-Yurt"
(names "Alon Moreh" AlonMorehWestBank) CountriesAndRegions.kif 2525-2525 Alon 的名 是 "Alon Moreh"
(names "Ambon" AmbonIndonesia) CountriesAndRegions.kif 2527-2527 安汶印度尼西亚 的名 是 "Ambon"
(names "American Football" FootballUS) Sports.kif 813-813 美式足球赛 的名 是 "American Football"
(names "American Samoa" AmericanSamoa) CountriesAndRegions.kif 4194-4194 美国萨摩亚 的名 是 "American Samoa"
(names "Amman" AmmanJordan) CountriesAndRegions.kif 2529-2529 安曼,约旦 的名 是 "Amman"

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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