fullName |
appearance as argument number 1 |
(documentation fullName EnglishLanguage "(fullName ?STRING ?OBJ) means that ?STRING is a (more or less) complete name for ?OBJ, having all of the parts (fields, name components) possible for ?OBJ's name. The parts of ?STRING, if any, may be in conventional order, or in indexed (for alphabetic sorting) order. Examples: George W. Bush, The White House, The United Kingdom of Great Britain and Northern Ireland.") | Media.kif 3273-3279 | |
(domain fullName 1 SymbolicString) | Media.kif 3270-3270 | The number 1 argument of full name is an instance of symbolic string |
(domain fullName 2 Entity) | Media.kif 3271-3271 | The number 2 argument of full name is an instance of entity |
(instance fullName AsymmetricRelation) | Media.kif 3269-3269 | full name is an instance of asymmetric relation |
(instance fullName BinaryPredicate) | Media.kif 3268-3268 | full name is an instance of binary predicate |
(subrelation fullName names) | Media.kif 3272-3272 | full name is a subrelation of names |
appearance as argument number 2 |
(format ChineseLanguage fullName "%2 的 full name 是 %1 ") | domainEnglishFormat.kif 3500-3500 | |
(format ChineseTraditionalLanguage fullName "%2 的 full name 是 %1 ") | domainEnglishFormat.kif 3499-3499 | |
(format EnglishLanguage fullName "the full name of %2 is %1") | domainEnglishFormat.kif 3498-3498 | |
(subrelation conventionalLongName fullName) | Media.kif 3280-3280 | conventional long name is a subrelation of full name |
(subrelation fullNameIndexOrder fullName) | Media.kif 3292-3292 | full name index order is a subrelation of full name |
(termFormat EnglishLanguage fullName "full name") | domainEnglishFormat.kif 65872-65872 | full name index order is a subrelation of full name |
antecedent |
(=> (and (fullName ?NAMESTRING ?THING) (keyName ?FIRST ?NAMESTRING) (stringConcatenation ?FIRST ?REST ?NAMESTRING)) (fullNameIndexOrder ?NAMESTRING ?THING)) |
Media.kif 3294-3299 |
|
(=> (and (nameIndexOrder ?NAMESTRING ?THING) (fullName ?NAMESTRING ?THING)) (fullNameIndexOrder ?NAMESTRING ?THING)) |
Media.kif 3337-3341 |
|