names |
appearance as argument number 1 |
(documentation names ChineseLanguage "(names ?STRING ?ENTITY) 的意思是 物体 ?ENTITY 的 名字是 SymbolicString ?STRING。注:names 和 represents 是 refers 的两个直接的 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 4432-4436 | |
(documentation names JapaneseLanguage "(names ?STRING ?ENTITY) とは、?ENTITY が SymbolicString ?STRING をその名前として持っていることを意味する。 注:name と represents は 2つの即時の refers の subrelation である。 述語 name は、参照項目が単に内容を含まない タグである場合に使用され、述語 represents はそのようなコンテンツを持つ項目を参照するために使用 される。") | japanese_format.kif 815-819 | |
(domain names 1 SymbolicString) | Merge.kif 4429-4429 | |
(domain names 2 Entity) | Merge.kif 4430-4430 | |
(instance names BinaryPredicate) | Merge.kif 4428-4428 | |
(subrelation names refers) | Merge.kif 4427-4427 |
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 3406-3406 | |
(subrelation alias names) | Mid-level-ontology.kif 23497-23497 | |
(subrelation conventionalLongName names) | Mid-level-ontology.kif 27483-27483 | |
(subrelation conventionalShortName names) | Mid-level-ontology.kif 27494-27494 | |
(subrelation familyName names) | Mid-level-ontology.kif 14943-14943 | |
(subrelation filename names) | QoSontology.kif 2311-2311 | |
(subrelation formerName names) | Mid-level-ontology.kif 14936-14936 | |
(subrelation fullName names) | Media.kif 3272-3272 | |
(subrelation givenName names) | Mid-level-ontology.kif 14960-14960 | |
(subrelation localLongName names) | Mid-level-ontology.kif 14975-14975 | |
(subrelation localShortName names) | Mid-level-ontology.kif 14980-14980 | |
(subrelation middleName names) | Mid-level-ontology.kif 14956-14956 | |
(subrelation nameIndexOrder names) | Media.kif 3319-3319 | |
(subrelation password names) | QoSontology.kif 2201-2201 | |
(subrelation titles names) | Mid-level-ontology.kif 14923-14923 | |
(subrelation uniqueIdentifier names) | Merge.kif 4438-4438 | |
(subrelation userName names) | QoSontology.kif 2164-2164 | |
(termFormat ChineseLanguage names "名") | domainEnglishFormat.kif 39702-39702 | |
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 3388-3393 | |
(=> (and (names ?NAMESTRING ?OBJ) (or (nameAfterKeyName ?STRING ?KEY ?NAMESTRING) (equal ?STRING ?KEY))) (nameIndexOrder ?NAMESTRING ?OBJ)) |
Media.kif 3356-3362 | |
(=> (and (names ?NAMESTRING ?THING) (keyName ?FIRST ?NAMESTRING) (stringConcatenation ?FIRST ?REST ?NAMESTRING)) (nameIndexOrder ?NAMESTRING ?THING)) |
Media.kif 3321-3326 | |
(=> (and (names ?STRING ?OBJ) (instance ?OBJ AutonomousAgent)) (agentName ?STRING ?OBJ)) |
Media.kif 3411-3415 | |
(=> (and (names ?STRING ?OBJ) (instance ?OBJ Human)) (humanName ?STRING ?OBJ)) |
Media.kif 3428-3432 | |
(=> (and (names ?STRING ?OBJ) (instance ?OBJ Organization)) (organizationName ?STRING ?OBJ)) |
Media.kif 3462-3466 |
consequent |
(=> (and (instance ?PROCESS Naming) (patient ?PROCESS ?THING) (destination ?PROCESS ?NAME)) (holdsDuring (FutureFn (WhenFn ?PROCESS)) (names ?NAME ?THING))) |
Merge.kif 13303-13308 | |
(=> (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 24920-24931 | |
(=> (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 24933-24943 | |
(=> (canonicalPlaceName ?PLACE ?LANG ?STR) (names ?STR ?PLACE)) |
Mid-level-ontology.kif 24872-24874 | |
(=> (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 | |
(holdsDuring (FutureFn ?TIME) (and (instance ?TIME (DayFn 3 (MonthFn June (YearFn 2006)))) (names "Montenegro" Montenegro))) |
Media.kif 2533-2536 |
appearance as argument number 0 |
(names "AMR" AutonomousMobileRobot) | engineering.kif 963-963 | |
(names "Adana" AdanaTurkey) | CountriesAndRegions.kif 2495-2495 | |
(names "Addis Ababa" AddisAbabaEthiopia) | CountriesAndRegions.kif 2497-2497 | |
(names "Aden" AdenYemen) | CountriesAndRegions.kif 2499-2499 | |
(names "Adora" AdoraWestBank) | CountriesAndRegions.kif 2501-2501 | |
(names "Advanced Developing Country" AdvancedDevelopingCountry) | Economy.kif 352-352 | |
(names "Afghanistan" Afghanistan) | CountriesAndRegions.kif 4160-4160 | |
(names "Africa" Africa) | Geography.kif 3522-3522 | |
(names "Afula" AfulaIsrael) | CountriesAndRegions.kif 2503-2503 | |
(names "Agri" AgriTurkey) | CountriesAndRegions.kif 2505-2505 | |
(names "Ain Defla" AinDeflaAlgeria) | CountriesAndRegions.kif 2507-2507 | |
(names "Ain el Hajar" AinElHajarAlgeria) | CountriesAndRegions.kif 2509-2509 | |
(names "Ajaccio" AjaccioFrance) | CountriesAndRegions.kif 2511-2511 | |
(names "Al-Balamand " AlBalamandLebanon) | CountriesAndRegions.kif 2513-2513 | |
(names "Albania" Albania) | CountriesAndRegions.kif 4064-4064 | |
(names "Alei Sinai" AleiSinaiGazaStrip) | CountriesAndRegions.kif 2515-2515 | |
(names "Alei Zahav" AleiZahavWestBank) | CountriesAndRegions.kif 2517-2517 | |
(names "Aley" AleyLebanon) | CountriesAndRegions.kif 2519-2519 | |
(names "Algeria" Algeria) | CountriesAndRegions.kif 3946-3946 | |
(names "Algiers" AlgiersAlgeria) | CountriesAndRegions.kif 2521-2521 | |
(names "Alkhan-Yurt" AlkhanYurtRussia) | CountriesAndRegions.kif 2523-2523 | |
(names "Alon Moreh" AlonMorehWestBank) | CountriesAndRegions.kif 2525-2525 | |
(names "Ambon" AmbonIndonesia) | CountriesAndRegions.kif 2527-2527 | |
(names "American Football" FootballUS) | Sports.kif 813-813 | |
(names "American Samoa" AmericanSamoa) | CountriesAndRegions.kif 4194-4194 | |
Display limited to 25 items. Show next 25 | ||
Display limited to 25 items. Show next 25 |